7 Commits

Author SHA1 Message Date
53d819836e Merge version_3 into main
Merge version_3 into main
2026-04-22 17:55:49 +00:00
a9dd0b6a58 Update src/app/page.tsx 2026-04-22 17:55:46 +00:00
1a62005184 Merge version_3 into main
Merge version_3 into main
2026-04-22 17:46:34 +00:00
29ee43841f Update src/app/page.tsx 2026-04-22 17:46:30 +00:00
70676dd41d Merge version_3 into main
Merge version_3 into main
2026-04-22 17:36:54 +00:00
b29cbe1f60 Update theme colors 2026-04-22 17:36:48 +00:00
a30dd05b09 Merge version_2 into main
Merge version_2 into main
2026-04-21 23:38:15 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -72,8 +72,8 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ id: "p1", name: "Signature Matcha Latte", price: "$6", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/green-smoothie-with-straw-table_23-2151986811.jpg" }, { id: "p1", name: "Signature Matcha Latte", price: "$6", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/green-smoothie-with-straw-table_23-2151986811.jpg" },
{ id: "p2", name: "Avocado Super-Green Bowl", price: "$14", variant: "Bowl", imageSrc: "http://img.b2bpic.net/free-photo/close-up-avocado-toast-plate_23-2148891761.jpg" }, { id: "p2", name: "avacado and egg plate ", price: "$14", variant: "Bowl", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cgk1IIpa7DwTkTwpNRTKlWHlVS/uploaded-1776880502588-ks0qjns0.jpg" },
{ id: "p3", name: "Wild Berry Herbal Tea", price: "$5", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-fresh-smoothie-table_23-2148527326.jpg" }, { id: "p3", name: "latte: Espreso with steamed milk and smooth Microfoam", price: "$5", variant: "Drink", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cgk1IIpa7DwTkTwpNRTKlWHlVS/uploaded-1776879973802-91t0kdao.jpg" },
{ id: "p4", name: "Roasted Vegetable Medley", price: "$12", variant: "Meal", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-chicken-fillet-with-tomatoes-herbs_140725-6180.jpg" }, { id: "p4", name: "Roasted Vegetable Medley", price: "$12", variant: "Meal", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-chicken-fillet-with-tomatoes-herbs_140725-6180.jpg" },
{ id: "p5", name: "Almond Flour Sourdough", price: "$8", variant: "Baked", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-concept_23-2148578468.jpg" }, { id: "p5", name: "Almond Flour Sourdough", price: "$8", variant: "Baked", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-concept_23-2148578468.jpg" },
{ id: "p6", name: "Zesty Cucumber Infusion", price: "$5", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/glass-glintwine-with-fruits-spices_114579-17307.jpg" }, { id: "p6", name: "Zesty Cucumber Infusion", price: "$5", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/glass-glintwine-with-fruits-spices_114579-17307.jpg" },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #fffefe; --background: #ffffff;
--card: #f6f7f4; --card: #f9f9f9;
--foreground: #080908; --foreground: #120006e6;
--primary-cta: #0e3a29; --primary-cta: #e63946;
--primary-cta-text: #fffefe; --primary-cta-text: #ffffff;
--secondary-cta: #e7eecd; --secondary-cta: #f9f9f9;
--secondary-cta-text: #080908; --secondary-cta-text: #120006e6;
--accent: #35c18b; --accent: #e2e2e2;
--background-accent: #ecebe4; --background-accent: #c4c4c4;
/* 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);