From 92d61631ed293dd3445f040c285a6304931ec3b8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:41:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94e2dc1..f006a3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,6 +100,7 @@ export default function LandingPage() { ] } ]} + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} carouselMode="buttons" @@ -144,6 +145,7 @@ export default function LandingPage() { title: "Comfortable Seating", description: "Spacious, welcoming dining environment", bentoComponent: "reveal-icon", icon: Armchair } ]} + animationType="slide-up" textboxLayout="default" useInvertedBackground={true} /> @@ -164,6 +166,7 @@ export default function LandingPage() { id: "3", value: "100%", title: "Local Favorite", description: "The place where Nyeri gathers", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-brining-food-table-communicating-while-having-lunch-together-home_637285-3138.jpg", imageAlt: "Happy customers enjoying meals" } ]} + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} /> @@ -184,6 +187,7 @@ export default function LandingPage() { id: "catering-large", name: "Large Celebrations", price: "Custom Quotes", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-buffet-table-wedding-celebration_8353-638.jpg", imageAlt: "Large celebration catering" } ]} + animationType="slide-up" gridVariant="three-columns-all-equal-width" textboxLayout="default" useInvertedBackground={false} @@ -214,6 +218,7 @@ export default function LandingPage() { id: "6", title: "Welcoming Atmosphere", quote: "Whether I'm dining alone or with a group, RayBell's always feels welcoming. Great food, great vibes. Love this place!", name: "Susan Muthoni", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg", imageAlt: "Susan Muthoni" } ]} + animationType="slide-up" textboxLayout="default" useInvertedBackground={true} /> @@ -222,6 +227,7 @@ export default function LandingPage() {