9 Commits

Author SHA1 Message Date
4164d66395 Merge version_6 into main
Merge version_6 into main
2026-05-08 15:01:15 +00:00
c6533763d1 Update theme colors 2026-05-08 15:01:12 +00:00
daf5b4480b Merge version_5 into main
Merge version_5 into main
2026-05-08 15:01:04 +00:00
bb65671408 Update theme colors 2026-05-08 15:00:58 +00:00
65df90a8d3 Merge version_4 into main
Merge version_4 into main
2026-05-08 14:57:24 +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
44ca326093 Update src/app/page.tsx 2026-05-08 14:54:46 +00:00
2288a97805 Merge version_2 into main
Merge version_2 into main
2026-05-08 14:50:08 +00:00
2 changed files with 12 additions and 10 deletions

View File

@@ -46,7 +46,9 @@ export default function LandingPage() {
title="Welcome Back to Your Third Place"
description="Experience the warmth of our handcrafted coffee and the speed of modern ordering. Join our rewards program to earn stars on every sip."
buttons={[{ text: "Order Ahead", href: "#" }, { text: "Join Rewards", href: "#" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDYWsP3qxDEp1HhVs1eZYJ7aHW/a-high-end-premium-coffee-shot-of-a-stea-1778251527665-f48eccd7.png"
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/assets/coffee-pour.mp4"
videoAriaLabel="Automatic coffee pour animation"
showBlur={true}
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/business-professional-having-a-morning-m-1778251567086-e4521ccd.png", alt: "Customer 2" },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbf8e;
--background: #000000;
--card: #1a2f1d;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #0a1a0c;
--secondary-cta: #0d200f;
--secondary-cta-text: #d4f6d8;
--accent: #1a3d1f;
--background-accent: #355e3b;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);