Merge version_2 into main #1

Merged
development merged 1 commits from version_2 into main 2026-01-06 12:47:52 +00:00

View File

@@ -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"