From 29fa0826210c1d4548d0e98b91d30d2862f12200 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:47:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 189 +++++++++++------------------------------------ 1 file changed, 45 insertions(+), 144 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1ed81f..1650a6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,46 +47,29 @@ export default function LandingPage() {
@@ -108,19 +81,13 @@ export default function LandingPage() { metrics={[ { icon: Star, - label: "Google Rating", - value: "4.8★", - }, + label: "Google Rating", value: "4.8★"}, { icon: Clock, - label: "Years Served", - value: "3+", - }, + label: "Years Served", value: "3+"}, { icon: Users, - label: "Happy Clients", - value: "100+", - }, + label: "Happy Clients", value: "100+"}, ]} metricsAnimation="blur-reveal" /> @@ -134,41 +101,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Golden Falafel", - price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burritos-tablecloth_23-2148582664.jpg", - }, + id: "p1", name: "Golden Falafel", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burritos-tablecloth_23-2148582664.jpg"}, { - id: "p2", - name: "Spiced Beef", - price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-water-droplets-white-brown-feather_23-2148114585.jpg", - }, + id: "p2", name: "Spiced Beef", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-water-droplets-white-brown-feather_23-2148114585.jpg"}, { - id: "p3", - name: "Truffle Chicken", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-packed-toast-sandwiches_23-2148454741.jpg", - }, + id: "p3", name: "Truffle Chicken", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-packed-toast-sandwiches_23-2148454741.jpg"}, { - id: "p4", - name: "Smoked Lamb", - price: "$17", - imageSrc: "http://img.b2bpic.net/free-photo/ornamental-pin-cushion-thin-blanket_23-2147781232.jpg", - }, + id: "p4", name: "Smoked Lamb", price: "$17", imageSrc: "http://img.b2bpic.net/free-photo/ornamental-pin-cushion-thin-blanket_23-2147781232.jpg"}, { - id: "p5", - name: "Vegan Delight", - price: "$14", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-fresh-vegetables_140725-2439.jpg", - }, + id: "p5", name: "Vegan Delight", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-fresh-vegetables_140725-2439.jpg"}, { - id: "p6", - name: "Chef Special", - price: "$20", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-hot-dog-with-veggies-flat-lay_23-2148668455.jpg", - }, + id: "p6", name: "Chef Special", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/tasty-hot-dog-with-veggies-flat-lay_23-2148668455.jpg"}, ]} title="The Signature Menu" description="Curated selection of our finest artisan wraps." @@ -177,50 +120,26 @@ export default function LandingPage() {
@@ -247,42 +163,27 @@ export default function LandingPage() {