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() {