Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94370d238a | |||
| 61f096fba9 | |||
| 95e13f8bcc | |||
| ee73be134a |
@@ -11,7 +11,8 @@ const geistMono = Geist_Mono({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Create Next App", description: "Generated by create next app"};
|
title: "Create Next App", description: "Generated by create next app"
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
|||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Trending Products"
|
title="Trending Products"
|
||||||
description="Handpicked items ready to resell. Add to your catalog and start selling immediately."
|
description="Handpicked items ready to resell. Add to your catalog and start selling immediately."
|
||||||
tag="★ 4.9/5 - 2,000+ sellers"
|
tag="★ 4.9/5 - 2,000+ sellers making $5K+/month"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user