From 0bb0c9c18fb31515d7fa63d2db27119b8a753508 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 11:02:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 154 +++++++++++------------------------------------ 1 file changed, 34 insertions(+), 120 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dff5ea0..5261293 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,47 +45,26 @@ export default function LandingPage() {
@@ -115,21 +86,11 @@ export default function LandingPage() { useInvertedBackground={true} negativeCard={{ items: [ - "Ordinary dining venues", - "Standard menu offerings", - "Lack of historical storytelling", - "Sterile interior environments", - "Generic service delivery", - ], + "Ordinary dining venues", "Standard menu offerings", "Lack of historical storytelling", "Sterile interior environments", "Generic service delivery"], }} positiveCard={{ items: [ - "Immersive medieval castle theme", - "Exceptional Azerbaijani authentic recipes", - "Live music and flawless hospitality", - "Curated cultural storytelling", - "Bespoke event planning services", - ], + "Immersive medieval castle theme", "Exceptional Azerbaijani authentic recipes", "Live music and flawless hospitality", "Curated cultural storytelling", "Bespoke event planning services"], }} title="The Qoşa Qala Ceremony" description="We don't just serve meals; we orchestrate experiences that stay with you forever." @@ -144,26 +105,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Traditional Shah Pilaf", - price: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-meet-lamb-spinach-crunes-rice-crust-spices-top-view_141793-1821.jpg", - imageAlt: "Shah Pilaf dish", - }, + id: "p1", name: "Traditional Shah Pilaf", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-meet-lamb-spinach-crunes-rice-crust-spices-top-view_141793-1821.jpg", imageAlt: "Shah Pilaf dish"}, { - id: "p2", - name: "Royal Appetizer Platter", - price: "Gourmet", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheese-platter-with-grapes-smoked-sausages-slate-board_23-2148162066.jpg", - imageAlt: "Appetizer platter", - }, + id: "p2", name: "Royal Appetizer Platter", price: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheese-platter-with-grapes-smoked-sausages-slate-board_23-2148162066.jpg", imageAlt: "Appetizer platter"}, { - id: "p3", - name: "Castle Artisan Dessert", - price: "Exquisite", - imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-savoyardi-cookies-espresso-mascarpone-cheese-rum-cinnamon-strawberry-side-view_141793-4167.jpg", - imageAlt: "Traditional dessert", - }, + id: "p3", name: "Castle Artisan Dessert", price: "Exquisite", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-savoyardi-cookies-espresso-mascarpone-cheese-rum-cinnamon-strawberry-side-view_141793-4167.jpg", imageAlt: "Traditional dessert"}, ]} title="Culinary Masterpieces" description="Taste the legendary essence of Azerbaijan through our signature menu selection." @@ -175,35 +121,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517448.jpg", - imageAlt: "Sarah enjoying her meal", - }, + id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517448.jpg", imageAlt: "Sarah enjoying her meal"}, { - id: "t2", - name: "Michael D.", - imageSrc: "http://img.b2bpic.net/free-photo/female-friends-coffee-shop_23-2147705111.jpg?_wi=1", - imageAlt: "Michael dining at Qosa Qala", - }, + id: "t2", name: "Michael D.", imageSrc: "http://img.b2bpic.net/free-photo/female-friends-coffee-shop_23-2147705111.jpg?_wi=1", imageAlt: "Michael dining at Qosa Qala"}, { - id: "t3", - name: "Elena R.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg", - imageAlt: "Elena content creator", - }, + id: "t3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg", imageAlt: "Elena content creator"}, { - id: "t4", - name: "Family Aliyev", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-meeting-restaurant_23-2150520047.jpg", - imageAlt: "Family celebration", - }, + id: "t4", name: "Family Aliyev", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-meeting-restaurant_23-2150520047.jpg", imageAlt: "Family celebration"}, { - id: "t5", - name: "David W.", - imageSrc: "http://img.b2bpic.net/free-photo/female-friends-coffee-shop_23-2147705111.jpg?_wi=2", - imageAlt: "Satisfied diner", - }, + id: "t5", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/female-friends-coffee-shop_23-2147705111.jpg?_wi=2", imageAlt: "Satisfied diner"}, ]} cardTitle="Voices of the Castle" cardTag="Reviews" @@ -215,16 +141,16 @@ export default function LandingPage() { +
+