From 2bcfdbb9cd78d7f87b3c9d40efb925fc64274c4b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:11:06 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06734a4..5128989 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,14 +75,11 @@ export default function LandingPage() { description="Handcrafted dishes prepared with passion using traditional Italian techniques" tag="Chef's Selection" products={[ - { - id: "1", brand: "Primo Piatto", name: "Risotto ai Funghi Porcini", price: "$24.00", rating: 5, + { id: "1", brand: "Primo Piatto", name: "Risotto ai Funghi Porcini", price: "$24.00", rating: 5, reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/sliced-fish-with-cheese-glass-wine_140725-6341.jpg", imageAlt: "Creamy porcini mushroom risotto"}, - { - id: "2", brand: "Pasta Fresca", name: "Spaghetti Carbonara Autentica", price: "$22.00", rating: 5, + { id: "2", brand: "Pasta Fresca", name: "Spaghetti Carbonara Autentica", price: "$22.00", rating: 5, reviewCount: "412", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-composition-with-slate-template_23-2148202531.jpg", imageAlt: "Homemade spaghetti carbonara"}, - { - id: "3", brand: "Piatti di Mare", name: "Frutti di Mare al Forno", price: "$38.00", rating: 5, + { id: "3", brand: "Piatti di Mare", name: "Frutti di Mare al Forno", price: "$38.00", rating: 5, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/view-assortment-seafood-with-other-garnish-ingredients_52683-107819.jpg", imageAlt: "Fresh seafood baked with herbs"}, ]} textboxLayout="default" -- 2.49.1 From d8614f668155206453fcbe3cf8431d74bb9d1f50 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:11:07 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d45b6e6..346af75 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2e2521; + --background: #fafffb; + --card: #f7fffa; + --foreground: #001a0a; + --primary-cta: #0a7039; --primary-cta-text: #fcf6ec; --secondary-cta: #ffffff; --secondary-cta-text: #2e2521; - --accent: #b2a28b; - --background-accent: #b2a28b; + --accent: #a8d9be; + --background-accent: #6bbf8e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1