Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
|||||||
phoneTwo={{
|
phoneTwo={{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767703271475-umhy63yr.jpg", imageAlt: "Expert barista preparation"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767703271475-umhy63yr.jpg", imageAlt: "Expert barista preparation"
|
||||||
}}
|
}}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="invertDefault"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Learn More", href: "#" },
|
{ text: "Learn More", href: "#" },
|
||||||
{ text: "Visit Us", href: "contact" }
|
{ 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"
|
description="From farm to cup, we control every step to ensure uncompromising quality"
|
||||||
tag="Three-Step Excellence"
|
tag="Three-Step Excellence"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="invertCard"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
@@ -139,7 +139,7 @@ export default function LandingPage() {
|
|||||||
description="Hear from our community of passionate coffee enthusiasts and loyal customers"
|
description="Hear from our community of passionate coffee enthusiasts and loyal customers"
|
||||||
tag="Customer Stories"
|
tag="Customer Stories"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="invertDefault"
|
||||||
testimonials={[
|
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"
|
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"
|
description="Everything you need to know about our coffee and services"
|
||||||
tag="FAQ"
|
tag="FAQ"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="invertCard"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767703274565-gomx2kvu.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767703274565-gomx2kvu.jpg"
|
||||||
imageAlt="Our cozy coffee shop atmosphere"
|
imageAlt="Our cozy coffee shop atmosphere"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
|
|||||||
Reference in New Issue
Block a user