Compare commits
6 Commits
6eb40b1806
...
b99cf966f6
| Author | SHA1 | Date | |
|---|---|---|---|
| b99cf966f6 | |||
| b12b1b7a5e | |||
| 2ccf6d1d10 | |||
| 28bdc2a925 | |||
| ca42a7af8d | |||
| abf65a560b |
@@ -70,7 +70,7 @@ export default function AboutPage() {
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
textBoxTitleClassName="text-foreground"
|
||||
descriptionClassName="text-foreground"
|
||||
textBoxDescriptionClassName="text-foreground"
|
||||
cardTitleClassName="text-foreground"
|
||||
cardDescriptionClassName="text-foreground"
|
||||
tag="Our Principles"
|
||||
@@ -90,7 +90,7 @@ export default function AboutPage() {
|
||||
{ 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"
|
||||
descriptionClassName="text-foreground"
|
||||
textBoxDescriptionClassName="text-foreground"
|
||||
cardTitleClassName="text-foreground"
|
||||
cardQuoteClassName="text-foreground"
|
||||
cardTagClassName="text-primary-cta"
|
||||
|
||||
@@ -83,7 +83,7 @@ export default function ContactPage() {
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
textBoxTitleClassName="text-foreground"
|
||||
descriptionClassName="text-foreground"
|
||||
textBoxDescriptionClassName="text-foreground"
|
||||
cardTitleClassName="text-foreground"
|
||||
cardDescriptionClassName="text-foreground"
|
||||
tag="Our Promise"
|
||||
|
||||
@@ -57,7 +57,7 @@ export default function MenuPage() {
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textBoxTitleClassName="text-foreground"
|
||||
descriptionClassName="text-foreground"
|
||||
textBoxDescriptionClassName="text-foreground"
|
||||
cardBrandClassName="text-foreground"
|
||||
cardNameClassName="text-foreground"
|
||||
cardPriceClassName="text-foreground"
|
||||
@@ -79,7 +79,7 @@ export default function MenuPage() {
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
textBoxTitleClassName="text-foreground"
|
||||
descriptionClassName="text-foreground"
|
||||
textBoxDescriptionClassName="text-foreground"
|
||||
cardTitleClassName="text-foreground"
|
||||
cardDescriptionClassName="text-foreground"
|
||||
tag="Our Promise"
|
||||
|
||||
@@ -46,16 +46,15 @@ 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" }]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/man-apron-preparing-coffee-machine_23-2148366708.jpg"
|
||||
imageAlt="coffee shop interior barista making coffee cozy cafe coffee beans"
|
||||
imageAlt="Cozy coffee shop interior with barista"
|
||||
imagePosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
tag="Your Daily Ritual"
|
||||
useInvertedBackground={false}
|
||||
textBoxTitleClassName="text-foreground"
|
||||
descriptionClassName="text-foreground"
|
||||
tagClassName="text-primary-cta"
|
||||
@@ -80,7 +79,7 @@ export default function HomePage() {
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
textBoxTitleClassName="text-foreground"
|
||||
descriptionClassName="text-foreground"
|
||||
textBoxDescriptionClassName="text-foreground"
|
||||
cardTitleClassName="text-foreground"
|
||||
cardDescriptionClassName="text-foreground"
|
||||
tag="Our Specialties"
|
||||
@@ -103,7 +102,7 @@ export default function HomePage() {
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
textBoxTitleClassName="text-foreground"
|
||||
descriptionClassName="text-foreground"
|
||||
textBoxDescriptionClassName="text-foreground"
|
||||
cardBrandClassName="text-foreground"
|
||||
cardNameClassName="text-foreground"
|
||||
cardPriceClassName="text-foreground"
|
||||
@@ -123,7 +122,7 @@ export default function HomePage() {
|
||||
{ id: "4", name: "Michael T., Food Blogger", date: "Date: 10 February 2024", title: "Pastries are to die for!", quote: "Beyond the excellent coffee, their pastries are a revelation. The croissants are flaky, and the muffins are moist and flavorful. A must-visit for any foodie!", tag: "Delicious Treats", avatarSrc: "https://img.b2bpic.net/free-photo/high-angle-male-making-coffee_23-2148366604.jpg", imageSrc: "https://img.b2bpic.net/free-photo/portrait-smiling-waitress-using-coffee-machine_107420-12297.jpg", avatarAlt: "older man coffee shop review coffee happy patron coffee break portrait", imageAlt: "pastries display bakery counter croissants muffins dessert tray" }
|
||||
]}
|
||||
textBoxTitleClassName="text-foreground"
|
||||
descriptionClassName="text-foreground"
|
||||
textBoxDescriptionClassName="text-foreground"
|
||||
cardTitleClassName="text-foreground"
|
||||
cardQuoteClassName="text-foreground"
|
||||
cardTagClassName="text-primary-cta"
|
||||
|
||||
@@ -55,7 +55,7 @@ export default function TestimonialsPage() {
|
||||
{ id: "6", name: "Robert P., Traveler", date: "Date: 05 March 2024", title: "A welcoming stop on my journey.", quote: "As a traveler, finding a genuinely friendly and high-quality coffee shop is rare. Bean & Brew made me feel right at home.", tag: "Traveler's Choice", 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/man-apron-preparing-coffee-machine_23-2148366708.jpg", avatarAlt: "man enjoying coffee cafe customer smiling customer testimonial person relaxing cafe", imageAlt: "coffee shop interior barista making coffee cozy cafe coffee beans" }
|
||||
]}
|
||||
textBoxTitleClassName="text-foreground"
|
||||
descriptionClassName="text-foreground"
|
||||
textBoxDescriptionClassName="text-foreground"
|
||||
cardTitleClassName="text-foreground"
|
||||
cardQuoteClassName="text-foreground"
|
||||
cardTagClassName="text-primary-cta"
|
||||
@@ -78,7 +78,7 @@ export default function TestimonialsPage() {
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
textBoxTitleClassName="text-foreground"
|
||||
descriptionClassName="text-foreground"
|
||||
textBoxDescriptionClassName="text-foreground"
|
||||
cardBrandClassName="text-foreground"
|
||||
cardNameClassName="text-foreground"
|
||||
cardPriceClassName="text-foreground"
|
||||
|
||||
Reference in New Issue
Block a user