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} />