Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroSplit from "@/components/sections/hero/HeroSplit"; import HeroSplit from "@/components/sections/hero/HeroSplit";
@@ -85,7 +85,7 @@ export default function CoffeeHavenPage() {
imageAlt="Warm and inviting coffeehouse interior with seating" imageAlt="Warm and inviting coffeehouse interior with seating"
imagePosition="right" imagePosition="right"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -134,7 +134,7 @@ export default function CoffeeHavenPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </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." 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" animationType="slide-up"
/> />
</div> </div>