Skip to content

Commit

Permalink
fix: add logo (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirily11 authored Jun 16, 2023
1 parent 0c536a4 commit 3bef361
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/(default)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ export default async function Home() {
{/* <Faqs /> */}
{/* <Blog /> */}
<Cta />
<img
src="https://files.vxvhk.com/logo.png"
height={500}
width={1000}
className="mx-auto"
/>
</>
);
}

1 comment on commit 3bef361

@vercel
Copy link

@vercel vercel bot commented on 3bef361 Jun 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.