Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db7bb5b0a5 |
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -18,7 +18,7 @@ export default function CoffeeShopPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -73,7 +73,7 @@ export default function CoffeeShopPage() {
|
||||
description="Experience the journey of coffee excellence through our meticulous process"
|
||||
tag="Our Process"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -123,7 +123,7 @@ export default function CoffeeShopPage() {
|
||||
description="Hear from our community of loyal customers who've made Brew Haven their daily ritual"
|
||||
tag="Testimonials"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell, Coffee Connoisseur", date: "Date: 15 January 2025", title: "The best espresso in the city!", quote: "I've visited dozens of coffee shops, and Brew Haven consistently delivers the most balanced, flavorful espresso. The baristas truly know their craft. It's now my daily destination.", tag: "Regular Customer", avatarSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Sarah Mitchell"
|
||||
|
||||
Reference in New Issue
Block a user