Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c121806d1b | |||
| 8d0be79fdc | |||
| 718eaf235f | |||
| 9038ccf574 | |||
| 58d7d35d68 | |||
| 7addddc959 | |||
| 106b2b7ca6 | |||
| 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={[
|
||||
@@ -70,12 +70,12 @@ export default function LandingPage() {
|
||||
description="Since 2015, we've been on a mission to bring the world's finest coffee directly to your cup. Our commitment to quality, sustainability, and craftsmanship defines every aspect of our business."
|
||||
textboxLayout="default"
|
||||
phoneOne={{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767703276437-zsn5sn6f.jpg", imageAlt: "Coffee bean selection process"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767778565196-x6rm7cqo.jpg", imageAlt: "Coffee bean selection process"
|
||||
}}
|
||||
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,
|
||||
@@ -119,7 +119,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Artisan Coffee Co.", name: "Ethiopian Yirgacheffe", price: "$18.99", rating: 5,
|
||||
reviewCount: "342", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767703272607-hrdg3apt.jpg", imageAlt: "Ethiopian Yirgacheffe coffee"
|
||||
reviewCount: "342", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780320665-84q8dt4n.jpg", imageAlt: "Ethiopian Yirgacheffe coffee"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Artisan Coffee Co.", name: "Colombian Geisha", price: "$24.99", rating: 5,
|
||||
@@ -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