From 45dba9b6a08034ae2d4f9ff6052104a39e8c8af8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 17:28:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 341 ++++++++++------------------------------------- 1 file changed, 67 insertions(+), 274 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1644c1c..8f3bf39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,81 +33,44 @@ export default function LandingPage() {
@@ -137,24 +100,15 @@ export default function LandingPage() { tag="Why Choose Us" accordionItems={[ { - id: "1", - title: "Premium Meat Selection", - content: "We hand-pick the finest cuts of beef, lamb, and poultry from trusted local and international suppliers, ensuring unparalleled quality and taste in every dish.", - }, + id: "1", title: "Premium Meat Selection", content: "We hand-pick the finest cuts of beef, lamb, and poultry from trusted local and international suppliers, ensuring unparalleled quality and taste in every dish."}, { - id: "2", - title: "Masterful Grilling Techniques", - content: "Our chefs are masters of the grill, employing time-honored methods and precise temperatures to achieve the perfect sear, tenderness, and flavor for your steak.", - }, + id: "2", title: "Masterful Grilling Techniques", content: "Our chefs are masters of the grill, employing time-honored methods and precise temperatures to achieve the perfect sear, tenderness, and flavor for your steak."}, { - id: "3", - title: "Exquisite Culinary Experience", - content: "Beyond the grill, we offer a complete gastronomic journey with carefully curated appetizers, fresh sides, and a sophisticated wine list to complement your meal.", - }, + id: "3", title: "Exquisite Culinary Experience", content: "Beyond the grill, we offer a complete gastronomic journey with carefully curated appetizers, fresh sides, and a sophisticated wine list to complement your meal."}, ]} imageSrc="http://img.b2bpic.net/free-photo/stir-fried-kale-pork-belly-plate-placed-wooden-plate_1150-25320.jpg" imageAlt="Grilled vegetables and side dishes" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" mediaPosition="left" /> @@ -162,59 +116,24 @@ export default function LandingPage() {