Update src/app/page.tsx

This commit is contained in:
2026-01-13 13:19:21 +00:00
parent 259e106513
commit 366092dd56

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -95,7 +95,7 @@ export default function BrewHavenPage() {
},
{ type: "text", content: "meets exceptional quality" }
]}
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
buttons={[
{ text: "Learn Our Story", href: "#feature" }
]}
@@ -130,8 +130,6 @@ export default function BrewHavenPage() {
]}
className="w-full"
containerClassName="py-12 md:py-20"
titleClassName="text-3xl md:text-4xl font-bold"
descriptionClassName="text-base md:text-lg"
/>
</div>
@@ -152,7 +150,7 @@ export default function BrewHavenPage() {
number: "03", title: "Fresh Grinding & Brewing", description: "Beans are ground moments before brewing to preserve aroma and flavor. Each cup is crafted by our trained baristas with meticulous attention to detail.", tag: "Craft"
}
]}
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
className="w-full"
containerClassName="py-12 md:py-20"
titleClassName="text-3xl md:text-4xl font-bold"
@@ -187,7 +185,7 @@ export default function BrewHavenPage() {
cardTitle="Loved by thousands of coffee enthusiasts around the world"
cardTag="Customer Love"
cardTagIcon={Heart}
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
testimonials={[
{
id: "1", name: "Sarah Mitchell", imageSrc: "https://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg", imageAlt: "Sarah Mitchell"
@@ -253,7 +251,7 @@ export default function BrewHavenPage() {
text: "Send Message", href: "mailto:hello@brewhaven.com"
}}
ctaIcon={MessageCircle}
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
animationType="slide-up"
accordionAnimationType="smooth"
faqs={[