3 Commits

Author SHA1 Message Date
17d0a3d893 Update src/app/page.tsx 2026-03-09 14:35:31 +00:00
3d1c29ac1b Update src/app/layout.tsx 2026-03-09 14:35:30 +00:00
f19b2ace44 Merge version_2 into main
Merge version_2 into main
2026-03-09 14:32:59 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,8 @@ const geistMono = Geist_Mono({
});
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({
children,

View File

@@ -84,7 +84,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardThree
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={[
{
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,