Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7addddc959 | |||
| 811c3668eb |
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
description="Discover our single-origin, artisan-roasted coffee sourced directly from premium farms around the world. Every cup tells a story of dedication and excellence."
|
||||
tag="Premium Coffee Shop"
|
||||
tagIcon={Coffee}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767703270739-tnd6jpbe.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767778232695-4ni3mtux.jpg"
|
||||
imageAlt="Premium artisan coffee preparation"
|
||||
imagePosition="right"
|
||||
avatars={[
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user