Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-26 09:32:59 +00:00

View File

@@ -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",
},
]}