From 2fcb083e4de0c8a9811eab4483747143b1a8307e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:44:38 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 66251f5..911105b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -23,17 +23,16 @@ export const metadata: Metadata = { title: "ItemStore – Premium Quality Online Shopping", description: "Discover curated premium items with authentic quality, fast shipping, and exceptional customer service. Shop exclusive collections today.", keywords: "premium items, luxury shopping, online store, quality products, exclusive collections", openGraph: { title: "ItemStore – Premium Quality Online Shopping", description: "Discover curated premium items with authentic quality and exceptional service.", siteName: "ItemStore", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg", alt: "ItemStore premium products showcase" - } - ] + url: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg", alt: "ItemStore premium products showcase"}, + ], }, twitter: { - card: "summary_large_image", title: "ItemStore – Premium Online Shopping", description: "Explore our curated collection of premium items.", images: ["http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg"] + card: "summary_large_image", title: "ItemStore – Premium Online Shopping", description: "Explore our curated collection of premium items.", images: ["http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg"], }, robots: { index: true, - follow: true - } + follow: true, + }, }; export default function RootLayout({ -- 2.49.1 From 82018912a58141d35f34805a01567f31eb525d92 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:44:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 72 +++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 43 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 55c0402..83e3eef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "Shop", id: "products" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "contact" }, ]} button={{ text: "Shop Now", href: "#products" }} animateOnLoad={true} @@ -48,7 +48,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} buttons={[ { text: "Shop Collection", href: "#products" }, - { text: "Learn More", href: "#about" } + { text: "Learn More", href: "#about" }, ]} layoutOrder="default" imageSrc="http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg" @@ -63,14 +63,14 @@ export default function LandingPage() { @@ -119,20 +118,16 @@ export default function LandingPage() { features={[ { icon: Shield, - title: "100% Authentic", description: "Guaranteed authentic products with verified sourcing and quality assurance." - }, + title: "100% Authentic", description: "Guaranteed authentic products with verified sourcing and quality assurance."}, { icon: Zap, - title: "Fast Shipping", description: "Quick delivery to your doorstep with tracking and insurance included." - }, + title: "Fast Shipping", description: "Quick delivery to your doorstep with tracking and insurance included."}, { icon: Award, - title: "Premium Support", description: "24/7 customer service dedicated to your satisfaction and peace of mind." - }, + title: "Premium Support", description: "24/7 customer service dedicated to your satisfaction and peace of mind."}, { icon: Heart, - title: "Guaranteed Quality", description: "Every item inspected and warranted for durability and excellence." - } + title: "Guaranteed Quality", description: "Every item inspected and warranted for durability and excellence."}, ]} textboxLayout="default" animationType="slide-up" @@ -144,17 +139,13 @@ export default function LandingPage() {