4 Commits

Author SHA1 Message Date
c6533763d1 Update theme colors 2026-05-08 15:01:12 +00:00
bb65671408 Update theme colors 2026-05-08 15:00:58 +00:00
8d6d7ee5c8 Update src/app/page.tsx 2026-05-08 14:57:21 +00:00
93c3488565 Merge version_3 into main
Merge version_3 into main
2026-05-08 14:54:49 +00:00
2 changed files with 10 additions and 9 deletions

View File

@@ -48,6 +48,7 @@ export default function LandingPage() {
buttons={[{ text: "Order Ahead", href: "#" }, { text: "Join Rewards", href: "#" }]} buttons={[{ text: "Order Ahead", href: "#" }, { text: "Join Rewards", href: "#" }]}
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/assets/coffee-pour.mp4" videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/assets/coffee-pour.mp4"
videoAriaLabel="Automatic coffee pour animation" videoAriaLabel="Automatic coffee pour animation"
showBlur={true}
avatars={[ avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDYWsP3qxDEp1HhVs1eZYJ7aHW/a-happy-customer-enjoying-a-coffee-in-a--1778251558205-e6af6f28.png", alt: "Customer 1" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDYWsP3qxDEp1HhVs1eZYJ7aHW/a-happy-customer-enjoying-a-coffee-in-a--1778251558205-e6af6f28.png", alt: "Customer 1" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDYWsP3qxDEp1HhVs1eZYJ7aHW/business-professional-having-a-morning-m-1778251567086-e4521ccd.png", alt: "Customer 2" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDYWsP3qxDEp1HhVs1eZYJ7aHW/business-professional-having-a-morning-m-1778251567086-e4521ccd.png", alt: "Customer 2" },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #fafffb; --background: #000000;
--card: #f7fffa; --card: #1a2f1d;
--foreground: #001a0a; --foreground: #ffffff;
--primary-cta: #0a7039; --primary-cta: #ffffff;
--primary-cta-text: #fafffb; --primary-cta-text: #0a1a0c;
--secondary-cta: #ffffff; --secondary-cta: #0d200f;
--secondary-cta-text: #001a0a; --secondary-cta-text: #d4f6d8;
--accent: #a8d9be; --accent: #1a3d1f;
--background-accent: #6bbf8e; --background-accent: #355e3b;
/* 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);