From fc66c66c5ddd45b07862476734072fe03bbe4b10 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 21:39:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 923b893..d1cb404 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { imageAlt="Lighthouse Lounge pizza and drinks" mediaAnimation="slide-up" tag="Est. Local Favorite" - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> @@ -63,7 +63,7 @@ export default function LandingPage() { title="Welcome to Lighthouse Lounge – Your Neighborhood Haven" useInvertedBackground={false} tag="About Our Story" - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Call Now", href: "tel:(319)234-9304" } ]} @@ -77,7 +77,7 @@ export default function LandingPage() { description="Discover the flavors that keep our guests coming back. From hand-crafted cocktails to wood-fired pizza, every item is prepared with care and quality ingredients." tag="What We Serve" tagIcon={UtensilsCrossed} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} animationType="slide-up" @@ -129,7 +129,7 @@ export default function LandingPage() { description="Take a glimpse into our vibrant atmosphere, delicious offerings, and the welcoming community that makes us special." tag="Gallery" tagIcon={Camera} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} animationType="slide-up" @@ -151,7 +151,7 @@ export default function LandingPage() {