8 Commits

Author SHA1 Message Date
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
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
09ed038634 Update src/app/page.tsx 2026-05-08 14:50:02 +00:00
05326f90db Merge version_1 into main
Merge version_1 into main
2026-05-08 14:48:04 +00:00
e9a89e651a Merge version_1 into main
Merge version_1 into main
2026-05-08 14:47:35 +00:00
2 changed files with 15 additions and 13 deletions

View File

@@ -46,7 +46,9 @@ export default function LandingPage() {
title="Welcome Back to Your Third Place" 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." 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: "#" }]} 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={[ 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" },
@@ -72,7 +74,7 @@ export default function LandingPage() {
<div id="menu" data-section="menu"> <div id="menu" data-section="menu">
<ProductCardFour <ProductCardFour
animationType="slide-up" animationType="scale-rotate"
textboxLayout="split" textboxLayout="split"
gridVariant="bento-grid" gridVariant="bento-grid"
useInvertedBackground={false} useInvertedBackground={false}
@@ -91,7 +93,7 @@ export default function LandingPage() {
<div id="rewards" data-section="rewards"> <div id="rewards" data-section="rewards">
<MetricCardOne <MetricCardOne
animationType="slide-up" animationType="depth-3d"
textboxLayout="split" textboxLayout="split"
gridVariant="bento-grid" gridVariant="bento-grid"
useInvertedBackground={false} useInvertedBackground={false}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #fafffb; --background: #ffffff;
--card: #f7fffa; --card: #f9f9f9;
--foreground: #001a0a; --foreground: #000612e6;
--primary-cta: #0a7039; --primary-cta: #15479c;
--primary-cta-text: #fafffb; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #f9f9f9;
--secondary-cta-text: #001a0a; --secondary-cta-text: #000612e6;
--accent: #a8d9be; --accent: #e2e2e2;
--background-accent: #6bbf8e; --background-accent: #c4c4c4;
/* 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);