From 811c3668ebe036b6f94c09a03fc047b3e92599cb Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 12:47:47 +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 098d013..2bbbd4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -75,7 +75,7 @@ export default function LandingPage() { phoneTwo={{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767703271475-umhy63yr.jpg", imageAlt: "Expert barista preparation" }} - useInvertedBackground="noInvert" + useInvertedBackground="invertDefault" buttons={[ { text: "Learn More", href: "#" }, { text: "Visit Us", href: "contact" } @@ -89,7 +89,7 @@ export default function LandingPage() { description="From farm to cup, we control every step to ensure uncompromising quality" tag="Three-Step Excellence" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground="invertCard" features={[ { id: 1, @@ -139,7 +139,7 @@ export default function LandingPage() { description="Hear from our community of passionate coffee enthusiasts and loyal customers" tag="Customer Stories" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground="invertDefault" testimonials={[ { id: "1", title: "Life-Changing Coffee Experience", quote: "I've tried countless coffee shops, but nothing compares to the quality and care here. Every cup is a revelation.", name: "Marcus Chen", role: "Coffee Enthusiast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767698836114-ric6d4b4.jpg", imageAlt: "Marcus Chen" @@ -169,7 +169,7 @@ export default function LandingPage() { description="Everything you need to know about our coffee and services" tag="FAQ" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground="invertCard" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767703274565-gomx2kvu.jpg" imageAlt="Our cozy coffee shop atmosphere" mediaPosition="left"