Compare commits

...

7 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
2 changed files with 4 additions and 4 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

@@ -12,10 +12,10 @@
--background: #dee9f0;
--card: #e6c6cf;
--foreground: #2d0f10;
--foreground: #351213;
--primary-cta: #bb164c;
--primary-cta-text: #f7f0f3;
--secondary-cta: #e3bec9;
--secondary-cta: #f9d9e8;
--secondary-cta-text: #401a1c;
--accent: #eac0cd;
--background-accent: #e8c1d3;