Compare commits

..

14 Commits

Author SHA1 Message Date
70e4e9d4e8 Update src/app/page.tsx 2026-04-17 04:58:56 +00:00
852774940b Update theme colors 2026-04-17 04:55:52 +00:00
80c0bf9895 Update theme colors 2026-04-17 04:55:40 +00:00
b506c2f37f Update theme colors 2026-04-17 04:55:28 +00:00
eeba36822f Update theme colors 2026-04-17 04:55:06 +00:00
4e5e4ffbf7 Update theme colors 2026-04-17 04:54:48 +00:00
d2544bd296 Update theme colors 2026-04-17 04:54:29 +00:00
6c5bf25672 Update theme colors 2026-04-17 04:54:12 +00:00
0edd69a5b5 Update theme colors 2026-04-17 04:54:02 +00:00
7d2439f415 Update theme colors 2026-04-17 04:53:37 +00:00
440667d93f Update theme colors 2026-04-17 04:53:23 +00:00
8436de6d3b Update theme colors 2026-04-17 04:52:58 +00:00
166d645c4e Update theme colors 2026-04-17 04:52:39 +00:00
949013c624 Update theme colors 2026-04-17 04:52:25 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
title="Daily Selections"
description="Handcrafted classics made with premium ingredients to fuel your day."
features={[
{ id: "1", tag: "Fresh", title: "Croissants & Pastries", description: "Buttery, flaky, and golden perfection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSEIQLBNEFKYS2Z8ImL4kpsrFT/uploaded-1776400543355-dixovyhw.png" },
{ id: "1", tag: "Fresh", title: "Croissants & Pastries", description: "Buttery, flaky, and golden perfection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSEIQLBNEFKYS2Z8ImL4kpsrFT/uploaded-1776401909919-r697lhmv.png" },
{ id: "2", tag: "Roasted", title: "Coffee & Drinks", description: "Premium roasts that pair beautifully with every bite.", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2147.jpg" }
]}
useInvertedBackground={false}
@@ -84,7 +84,7 @@ export default function LandingPage() {
metrics={[
{ id: "g1", value: "Fresh", title: "Fresh out of the oven", description: "Baked daily.", imageSrc: "http://img.b2bpic.net/free-photo/red-nature-texture-background_23-2147960326.jpg" },
{ id: "g2", value: "Flaky", title: "Perfectly flaky", description: "Our signature.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSEIQLBNEFKYS2Z8ImL4kpsrFT/uploaded-1776400121595-5yg88g1e.png" },
{ id: "g3", value: "Sweet", title: "Deliciously flavorful ", description: "Community loved.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSEIQLBNEFKYS2Z8ImL4kpsrFT/uploaded-1776400509822-m7yc52wq.png" },
{ id: "g3", value: "Sweet", title: "Deliciously flavorful ", description: "Community loved.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSEIQLBNEFKYS2Z8ImL4kpsrFT/uploaded-1776401909919-r697lhmv.png" },
{ id: "g4", value: "Chic", title: "Cafe vibe", description: "Cozy space.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg" }
]}
title="Gallery"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #e1e6ed;
--background: #dee9f0;
--card: #e6c6cf;
--foreground: #321213;
--primary-cta: #bf224c;
--foreground: #351213;
--primary-cta: #bb164c;
--primary-cta-text: #f7f0f3;
--secondary-cta: #ecd5dc;
--secondary-cta: #f9d9e8;
--secondary-cta-text: #401a1c;
--accent: #eac0cd;
--background-accent: #d19bb2;
--background-accent: #e8c1d3;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);