Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db7bb5b0a5 |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
@@ -18,7 +18,7 @@ export default function CoffeeShopPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="compact"
|
contentWidth="compact"
|
||||||
sizing="mediumLargeSizeLargeTitles"
|
sizing="mediumLargeSizeLargeTitles"
|
||||||
background="grid"
|
background="circleGradient"
|
||||||
cardStyle="gradient-bordered"
|
cardStyle="gradient-bordered"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
@@ -73,7 +73,7 @@ export default function CoffeeShopPage() {
|
|||||||
description="Experience the journey of coffee excellence through our meticulous process"
|
description="Experience the journey of coffee excellence through our meticulous process"
|
||||||
tag="Our Process"
|
tag="Our Process"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
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"
|
description="Hear from our community of loyal customers who've made Brew Haven their daily ritual"
|
||||||
tag="Testimonials"
|
tag="Testimonials"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
testimonials={[
|
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"
|
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