From 70f52f836af55ea53f86cea97007eacadcc9e2c5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:57:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 235 +++++++++++------------------------------------ 1 file changed, 55 insertions(+), 180 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 811fe27..a584b4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,60 +47,37 @@ export default function LandingPage() {
@@ -120,19 +89,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years Experience", - value: "15+", - }, + label: "Years Experience", value: "15+"}, { icon: Leaf, - label: "Local Farms", - value: "20+", - }, + label: "Local Farms", value: "20+"}, { icon: Clock, - label: "Courses Served", - value: "5000+", - }, + label: "Courses Served", value: "5000+"}, ]} metricsAnimation="slide-up" /> @@ -146,41 +109,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Truffle Risotto", - price: "$38", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2436.jpg", - }, + id: "1", name: "Truffle Risotto", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2436.jpg"}, { - id: "2", - name: "Pan-Seared Scallops", - price: "$42", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg", - }, + id: "2", name: "Pan-Seared Scallops", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg"}, { - id: "3", - name: "Aged Beef Tenderloin", - price: "$55", - imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84821.jpg", - }, + id: "3", name: "Aged Beef Tenderloin", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84821.jpg"}, { - id: "4", - name: "Roasted Garden Roots", - price: "$28", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-oil-greens-dark-desk_140725-76577.jpg", - }, + id: "4", name: "Roasted Garden Roots", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-oil-greens-dark-desk_140725-76577.jpg"}, { - id: "5", - name: "Velvet Chocolate Tart", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/boiled-chicken-with-asparagus-cauliflower_140725-9321.jpg", - }, + id: "5", name: "Velvet Chocolate Tart", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/boiled-chicken-with-asparagus-cauliflower_140725-9321.jpg"}, { - id: "6", - name: "Signature Crafted Cocktail", - price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg", - }, + id: "6", name: "Signature Crafted Cocktail", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg"}, ]} title="Seasoned Selections" description="Handcrafted dishes featuring ingredients sourced from our network of local artisans." @@ -189,39 +128,22 @@ export default function LandingPage() {
@@ -346,14 +225,10 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, ]} />