From 86d6216d76967a0a3e1e1d9c5c01a830f03b3b9c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:59:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5dfef67..e8d4588 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,10 +85,6 @@ export default function LandingPage() { id: 1, title: "Freshly Prepared Cuisine", description: "Every dish is made to order with the finest, freshest ingredients. Our chefs honor traditional Hungarian recipes while offering contemporary bistro fare—from hearty Jókai bableves to perfectly prepared schnitzel, beautifully presented and bursting with flavor.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-lentil-soup-herbs-garlic-tomatoes-bell-peppers-bowl-lentil-soup_140725-73531.jpg", imageAlt: "Beautifully plated fresh Hungarian dishes" }, - { - id: 2, - title: "Attentive, Friendly Service", description: "Our warm, welcoming staff treats every guest like family. We believe in genuine, unhurried hospitality where your needs are anticipated and your experience is prioritized. From your welcome to your farewell, expect kindness and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/group-adult-friends-having-dinner-together_23-2148454168.jpg", imageAlt: "Professional, attentive restaurant service team" - }, { id: 3, title: "Unbeatable Value", description: "Generous portions, premium quality, and authentic flavor at the best prices in the region. At Adony Hatkulcsos, you get exceptional value without compromise. We believe great food and warm service should be accessible to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-plate_23-2149152883.jpg", imageAlt: "Welcoming restaurant ambience and family dining" @@ -240,4 +236,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file