Compare commits
14 Commits
6eb40b1806
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c6c0bbcd89 | |||
| 3dd5b1a35e | |||
| 12e5819ebb | |||
| 5dacd09155 | |||
| a571d60905 | |||
| 3b1c183dab | |||
| 9892a854ed | |||
| f3045b1392 | |||
| b99cf966f6 | |||
| b12b1b7a5e | |||
| 2ccf6d1d10 | |||
| 28bdc2a925 | |||
| ca42a7af8d | |||
| abf65a560b |
@@ -70,11 +70,11 @@ 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"
|
||||
tagClassName="text-primary-cta"
|
||||
textBoxTagClassName="text-primary-cta"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,10 +87,10 @@ 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"
|
||||
descriptionClassName="text-foreground"
|
||||
textBoxDescriptionClassName="text-foreground"
|
||||
cardTitleClassName="text-foreground"
|
||||
cardQuoteClassName="text-foreground"
|
||||
cardTagClassName="text-primary-cta"
|
||||
|
||||
@@ -76,4 +76,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -83,11 +83,11 @@ 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"
|
||||
tagClassName="text-primary-cta"
|
||||
textBoxTagClassName="text-primary-cta"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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,11 +79,11 @@ 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"
|
||||
tagClassName="text-primary-cta"
|
||||
textBoxTagClassName="text-primary-cta"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -51,12 +51,11 @@ export default function HomePage() {
|
||||
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"
|
||||
titleClassName="text-foreground"
|
||||
descriptionClassName="text-foreground"
|
||||
tagClassName="text-primary-cta"
|
||||
buttonClassName="text-primary-cta"
|
||||
@@ -80,11 +79,11 @@ 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"
|
||||
tagClassName="text-primary-cta"
|
||||
textBoxTagClassName="text-primary-cta"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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