4 Commits

Author SHA1 Message Date
da8f2e952d Merge version_4 into main
Merge version_4 into main
2026-05-15 09:11:23 +00:00
c46ba6682e Update src/app/page.tsx 2026-05-15 09:11:17 +00:00
2414bd0cd5 Merge version_3 into main
Merge version_3 into main
2026-05-15 09:10:19 +00:00
1e9de341f2 Merge version_3 into main
Merge version_3 into main
2026-05-15 09:09:52 +00:00

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="Haven House Cafe" brandName="Haven House Cafe"
button={{ text: "Visit", href: "#contact" }} button={{ text: "View Menu", href: "#deals" }}
/> />
</div> </div>
@@ -53,7 +53,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pastries-display_627829-8306.jpg", imageAlt: "Fresh pastries" }, { imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pastries-display_627829-8306.jpg", imageAlt: "Fresh pastries" },
{ imageSrc: "http://img.b2bpic.net/free-photo/warm-cafe-seating-area_662251-1348.jpg", imageAlt: "Cozy seating" }, { imageSrc: "http://img.b2bpic.net/free-photo/warm-cafe-seating-area_662251-1348.jpg", imageAlt: "Cozy seating" },
]} ]}
buttons={[{ text: "Our Offerings", href: "#deals" }, { text: "Contact Us", href: "#contact" }]} buttons={[{ text: "View Menu", href: "#deals" }, { text: "Contact Us", href: "#contact" }]}
/> />
</div> </div>
@@ -146,4 +146,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }