Compare commits

..

2 Commits

Author SHA1 Message Date
b99cf966f6 Merge version_1 into main
Merge version_1 into main
2026-02-12 12:36:24 +00:00
6eb40b1806 Merge version_1 into main
Merge version_1 into main
2026-02-12 12:34:21 +00:00
5 changed files with 8 additions and 8 deletions

View File

@@ -74,7 +74,7 @@ export default function AboutPage() {
cardTitleClassName="text-foreground"
cardDescriptionClassName="text-foreground"
tag="Our Principles"
textBoxTagClassName="text-primary-cta"
tagClassName="text-primary-cta"
/>
</div>
@@ -87,7 +87,7 @@ export default function AboutPage() {
testimonials={[
{ id: "1", name: "Sarah M., Local Artist", date: "Date: 15 October 2023", title: "My go-to spot for inspiration!", quote: "Bean & Brew is more than just a coffee shop; it's my creative sanctuary. The coffee is exceptional, and the atmosphere is perfect for sketching and getting work done.", tag: "Favorite Spot", avatarSrc: "https://img.b2bpic.net/free-photo/male-barista-preparing-cappuccino-coffee-shop_1303-29343.jpg", imageSrc: "https://img.b2bpic.net/free-photo/man-apron-preparing-coffee-machine_23-2148366708.jpg", avatarAlt: "happy customer portrait smiling woman coffee cafe visitor person drinking coffee", imageAlt: "coffee shop interior barista making coffee cozy cafe coffee beans" },
{ id: "3", name: "Emily C., Community Organizer", date: "Date: 03 January 2024", title: "A true community gem!", quote: "This place feels like home. The staff remembers my order, and there's always a warm welcome. It's the perfect place to meet friends or enjoy a quiet moment.", tag: "Community Hub", avatarSrc: "https://img.b2bpic.net/free-photo/smiling-waiter-making-cup-coffee_1170-577.jpg", imageSrc: "https://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", avatarAlt: "young woman coffee shop satisfied customer coffee experience portrait smile cafe", imageAlt: "cozy cafe setting comfortable seating coffee shop decor warm ambiance" },
{ id: "2", name: "David R., Tech Enthusiast", date: "Date: 22 November 2023", title: "Best coffee in town, hands down.", quote: "I'm a coffee snob, and Bean & Brew never disappoints. Their espresso is perfectly balanced, and the baristas are always friendly and knowledgeable. Highly recommended!", tag: "Quality Coffee", avatarSrc: "https://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-203404.jpg", imageSrc: "https://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg", avatarAlt: "man enjoying coffee cafe customer smiling customer testimonial person relaxing cafe", imageAlt: "barista at work making coffee coffee preparation espresso machine" }
{ id: "2", name: "David R., Tech Enthusiast", date: "Date: 22 November 2023", title: "Best coffee in town, hands down.", quote: "I'm a coffee snob, and Bean & Brew never disappoints. Their espresso is perfectly balanced, and the baristas are always friendly and knowledgeable. Highly recommended!", tag: "Quality Coffee", avatarSrc: "https://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-203404.jpg", imageSrc: "https://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg", avatarAlt: "man enjoying coffee cafe customer smiling customer testimonial person relaxing cafe", imageAlt: "barista at work making coffee coffee preparation espresso machine" },
]}
textBoxTitleClassName="text-foreground"
textBoxDescriptionClassName="text-foreground"

View File

@@ -76,4 +76,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -87,7 +87,7 @@ export default function ContactPage() {
cardTitleClassName="text-foreground"
cardDescriptionClassName="text-foreground"
tag="Our Promise"
textBoxTagClassName="text-primary-cta"
tagClassName="text-primary-cta"
/>
</div>

View File

@@ -83,7 +83,7 @@ export default function MenuPage() {
cardTitleClassName="text-foreground"
cardDescriptionClassName="text-foreground"
tag="Our Promise"
textBoxTagClassName="text-primary-cta"
tagClassName="text-primary-cta"
/>
</div>

View File

@@ -46,7 +46,7 @@ export default function HomePage() {
<HeroSplitKpi
title="Sip the Perfect Moment"
description="Experience artisanal coffee, delightful pastries, and a cozy ambiance at Bean & Brew. Your daily escape awaits."
background={{ variant: "plain" }}
background={{ variant: "noise" }}
kpis={[{ value: "10+", label: "Years Serving" }, { value: "15+", label: "Unique Blends" }, { value: "10K+", label: "Happy Customers" }]}
enableKpiAnimation={true}
buttons={[{ text: "Explore Menu", href: "/menu" }, { text: "Find Us", href: "/contact" }]}
@@ -55,7 +55,7 @@ export default function HomePage() {
imagePosition="right"
mediaAnimation="blur-reveal"
tag="Your Daily Ritual"
titleClassName="text-foreground"
textBoxTitleClassName="text-foreground"
descriptionClassName="text-foreground"
tagClassName="text-primary-cta"
buttonClassName="text-primary-cta"
@@ -83,7 +83,7 @@ export default function HomePage() {
cardTitleClassName="text-foreground"
cardDescriptionClassName="text-foreground"
tag="Our Specialties"
textBoxTagClassName="text-primary-cta"
tagClassName="text-primary-cta"
/>
</div>