Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-30 11:03:01 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Cuisine",
id: "products",
},
name: "Cuisine", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Qoşa Qala"
/>
@@ -53,47 +45,26 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
title="Step Into Medieval Majesty, Taste Authentic Azerbaijani Soul"
description="Immerse yourself in a castle-inspired sanctuary where centuries-old recipes, live music, and flawless hospitality converge. Every meal is a ceremony; every moment is Instagram gold."
buttons={[
{
text: "Reserve Your Experience",
href: "#contact",
},
text: "Reserve Your Experience", href: "#contact"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-poinsettia-assortement_23-2149138712.jpg",
imageAlt: "Luxurious castle restaurant interior",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-poinsettia-assortement_23-2149138712.jpg", imageAlt: "Luxurious castle restaurant interior"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/variations-dip-sauces-barbeque-including-yogurt-tomato-olive-oil-sauces_114579-1816.jpg",
imageAlt: "Festive azerbaijani table spread",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/variations-dip-sauces-barbeque-including-yogurt-tomato-olive-oil-sauces_114579-1816.jpg", imageAlt: "Festive azerbaijani table spread"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/man-eats-lentil-soup-with-lemon_140725-8985.jpg",
imageAlt: "Medieval castle architectural detail",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-eats-lentil-soup-with-lemon_140725-8985.jpg", imageAlt: "Medieval castle architectural detail"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-yogurt-stuffed-grape-leaves-dolma_140725-5314.jpg",
imageAlt: "Live music at Qosa Qala",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-yogurt-stuffed-grape-leaves-dolma_140725-5314.jpg", imageAlt: "Live music at Qosa Qala"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/fried-mushrooms-with-cheese-table_140725-9702.jpg",
imageAlt: "Fine dining food presentation",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/fried-mushrooms-with-cheese-table_140725-9702.jpg", imageAlt: "Fine dining food presentation"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/waiter-holds-tray-with-turkish-meze-side-dishes_140725-5263.jpg",
imageAlt: "Intimate dining sanctuary",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/waiter-holds-tray-with-turkish-meze-side-dishes_140725-5263.jpg", imageAlt: "Intimate dining sanctuary"},
]}
/>
</div>
@@ -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() {
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
text="Are you ready to step into the legend? Book your table at Qoşa Qala today."
buttons={[
{
text: "Reserve Now",
href: "tel:+994000000000",
},
text: "Reserve Now", href: "tel:+994000000000"},
]}
/>
<div className="flex justify-center mt-12 w-full">
<iframe src="https://www.google.com/maps/embed?pb=!1m17!1m12!1m3!1d3039.2941328402513!2d49.83350367611833!3d40.3791008579069!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m2!1m1!2zNDDCsDIyJzQ0LjgiTiA0OcKwNTAnMDcuOCJF!5e0!3m2!1sen!2s!4v1715694732159!5m2!1sen!2s" width="100%" height="450" style={{ border: 0 }} allowFullScreen loading="lazy" referrerPolicy="no-referrer-when-downgrade" className="rounded-lg shadow-lg" />
</div>
</div>
<div id="footer" data-section="footer">
@@ -233,37 +159,25 @@ export default function LandingPage() {
{
items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Cuisine",
href: "#products",
},
label: "Our Cuisine", href: "#products"},
],
},
{
items: [
{
label: "Reservations",
href: "#contact",
},
label: "Reservations", href: "#contact"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -273,4 +187,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}