From beb9c3bc234792959f28606844af27dd63b5d570 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 10 Jan 2026 21:04:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e07b902..fd64471 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -134,7 +134,7 @@ export default function CoffeeHavenPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" animationType="slide-up" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -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" /> -- 2.49.1