7 Commits

Author SHA1 Message Date
736d6ab057 Merge version_7 into main
Merge version_7 into main
2026-03-10 12:00:55 +00:00
d25049ee93 Update src/app/page.tsx 2026-03-10 12:00:51 +00:00
aee00e2c28 Merge version_6 into main
Merge version_6 into main
2026-03-10 11:59:27 +00:00
12befcfba2 Update src/app/about/page.tsx 2026-03-10 11:59:22 +00:00
a5cd8a2fcc Merge version_5 into main
Merge version_5 into main
2026-03-10 11:45:01 +00:00
b029352d4b Update src/app/styles/variables.css 2026-03-10 11:44:56 +00:00
78c8356f79 Merge version_4 into main
Merge version_4 into main
2026-03-10 11:24:04 +00:00
3 changed files with 11 additions and 10 deletions

View File

@@ -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"

View File

@@ -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>

View File

@@ -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);