5 Commits

Author SHA1 Message Date
fcfb03f321 Update src/app/page.tsx 2026-04-21 16:40:01 +00:00
7366e40d81 Merge version_2 into main
Merge version_2 into main
2026-04-21 16:38:53 +00:00
120c4897ad Update src/app/page.tsx 2026-04-21 16:38:47 +00:00
5def8ff08f Merge version_1 into main
Merge version_1 into main
2026-04-21 16:37:56 +00:00
42730ec248 Merge version_1 into main
Merge version_1 into main
2026-04-21 16:37:22 +00:00

View File

@@ -44,7 +44,10 @@ export default function LandingPage() {
<HeroCarouselLogo <HeroCarouselLogo
logoText="Symphonys Artisanal Bakery" logoText="Symphonys Artisanal Bakery"
description="Baking Dreams Into Reality - One Bite at a Time" description="Baking Dreams Into Reality - One Bite at a Time"
buttons={[{ text: "Explore Menu", href: "#products" }]} buttons={[
{ text: "Explore Menu", href: "#products" },
{ text: "View Location", href: "#contact" }
]}
slides={[ slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/cool-breakfast-composition_23-2147658656.jpg", imageAlt: "fresh croissant close up" }, { imageSrc: "http://img.b2bpic.net/free-photo/cool-breakfast-composition_23-2147658656.jpg", imageAlt: "fresh croissant close up" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-served-with-glass-tea_114579-13870.jpg", imageAlt: "european cafe pastry display" }, { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-served-with-glass-tea_114579-13870.jpg", imageAlt: "european cafe pastry display" },
@@ -192,4 +195,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }