diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4d7c0d6..45e4e4e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,92 +31,42 @@ export default function LandingPage() {
@@ -200,46 +140,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- title: "Incredible quality",
- quote: "The shawarma platter was absolute perfection. The atmosphere is top-tier.",
- name: "Sarah J.",
- role: "Food Critic",
- imageSrc: "http://img.b2bpic.net/free-photo/foodie-taking-photo-bowl-with-salad-sea-fruits_23-2149277989.jpg?_wi=1",
- },
- {
- id: "t2",
- title: "New favorite place",
- quote: "Best lamb skewers I've ever had. Loved the moody lighting and vibe.",
- name: "Michael K.",
- role: "Regular",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg",
- },
- {
- id: "t3",
- title: "Exceptional service",
- quote: "Hospitality here is unmatched. It feels like a high-end experience.",
- name: "Elena R.",
- role: "Traveler",
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-having-dinner-together_23-2148454155.jpg",
- },
- {
- id: "t4",
- title: "Simply delicious",
- quote: "The fire-grilled flavor is authentic and elevated. Will return again.",
- name: "David W.",
- role: "Local",
- imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg",
- },
- {
- id: "t5",
- title: "Must visit",
- quote: "The best dining atmosphere in the city, truly unique and sophisticated.",
- name: "Alex P.",
- role: "Foodie",
- imageSrc: "http://img.b2bpic.net/free-photo/foodie-taking-photo-bowl-with-salad-sea-fruits_23-2149277989.jpg?_wi=2",
- },
+ { id: "t1", title: "Incredible quality", quote: "The shawarma platter was absolute perfection.", name: "Sarah J.", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/foodie-taking-photo-bowl-with-salad-sea-fruits_23-2149277989.jpg?_wi=1" },
+ { id: "t2", title: "New favorite place", quote: "Best lamb skewers I've ever had.", name: "Michael K.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg" },
+ { id: "t3", title: "Exceptional service", quote: "Hospitality here is unmatched.", name: "Elena R.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-having-dinner-together_23-2148454155.jpg" }
]}
title="Luxury Dining Experiences"
description="What our guests say about our signature grill house atmosphere."
@@ -251,21 +154,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
- negativeCard={{
- items: [
- "No frozen ingredients",
- "No processed fillers",
- "No rush service",
- ],
- }}
- positiveCard={{
- items: [
- "Farm-fresh produce",
- "Traditional grilling methods",
- "Warm hospitality",
- "Unmatched value",
- ],
- }}
+ negativeCard={{ items: ["No frozen ingredients", "No processed fillers", "No rush service"] }}
+ positiveCard={{ items: ["Farm-fresh produce", "Traditional grilling methods", "Warm hospitality", "Unmatched value"] }}
title="Our Pillars of Quality"
description="Everything we do is guided by our core values."
/>
@@ -274,30 +164,17 @@ export default function LandingPage() {