5 Commits

2 changed files with 8 additions and 9 deletions

View File

@@ -4,14 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f5f5f5;; --background: #ffcccc;;
--card: #ffffff;; --card: #ffcc99;;
--foreground: #1c1c1c;; --foreground: #333333;;
--primary-cta: #159c49;; --primary-cta: #ff6666;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #159c49;; --accent: #ffcc00;;
--background-accent: #a8e8ba;; --background-accent: #ffcc66;;
/* Base spacing units */ /* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25); --vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5); --vw-0_5: calc(var(--vw) * 0.5);

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
title="Discover Exceptional Coffee, Crafted Daily" title="Best Coffee"
description="At Bodr, we believe every cup tells a story. Our specialty coffee is sourced from the world's finest roasters and prepared with precision by our expert baristas. Welcome to a community of coffee lovers." description="At Bodr, we believe every cup tells a story. Our specialty coffee is sourced from the world's finest roasters and prepared with precision by our expert baristas. Welcome to a community of coffee lovers."
tag="Premium Coffee Experience" tag="Premium Coffee Experience"
tagIcon={Sparkles} tagIcon={Sparkles}
@@ -108,7 +108,7 @@ export default function LandingPage() {
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardTwentyTwo <FeatureCardTwentyTwo
title="Why Choose Bodr" title="13+ Years of Excellence"
description="We're committed to excellence in every aspect of our craft, from bean selection to the perfect cup." description="We're committed to excellence in every aspect of our craft, from bean selection to the perfect cup."
tag="Our Values" tag="Our Values"
tagIcon={Award} tagIcon={Award}