From f4d348254a0c7006dac855d326a53ba2581d1024 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:16:00 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 217 +++++++++++------------------------------------ 1 file changed, 50 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19c678e..f287bc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,99 +45,53 @@ export default function LandingPage() {
@@ -158,19 +104,13 @@ export default function LandingPage() { metrics={[ { icon: Leaf, - label: "Locally Sourced", - value: "100%", - }, + label: "Locally Sourced", value: "100%"}, { icon: Clock, - label: "Minutes Preparation", - value: "20", - }, + label: "Minutes Preparation", value: "20"}, { icon: Award, - label: "Master Chefs", - value: "12", - }, + label: "Master Chefs", value: "12"}, ]} metricsAnimation="slide-up" /> @@ -184,41 +124,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Classic Burger", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751987.jpg?_wi=2", - }, + id: "1", name: "Classic Burger", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751987.jpg?_wi=2"}, { - id: "2", - name: "Garden Pasta", - price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-caesar-salad_140725-296.jpg?_wi=2", - }, + id: "2", name: "Garden Pasta", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-caesar-salad_140725-296.jpg?_wi=2"}, { - id: "3", - name: "Harvest Bowl", - price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cabbage-greens-cup-marble_114579-65116.jpg?_wi=2", - }, + id: "3", name: "Harvest Bowl", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cabbage-greens-cup-marble_114579-65116.jpg?_wi=2"}, { - id: "4", - name: "Artisan Sourdough", - price: "$8", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-ingredients_23-2149395314.jpg", - }, + id: "4", name: "Artisan Sourdough", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-ingredients_23-2149395314.jpg"}, { - id: "5", - name: "Seafood Catch", - price: "$28", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-meat-fillet-steak_74190-997.jpg", - }, + id: "5", name: "Seafood Catch", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-meat-fillet-steak_74190-997.jpg"}, { - id: "6", - name: "Dark Choco Cake", - price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cookies-plate-cookies-with-strawberry-chocolate-white-plate-left-side-black-table_140725-110537.jpg", - }, + id: "6", name: "Dark Choco Cake", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cookies-plate-cookies-with-strawberry-chocolate-white-plate-left-side-black-table_140725-110537.jpg"}, ]} title="Our Signature Selection" description="Hand-crafted dishes created daily by our expert chefs." @@ -230,30 +146,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Elena R.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5625.jpg", - }, + id: "1", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5625.jpg"}, { - id: "2", - name: "Mark S.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg", - }, + id: "2", name: "Mark S.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg"}, { - id: "3", - name: "Sarah P.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg", - }, + id: "3", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg"}, { - id: "4", - name: "David W.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", - }, + id: "4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg"}, { - id: "5", - name: "Lila K.", - imageSrc: "http://img.b2bpic.net/free-photo/person-cooking-cool-kitchen_1194-616909.jpg", - }, + id: "5", name: "Lila K.", imageSrc: "http://img.b2bpic.net/free-photo/person-cooking-cool-kitchen_1194-616909.jpg"}, ]} cardTitle="Loved by Our Community" cardTag="Testimonials" @@ -268,22 +169,14 @@ export default function LandingPage() { description="Questions about catering or bulk orders? Send us a message." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us more...", - required: true, + name: "message", placeholder: "Tell us more...", required: true, }} imageSrc="http://img.b2bpic.net/free-photo/fresh-parsley-vegetables_23-2147694205.jpg?_wi=2" /> @@ -295,29 +188,19 @@ export default function LandingPage() { logoText="Culina" columns={[ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#", - }, + label: "FAQ", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} @@ -326,4 +209,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From bada44f4ace01fd2555517f9a79743c2d6a43283 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:16:01 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..88d6def 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #f5f4ef; --card: #dad6cd; --foreground: #2a2928; - --primary-cta: #2a2928; + --primary-cta: #c6b180; --primary-cta-text: #f5f4ef; --secondary-cta: #ecebea; --secondary-cta-text: #2a2928; -- 2.49.1