From 6af354f7999cc20bd7060eafb69f3adbb54aa7fb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 01:39:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 229 +++++++++++------------------------------------ 1 file changed, 53 insertions(+), 176 deletions(-) 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() {
@@ -128,9 +78,7 @@ export default function LandingPage() { title="Our Story: The Flame and The Feast." buttons={[ { - text: "See Our Philosophy", - href: "#", - }, + text: "See Our Philosophy", href: "#"}, ]} />
@@ -142,54 +90,46 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { - id: "1", - name: "Classic Shawarma Platter", - price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-white-cheese_140725-3829.jpg", - imageAlt: "Shawarma Platter", - }, - { - id: "2", - name: "Hummus & Mezze Selection", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/sliced-fish-with-cheese-glass-wine_140725-6341.jpg", - imageAlt: "Hummus Plate", - }, - { - id: "3", - name: "Flame-Grilled Lamb Skewers", - price: "$28", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-kebab-wooden-serving-board-other-stuffs-table_140725-147746.jpg", - imageAlt: "Lamb Skewers", - }, + { id: "1", name: "Classic Shawarma Platter", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-white-cheese_140725-3829.jpg" }, + { id: "2", name: "Hummus & Mezze Selection", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/sliced-fish-with-cheese-glass-wine_140725-6341.jpg" }, + { id: "3", name: "Flame-Grilled Lamb Skewers", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-kebab-wooden-serving-board-other-stuffs-table_140725-147746.jpg" }, ]} title="The Signature Collection" description="Masterfully grilled, locally sourced, and served with a touch of Mediterranean luxury." /> + +
@@ -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() {
-- 2.49.1