From 77bbdd21e1d89abc10d15dd31b5f57da270d67a2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 15:08:06 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 326 +++-------------------------------------------- 1 file changed, 17 insertions(+), 309 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9aef198..846385d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -169,62 +72,6 @@ export default function LandingPage() { textboxLayout="split" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} - products={[ - { - id: "p1", - brand: "Kouzina", - name: "The Golden Truffle", - price: "$48", - rating: 5, - reviewCount: "124", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg?_wi=2", - }, - { - id: "p2", - brand: "Kouzina", - name: "Aged Prosciutto Fig", - price: "$42", - rating: 5, - reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/pie-with-nuts-wooden-plate_141793-1236.jpg?_wi=2", - }, - { - id: "p3", - brand: "Kouzina", - name: "Wild Mushroom Symphony", - price: "$38", - rating: 4, - reviewCount: "82", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-wooden-background_23-2148601645.jpg", - }, - { - id: "p4", - brand: "Kouzina", - name: "Heirloom Tomato & Basil", - price: "$34", - rating: 5, - reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-photo/dough-oil-cheese-tomatoes-eggs-greens-grey-wooden-surface_176420-6796.jpg", - }, - { - id: "p5", - brand: "Kouzina", - name: "Spicy Calabrian Infusion", - price: "$40", - rating: 5, - reviewCount: "74", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235801.jpg", - }, - { - id: "p6", - brand: "Kouzina", - name: "Saffron & Honey Glaze", - price: "$45", - rating: 5, - reviewCount: "112", - imageSrc: "http://img.b2bpic.net/free-photo/salami-pizza-topped-with-dried-herbs_140725-2837.jpg", - }, - ]} title="Chef’s Signature Selection" description="Hand-crafted delicacies prepared with the world's finest seasonal produce and artisanal cheeses." /> @@ -234,17 +81,9 @@ export default function LandingPage() { @@ -253,29 +92,6 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - metrics={[ - { - id: "m1", - value: "24", - title: "Hours of Proofing", - description: "The secret to our light, airy crust.", - imageSrc: "http://img.b2bpic.net/free-photo/vegetable-diet-gourmet-olive-restaurant_1122-2451.jpg", - }, - { - id: "m2", - value: "450°C", - title: "Stone Oven Temp", - description: "Optimized for the perfect char.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-tomatoes-oil_23-2148753738.jpg", - }, - { - id: "m3", - value: "12", - title: "Artisanal Toppings", - description: "Sourced globally for maximum flavor.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-top-view-pizza-mushrooms-tomatoes-leaves-pizza-knife-dark-wooden-background_482257-34253.jpg", - }, - ]} title="Precision in Every Slice" description="Measuring our commitment to perfection by the numbers." /> @@ -287,48 +103,6 @@ export default function LandingPage() { textboxLayout="split" gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} - testimonials={[ - { - id: "t1", - name: "Sarah Jenkins", - role: "Food Critic", - company: "Epicure", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", - }, - { - id: "t2", - name: "Michael Chen", - role: "Connoisseur", - company: "Fine Dining Lab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", - }, - { - id: "t3", - name: "Julia Varga", - role: "Blogger", - company: "Urban Palate", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg", - }, - { - id: "t4", - name: "Robert Stone", - role: "Entrepreneur", - company: "Ventures", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/monochrome-street-food-entertainment_23-2151542730.jpg", - }, - { - id: "t5", - name: "Amelia Grant", - role: "Designer", - company: "Creative Hub", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-through-menu-restaurant_23-2150520058.jpg", - }, - ]} title="Voices of the Indulgent" description="What our guests say about their dining journey at Kouzina." /> @@ -338,24 +112,6 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From ef0e21db09f038bbefa2bf023380a8b9f4032583 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 15:08:06 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7f7ac45..7dc24a0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; + --background: #000000; --card: #1a1a1a; --foreground: #ffffff; --primary-cta: #FFD700; @@ -18,7 +18,7 @@ --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; --accent: #b8860b; - --background-accent: #1a1a1a; + --background-accent: #000000; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);