Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-07 20:49:12 +00:00

View File

@@ -146,7 +146,6 @@ export default function Page() {
autoplayDelay={4000}
showDimOverlay={true}
ariaLabel="Gabistro Hero Carousel with restaurant ambiance and food highlights"
useInvertedBackground={false}
/>
</div>
@@ -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}
/>
</div>
</ThemeProvider>