diff --git a/src/app/page.tsx b/src/app/page.tsx index f9d2139..d045c04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,6 +58,7 @@ export default function LandingPage() { { type: "text", content: "Culinary Excellence" } ]} buttons={[{ text: "Discover Our History", href: "#menu" }]} + useInvertedBackground={false} /> @@ -67,6 +68,8 @@ export default function LandingPage() { description="A curated selection of traditional charcoal-grilled favorites." gridVariant="bento-grid" animationType="blur-reveal" + textboxLayout="default" + useInvertedBackground={false} products={[ { id: "1", name: "Signature Ayam Panggang", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-cutting-delicious-turkey_23-2148681867.jpg" }, { id: "2", name: "Bumbu Rujak Chicken", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-fish-sauce_1388-24.jpg" }, @@ -82,6 +85,8 @@ export default function LandingPage() { rating={5} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" + useInvertedBackground={false} + avatars={[]} /> @@ -90,6 +95,8 @@ export default function LandingPage() { title="Common Questions" description="Got questions? We have answers." faqsAnimation="blur-reveal" + textboxLayout="default" + useInvertedBackground={false} faqs={[ { id: "1", title: "How do we prepare the chicken?", content: "We marinate for 12 hours and grill over real charcoal." }, { id: "2", title: "Is it spicy?", content: "We offer various spice levels, from mild to traditional extra spicy." } @@ -100,8 +107,11 @@ export default function LandingPage() {