Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17d0a3d893 | |||
| 3d1c29ac1b | |||
| f19b2ace44 |
@@ -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,
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Our Featured Collection"
|
title="Our Featured Collection"
|
||||||
description="Premium shoes for every occasion with 30-day money-back guarantee. From athletic performance to elegant style, find your perfect pair."
|
description="Premium shoes for every occasion with 30-day money-back guarantee and free shipping on orders over $50"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Performance Athletic Pro", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg?_wi=1", imageAlt: "Performance Athletic Pro Shoes", initialQuantity: 1,
|
id: "1", name: "Performance Athletic Pro", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/runner-man-s-feet-running-road-closeup-shoe_273609-14245.jpg?_wi=1", imageAlt: "Performance Athletic Pro Shoes", initialQuantity: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user