From 73e5788a8976000fe5ac103ec07079dd78805b25 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:33:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67b4827..3630006 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,15 +92,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", name: "Chicken Fried Steak", price: "$18", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-2402.jpg?_wi=1" }, - { id: "p2", name: "Philly Cheesesteak", price: "$15", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg" }, - { id: "p3", name: "Signature Margarita", price: "$9", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/fried-piece-steak-with-potatoes-home-glass-wine_140725-9805.jpg" }, - { id: "p4", name: "Crispy French Fries", price: "$6", variant: "Sides", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-full-with-hot-chips_114579-59856.jpg" }, - { id: "p5", name: "Filet Mignon", price: "$22", variant: "Steak", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-meat_140725-11963.jpg" }, - { id: "p6", name: "Garden Salad Bar", price: "$10", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/salad-bowl_1220-125.jpg" }, + { id: "p1", name: "Prime Cut Selection", price: "$28", variant: "Signature", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E4dfzaKKybks8EOeCNgb1HODfg/uploaded-1779442398183-ui0m7ork.png" }, + { id: "p2", name: "House Specialty Platter", price: "$24", variant: "Chef Choice", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E4dfzaKKybks8EOeCNgb1HODfg/uploaded-1779442398183-dmprc005.png" }, + { id: "p3", name: "Gourmet Refreshments", price: "$12", variant: "Drinks", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E4dfzaKKybks8EOeCNgb1HODfg/uploaded-1779442398184-tswuzour.png" }, ]} title="Menu Highlights" - description="Our most popular dishes that keep customers coming back for more." + description="Explore our curated selection of signature dishes and drinks, freshly prepared for an authentic dining experience." /> @@ -178,4 +175,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1