From 7eaa2cf36a0267da2cb43f5db178e104da3fcc1c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:22:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 139 ++++++++--------------------------------------- 1 file changed, 22 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 25e2531..acfc48f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,31 +28,13 @@ export default function LandingPage() { @@ -61,14 +43,9 @@ export default function LandingPage() { @@ -80,36 +57,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "1", - name: "Pan-Seared Salmon", - price: "$38", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-soaked-fish-sauce-thai-food_1150-22764.jpg?_wi=1", - }, - { - id: "2", - name: "Aged Filet Mignon", - price: "$52", - imageSrc: "http://img.b2bpic.net/free-photo/cook-cutting-roasted-meat-board_23-2148040153.jpg?_wi=1", - }, - { - id: "3", - name: "Deconstructed Tart", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/decorative-cake-slices-tray-orchid-flower-bouquet_23-2148028530.jpg?_wi=1", - }, - { - id: "4", - name: "Truffle Risotto", - price: "$29", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-soaked-fish-sauce-thai-food_1150-22764.jpg?_wi=2", - }, - { - id: "5", - name: "Seared Scallops", - price: "$34", - imageSrc: "http://img.b2bpic.net/free-photo/cook-cutting-roasted-meat-board_23-2148040153.jpg?_wi=2", - }, + { id: "1", name: "Pan-Seared Salmon", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-soaked-fish-sauce-thai-food_1150-22764.jpg" }, + { id: "2", name: "Aged Filet Mignon", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/cook-cutting-roasted-meat-board_23-2148040153.jpg" }, + { id: "3", name: "Deconstructed Tart", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/decorative-cake-slices-tray-orchid-flower-bouquet_23-2148028530.jpg" }, + { id: "4", name: "Truffle Risotto", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-soaked-fish-sauce-thai-food_1150-22764.jpg" }, + { id: "5", name: "Seared Scallops", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/cook-cutting-roasted-meat-board_23-2148040153.jpg" }, ]} title="Signature Creations" description="Our chef's hand-picked seasonal favorites crafted with precision." @@ -123,46 +75,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Alex R.", - role: "Food Critic", - company: "Fine Dining Weekly", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg", - }, - { - id: "2", - name: "Elena M.", - role: "Local Patron", - company: "Neighbor", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-bistro_23-2149366453.jpg", - }, - { - id: "3", - name: "Julian B.", - role: "Traveler", - company: "Visitor", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg", - }, - { - id: "4", - name: "Sarah P.", - role: "Corporate Client", - company: "GrowthCorp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg", - }, - { - id: "5", - name: "Marcus V.", - role: "Regular", - company: "City Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-celebrating-engagement_23-2149212184.jpg", - }, + { id: "1", name: "Alex R.", role: "Food Critic", company: "Fine Dining Weekly", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg" }, + { id: "2", name: "Elena M.", role: "Local Patron", company: "Neighbor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-bistro_23-2149366453.jpg" }, + { id: "3", name: "Julian B.", role: "Traveler", company: "Visitor", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg" }, + { id: "4", name: "Sarah P.", role: "Corporate Client", company: "GrowthCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg" }, + { id: "5", name: "Marcus V.", role: "Regular", company: "City Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-celebrating-engagement_23-2149212184.jpg" }, ]} title="What Guests Say" description="Exquisite experiences, memorable moments." @@ -173,33 +90,21 @@ export default function LandingPage() {
- +