From 7e968563931932d69999cb4de56d103847cfd167 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 10:48:03 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c728139..e37127b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,15 +98,12 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "p1", name: "Lantika Heritage Vase", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-inside-red-craft-gift-box_114579-12172.jpg" }, - { id: "p2", name: "Artisan Clay Bowl", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/onions-pumpkin-wooden-board_23-2148934791.jpg" }, - { id: "p3", name: "Tradition Serving Tray", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986317.jpg" }, - { id: "p4", name: "Legacy Storage Jar", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/preparing-sake-japanese-beverage_23-2150158652.jpg" }, - { id: "p5", name: "Classic Table Lamp", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks_23-2148142575.jpg" }, - { id: "p6", name: "Crafted Wall Plaque", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-radio-station_23-2150315222.jpg" }, + { id: "p1", name: "Artisan Clay Bowl", price: "$25", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E7Z9STHMq8QSEMRAU508L80fwX/uploaded-1779533268804-lybq378t.png" }, + { id: "p2", name: "Traditional Serving Tray", price: "$45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E7Z9STHMq8QSEMRAU508L80fwX/uploaded-1779533268804-d4p4bfll.png" }, + { id: "p3", name: "Legacy Heritage Vase", price: "$60", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E7Z9STHMq8QSEMRAU508L80fwX/uploaded-1779533268804-p1gzlhyg.png" }, ]} - title="Our Signature Collection" - description="Each item is a masterpiece of traditional design, refined for modern living." + title="Our Signature Food Menu" + description="Taste the tradition. Our menu features locally sourced ingredients prepared with timeless techniques." /> -- 2.49.1 From 39137aa33ecc64858b9cfca0d63f1c92b03f869e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 10:48:04 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..57ea167 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #fbfaf7; + --card: #f0ede9; + --foreground: #1a1614; + --primary-cta: #8b7355; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #e8e4de; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #c6b180; + --background-accent: #fcfaf7; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1