Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-10 21:04:37 +00:00

View File

@@ -1,6 +1,6 @@
"use client"
"use client";
import { Award, Coffee, Flame, Globe, Heart, MapPin, MessageSquare, Package, Sparkles, Star, Users } from "lucide-react";
import { Award, Coffee, Flame, Globe, Heart, MapPin, MessageSquare, Sparkles, Star, Users } from "lucide-react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroSplit from "@/components/sections/hero/HeroSplit";
@@ -85,7 +85,7 @@ export default function CoffeeHavenPage() {
imageAlt="Warm and inviting coffeehouse interior with seating"
imagePosition="right"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -134,7 +134,7 @@ export default function CoffeeHavenPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -202,7 +202,7 @@ export default function CoffeeHavenPage() {
id: "5", title: "Do you host events or private bookings?", content: "Yes! We can accommodate small meetings and gatherings. Contact us at events@coffeehaven.com for private bookings and catering inquiries."
}
]}
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
animationType="slide-up"
/>
</div>