Compare commits

...

24 Commits

Author SHA1 Message Date
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
83cf062ea7 Update theme colors 2026-04-17 04:52:16 +00:00
27fdca8512 Update src/app/page.tsx 2026-04-17 04:51:50 +00:00
6ce8834b9f Update theme colors 2026-04-17 04:50:03 +00:00
ef66bcfb2c Update theme colors 2026-04-17 04:48:51 +00:00
34b2db6f8f Update theme colors 2026-04-17 04:48:36 +00:00
d9e727e667 Update theme colors 2026-04-17 04:48:25 +00:00
fc841b6494 Update theme colors 2026-04-17 04:48:08 +00:00
59d53d07a1 Update theme colors 2026-04-17 04:47:47 +00:00
00460d0f7f Update theme colors 2026-04-17 04:47:18 +00:00
d7f75c6451 Update theme colors 2026-04-17 04:47:07 +00:00
b38583dd43 Update theme colors 2026-04-17 04:46:12 +00:00
2255ae3ef9 Update theme colors 2026-04-17 04:45:56 +00:00
6a0fdffdf4 Update theme colors 2026-04-17 04:44:49 +00:00
2 changed files with 12 additions and 12 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: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg?_wi=2" },
{ 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: "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}
@@ -83,8 +83,8 @@ export default function LandingPage() {
useInvertedBackground={false}
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: "http://img.b2bpic.net/free-photo/top-view-tasty-bagels-with-seeds-bread_23-2148365501.jpg" },
{ id: "g3", value: "Local", title: "Local favorite", description: "Community loved.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-croissant_23-2148130539.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: "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: #f7f6f7;
--card: #f1bbcd;
--foreground: #391617;
--primary-cta: #cc234d;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #250c0d;
--accent: #b90941;
--background-accent: #ffffff;
--background: #dee9f0;
--card: #e6c6cf;
--foreground: #2d0f10;
--primary-cta: #bb164c;
--primary-cta-text: #f7f0f3;
--secondary-cta: #eac9d8;
--secondary-cta-text: #401a1c;
--accent: #eac0cd;
--background-accent: #e8c1d3;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);