From c3ff1567d2d4e2ac9e1988e33229c374658d67bb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:49:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b65684d..b4b699c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,7 +146,6 @@ export default function Page() { autoplayDelay={4000} showDimOverlay={true} ariaLabel="Gabistro Hero Carousel with restaurant ambiance and food highlights" - useInvertedBackground={false} /> @@ -166,7 +165,7 @@ export default function Page() { features={[ { title: "Inviting Ambiance", description: "Relax in our beautifully designed space, perfect for a casual breakfast or a leisurely brunch.", media: { imageSrc: getAssetUrl("feature-ambiance"), imageAlt: getAssetAlt("feature-ambiance") }, - items: [{ icon: Sparkles, text: "Charming Decor" }, { icon: Music, text: "Soothing Background Music" }, { icon: Sun, text: "Abundant Natural Light" }], + items: [{ icon: Sparkles, text: "Charming Decor" }, { icon: Music, text: "Soothing Background Music" }, { icon: Sun, text: "Abundant Natural Light" }, { icon: Leaf, text: "Locally Sourced" }, { icon: HandPlatter, text: "Seasonal Produce" }, { icon: Soup, text: "Handcrafted Daily" }, { icon: Smile, text: "Friendly Staff" }, { icon: Clock, text: "Prompt Service" }, { icon: MessageCircle, text: "Personalized Attention" }], reverse: false }, { @@ -308,7 +307,6 @@ export default function Page() { ]} bottomLeftText="© 2024 Gabistro. All rights reserved." bottomRightText="Made with passion in PV." - useInvertedBackground={false} /> -- 2.49.1