From ebc68a2a67e0f5b4c07b80ca833fc856203da43e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 12:56:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 525373f..f738cc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,27 +34,27 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Products", id: "products", - href: "/products", + }, { name: "About", id: "about", - href: "/about", + }, { name: "FAQ", id: "faq", - href: "/faq", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} button={{ @@ -173,7 +173,7 @@ export default function LandingPage() { name: "Sarah J.", role: "Verified Buyer", testimonial: "ShopSphere truly exceeded my expectations! The product quality is fantastic, and shipping was incredibly fast. I'm a customer for life!", - imageSrc: "http://img.b2bpic.net/free-photo/attracitve-modern-young-woman-blond-curly-hairstyle-turn-away-intrigued-smiling-delighted-hold-cup-drink-coffee-working-laptop-use-net-book-studying-university-task-researching-freelance_197531-22197.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/attracitve-modern-young-woman-blond-curly-hairstyle-turn-away-intrigued-smiling-delighted-hold-cup-drink-coffee-working-laptop-use-net-book-studying-university-task-researching-freelance_197531-22197.jpg", imageAlt: "Sarah J.", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { name: "Jessica L.", role: "Student", testimonial: "Affordable prices and great deals! ShopSphere is my go-to for all my essentials. The website is easy to navigate too.", - imageSrc: "http://img.b2bpic.net/free-photo/attracitve-modern-young-woman-blond-curly-hairstyle-turn-away-intrigued-smiling-delighted-hold-cup-drink-coffee-working-laptop-use-net-book-studying-university-task-researching-freelance_197531-22197.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/attracitve-modern-young-woman-blond-curly-hairstyle-turn-away-intrigued-smiling-delighted-hold-cup-drink-coffee-working-laptop-use-net-book-studying-university-task-researching-freelance_197531-22197.jpg", imageAlt: "Jessica L.", }, ]}