From 91f668aa0115570a434295573ecd459be8035d38 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 08:52:16 +0000 Subject: [PATCH 1/2] Update src/app/globals.css --- src/app/globals.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 18e7bad..461165c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #ffffff; - --card: #fcfcfc; - --foreground: #121200e6; - --primary-cta: #ffcf40; + --background: #fbfaff; + --card: #f7f5ff; + --foreground: #0f0022; + --primary-cta: #8b5cf6; --secondary-cta: #ffffff; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #d8cef5; + --background-accent: #c4a8f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From 95d1ad0ea54ffffdc0ac49ac55aaa51a912a6c31 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 08:52:17 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9481488..0240f92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Order Now - $45", + text: "Order Now", href: "contact" }} /> @@ -92,21 +92,21 @@ export default function LandingPage() { { id: "1", name: "Single Origin Espresso", - price: "$45", + price: "$4.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766669020152-7lol4evi.jpg", imageAlt: "Rich espresso shot" }, { id: "2", name: "Silky Cappuccino", - price: "$45", + price: "$5.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766669024641-xdzx7wx8.jpg", imageAlt: "Creamy cappuccino with latte art" }, { id: "3", name: "Cold Brew Delight", - price: "$45", + price: "$5.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766669025552-45dtt24c.jpg", imageAlt: "Refreshing cold brew coffee" } -- 2.49.1