diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ab73bb..5a962ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,12 +46,12 @@ export default function LandingPage() { title="A Little Taste of Venezuela in Winter Park" description="Fresh artisan bread, golden empanadas, and traditional Venezuelan pastries baked daily with love. Experience authentic flavors that feel like home." tag="⭐ 4.8+ Stars | Trusted by Hundreds" - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Order Ahead", href: "#order" }, { text: "View Menu", href: "#menu" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=119syg" imageAlt="Fresh baked Venezuelan bread and empanadas with warm bakery steam" showDimOverlay={true} @@ -190,22 +190,22 @@ export default function LandingPage() {