Compare commits

...

10 Commits

Author SHA1 Message Date
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
2 changed files with 11 additions and 11 deletions

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
title="Daily Selections" title="Daily Selections"
description="Handcrafted classics made with premium ingredients to fuel your day." description="Handcrafted classics made with premium ingredients to fuel your day."
features={[ 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" } { 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} useInvertedBackground={false}
@@ -83,8 +83,8 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ 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: "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: "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: "Local", title: "Local favorite", description: "Community loved.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-croissant_23-2148130539.jpg" }, { 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" } { 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" title="Gallery"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f7f6f7; --background: #e1e6ed;
--card: #dec4cb; --card: #e6c6cf;
--foreground: #391617; --foreground: #391617;
--primary-cta: #d01246; --primary-cta: #bf224c;
--primary-cta-text: #f7f6f7; --primary-cta-text: #f7f0f3;
--secondary-cta: #ffffff; --secondary-cta: #ecd5dc;
--secondary-cta-text: #250c0d; --secondary-cta-text: #401a1c;
--accent: #f7b6cb; --accent: #eac0cd;
--background-accent: #ffffff; --background-accent: #d19bb2;
/* 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);