Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 736d6ab057 | |||
| d25049ee93 | |||
| aee00e2c28 | |||
| 12befcfba2 | |||
| a5cd8a2fcc | |||
| b029352d4b | |||
| 78c8356f79 | |||
| 8542e91e57 | |||
| 8f8dfa9ce7 | |||
| bc42865d07 | |||
| dd3cb634e1 |
@@ -69,8 +69,8 @@ export default function AboutPage() {
|
|||||||
<TestimonialAboutCard
|
<TestimonialAboutCard
|
||||||
tag="Our Story"
|
tag="Our Story"
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
title="Brew Haven was born from a passion for exceptional coffee and community connection. Founded in 2015, we've dedicated ourselves to sourcing the finest beans from around the world and creating a welcoming space for all coffee lovers."
|
title="Brew Haven represents the culmination of decades of coffee expertise and passion for craft. Since our founding in 2015, we have pursued a singular mission: to deliver extraordinary coffee experiences and foster genuine connections within our community."
|
||||||
description="Founded by Coffee Lovers"
|
description="Crafting Excellence Since 2015"
|
||||||
subdescription="Brew Haven Coffee Co."
|
subdescription="Brew Haven Coffee Co."
|
||||||
icon={Coffee}
|
icon={Coffee}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/pastry-shop-waitress-posing_23-2147984975.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/pastry-shop-waitress-posing_23-2147984975.jpg?_wi=2"
|
||||||
|
|||||||
@@ -101,6 +101,14 @@ export default function MenuPage() {
|
|||||||
id: "3", name: "Cold Brew Nitro", price: "$5.49", variant: "Cold · Smooth · Creamy", imageSrc: "http://img.b2bpic.net/free-photo/woman-seaside-with-coffee_23-2148574779.jpg?_wi=2", imageAlt: "Cold Brew Nitro"},
|
id: "3", name: "Cold Brew Nitro", price: "$5.49", variant: "Cold · Smooth · Creamy", imageSrc: "http://img.b2bpic.net/free-photo/woman-seaside-with-coffee_23-2148574779.jpg?_wi=2", imageAlt: "Cold Brew Nitro"},
|
||||||
{
|
{
|
||||||
id: "4", name: "Lavender Oat Latte", price: "$6.99", variant: "Seasonal · Floral · Oat Milk", imageSrc: "http://img.b2bpic.net/free-photo/big-coffee-cup-wooden-table_23-2148071561.jpg?_wi=4", imageAlt: "Lavender Oat Latte"},
|
id: "4", name: "Lavender Oat Latte", price: "$6.99", variant: "Seasonal · Floral · Oat Milk", imageSrc: "http://img.b2bpic.net/free-photo/big-coffee-cup-wooden-table_23-2148071561.jpg?_wi=4", imageAlt: "Lavender Oat Latte"},
|
||||||
|
{
|
||||||
|
id: "5", name: "Mocha Supreme", price: "$7.49", variant: "Espresso · Chocolate · Milk", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125746.jpg?_wi=2", imageAlt: "Mocha Supreme"},
|
||||||
|
{
|
||||||
|
id: "6", name: "Vanilla Cortado", price: "$6.99", variant: "Espresso · Steamed Milk · Vanilla", imageSrc: "http://img.b2bpic.net/free-photo/woman-seaside-with-coffee_23-2148574779.jpg?_wi=3", imageAlt: "Vanilla Cortado"},
|
||||||
|
{
|
||||||
|
id: "7", name: "Iced Americano", price: "$5.49", variant: "Cold · Double Shot · Crisp", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-coffee-with-milk_23-2149600726.jpg?_wi=3", imageAlt: "Iced Americano"},
|
||||||
|
{
|
||||||
|
id: "8", name: "Honey Cinnamon Latte", price: "$7.19", variant: "Seasonal · Sweet · Warm Spice", imageSrc: "http://img.b2bpic.net/free-photo/big-coffee-cup-wooden-table_23-2148071561.jpg?_wi=2", imageAlt: "Honey Cinnamon Latte"},
|
||||||
]}
|
]}
|
||||||
gridVariant="two-columns-alternating-heights"
|
gridVariant="two-columns-alternating-heights"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
@@ -108,6 +108,7 @@ export default function HomePage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
cardPriceClassName="font-bold text-lg text-amber-600"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -143,7 +144,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="menu-feature" data-section="menu-feature">
|
<div id="menu-feature" data-section="menu-feature">
|
||||||
<FeatureCardNineteen
|
<FeatureCardNineteen
|
||||||
title="Explore Our Menu"
|
title="Our perfect menu"
|
||||||
description="From classic espresso drinks to innovative seasonal creations"
|
description="From classic espresso drinks to innovative seasonal creations"
|
||||||
tag="Menu Categories"
|
tag="Menu Categories"
|
||||||
features={[
|
features={[
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #000000;
|
--background: #fcf6ec;
|
||||||
--card: #1a2f1d;
|
--card: #f3ede2;
|
||||||
--foreground: #ffffff;
|
--foreground: #2e2521;
|
||||||
--primary-cta: #ffffff;
|
--primary-cta: #2e2521;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #f7f6f7;
|
||||||
--secondary-cta: #0d200f;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #25190c;
|
--secondary-cta-text: #25190c;
|
||||||
--accent: #1a3d1f;
|
--accent: #b2a28b;
|
||||||
--background-accent: #355e3b;
|
--background-accent: #b2a28b;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user