From 98c353fe3ca621c8a64d6c5ae3d7d872240f936d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 09:32:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6665848..45dee21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,37 +34,37 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "#home", + }, { name: "About", id: "about", - href: "#about", + }, { name: "Offerings", id: "offerings", - href: "#offerings", + }, { name: "Menu", id: "menu", - href: "#menu", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} brandName="Anandam Bakery" @@ -139,7 +139,7 @@ export default function LandingPage() { id: 2, title: "Artisanal Fresh Breads", description: "Daily baked, crusty on the outside, soft on the inside. Our selection includes sourdough, rye, and gourmet sandwich breads.", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-set-with-bakery-dried-fruits_23-2147852072.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-set-with-bakery-dried-fruits_23-2147852072.jpg", imageAlt: "Assortment of freshly baked artisanal breads", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { id: "prod-4", name: "Artisanal Sourdough Loaf", price: "$8.99", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-set-with-bakery-dried-fruits_23-2147852072.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-set-with-bakery-dried-fruits_23-2147852072.jpg", imageAlt: "Freshly baked artisanal sourdough bread", }, ]} -- 2.49.1