diff --git a/src/app/page.tsx b/src/app/page.tsx index 4dd8a65..864209b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,8 +28,9 @@ export default function LandingPage() { @@ -160,27 +174,33 @@ export default function LandingPage() { { id: "1", title: "Finally sleeping through the night", quote: "I was skeptical about the ortho mattress, but the team let me try it in-store for an hour. After just one night at home, I could tell it was different. Best purchase we've made.", name: "Sarah Mitchell", role: "Homeowner", imageSrc: - "http://img.b2bpic.net/free-photo/business-woman-portrait_93675-133097.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, + "http://img.b2bpic.net/free-photo/business-woman-portrait_93675-133097.jpg?_wi=1", imageAlt: "Sarah Mitchell" + }, { id: "2", title: "Professional and honest service", quote: "They didn't push me to buy the most expensive option. The consultant actually listened to my needs and recommended a mid-range mattress. Four months later, couldn't be happier.", name: "Michael Chen", role: "Business Owner", imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg?_wi=1", imageAlt: "Michael Chen"}, + "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg?_wi=1", imageAlt: "Michael Chen" + }, { id: "3", title: "Delivery and setup was flawless", quote: "Same-day delivery? Yes please. They came when they said they would, set everything up perfectly, and even hauled away our old mattress. Couldn't ask for better service.", name: "Jennifer Adams", role: "Young Professional", imageSrc: - "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-with-sunglasses_23-2148603032.jpg", imageAlt: "Jennifer Adams"}, + "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-with-sunglasses_23-2148603032.jpg", imageAlt: "Jennifer Adams" + }, { id: "4", title: "Local business that truly cares", quote: "It's refreshing to work with a local mattress shop instead of ordering online blindly. These folks know their stuff, and they stand behind every mattress they sell.", name: "David Rodriguez", role: "Retired", imageSrc: - "http://img.b2bpic.net/free-photo/businessman-close-up_1139-650.jpg", imageAlt: "David Rodriguez"}, + "http://img.b2bpic.net/free-photo/businessman-close-up_1139-650.jpg", imageAlt: "David Rodriguez" + }, { id: "5", title: "My back pain is gone", quote: "Within a week of using the orthopedic mattress, my morning back pain disappeared. I've recommended this shop to everyone I know. Thank you for changing my sleep.", name: "Maria Santos", role: "Healthcare Worker", imageSrc: - "http://img.b2bpic.net/free-photo/business-woman-portrait_93675-133097.jpg?_wi=2", imageAlt: "Maria Santos"}, + "http://img.b2bpic.net/free-photo/business-woman-portrait_93675-133097.jpg?_wi=2", imageAlt: "Maria Santos" + }, { id: "6", title: "Worth every penny", quote: "We invested in the premium hybrid mattress and have never slept better. The comfort, support, and durability are unmatched. The team's advice was invaluable.", name: "Thomas Williams", role: "Executive", imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg?_wi=2", imageAlt: "Thomas Williams"}, + "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg?_wi=2", imageAlt: "Thomas Williams" + }, ]} /> @@ -207,10 +227,10 @@ export default function LandingPage() { columns={[ { title: "Shop", items: [ - { label: "Memory Foam", href: "#mattress-types" }, - { label: "Hybrid Mattresses", href: "#mattress-types" }, - { label: "Orthopedic Support", href: "#mattress-types" }, - { label: "All Mattresses", href: "#mattress-types" }, + { label: "Memory Foam", href: "/products" }, + { label: "Hybrid Mattresses", href: "/products" }, + { label: "Orthopedic Support", href: "/products" }, + { label: "All Mattresses", href: "/products" }, ], }, {