Update src/app/page.tsx

This commit is contained in:
2026-02-22 15:56:27 +00:00
parent 6a022f728e
commit fac606e48a

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "View Our Menu", href: "#menu" },
{ text: "Find Us", href: "#contact" },
]}
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg"
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg?_wi=1"
imageAlt="Cozy coffee shop interior with barista making coffee"
textPosition="bottom-left"
showDimOverlay={true}
@@ -178,7 +178,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg"
imageSrc="https://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg?_wi=2"
imageAlt="Cozy coffee shop interior with warm lighting"
columns={[
{ title: "Brew Haven", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "About Us", href: "#about" }] },