Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
262
src/app/page.tsx
262
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Bashkent Yasamal"
|
||||
/>
|
||||
@@ -56,71 +48,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Authentic Flavors, Modern Elegance"
|
||||
description="Experience the finest traditional cuisine in the heart of Yasamal at Bashkent Restaurant."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Tradition",
|
||||
},
|
||||
value: "15+", label: "Years Tradition"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Gourmet Dishes",
|
||||
},
|
||||
value: "500+", label: "Gourmet Dishes"},
|
||||
{
|
||||
value: "4.8★",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.8★", label: "Google Rating"},
|
||||
]}
|
||||
enableKpiAnimation={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg",
|
||||
alt: "Restaurant hall view",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg", alt: "Restaurant hall view"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg",
|
||||
alt: "Private dining room",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg", alt: "Private dining room"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg",
|
||||
alt: "Restaurant dining hall",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", alt: "Restaurant dining hall"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg",
|
||||
alt: "Elegant lifestyle setting",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg", alt: "Elegant lifestyle setting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
|
||||
alt: "Happy dinner party",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", alt: "Happy dinner party"},
|
||||
]}
|
||||
avatarText="Join our happy guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional",
|
||||
},
|
||||
type: "text", text: "Traditional"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Elegant",
|
||||
},
|
||||
type: "text", text: "Elegant"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic",
|
||||
},
|
||||
type: "text", text: "Authentic"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sophisticated",
|
||||
},
|
||||
type: "text", text: "Sophisticated"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Culinary",
|
||||
},
|
||||
type: "text", text: "Culinary"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,19 +97,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Master Chefs",
|
||||
value: "12",
|
||||
},
|
||||
label: "Master Chefs", value: "12"},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Recipes",
|
||||
value: "200+",
|
||||
},
|
||||
label: "Recipes", value: "200+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Opened Daily",
|
||||
value: "10 AM",
|
||||
},
|
||||
label: "Opened Daily", value: "10 AM"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -157,28 +116,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Traditional Breakfast",
|
||||
description: "Authentic morning spreads.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Coffee,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4214.jpg",
|
||||
imageAlt: "authentic local cuisine ingredients",
|
||||
title: "Traditional Breakfast", description: "Authentic morning spreads.", bentoComponent: "reveal-icon", icon: Coffee,
|
||||
},
|
||||
{
|
||||
title: "Private Events",
|
||||
description: "Host your celebrations with us.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Gift,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=2",
|
||||
imageAlt: "authentic local cuisine ingredients",
|
||||
title: "Private Events", description: "Host your celebrations with us.", bentoComponent: "reveal-icon", icon: Gift,
|
||||
},
|
||||
{
|
||||
title: "Outdoor Seating",
|
||||
description: "Enjoy the evening breeze.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sun,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-gourmet-food-copy-space_23-2148516884.jpg",
|
||||
imageAlt: "authentic local cuisine ingredients",
|
||||
title: "Outdoor Seating", description: "Enjoy the evening breeze.", bentoComponent: "reveal-icon", icon: Sun,
|
||||
},
|
||||
]}
|
||||
title="Signature Experiences"
|
||||
@@ -194,41 +138,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Shah Plov",
|
||||
price: "25 AZN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/georgian-kupat-with-onions-pomegranate-earthenware_140725-968.jpg",
|
||||
},
|
||||
id: "1", name: "Shah Plov", price: "25 AZN", imageSrc: "http://img.b2bpic.net/free-photo/georgian-kupat-with-onions-pomegranate-earthenware_140725-968.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Saj Kebab",
|
||||
price: "18 AZN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg",
|
||||
},
|
||||
id: "2", name: "Saj Kebab", price: "18 AZN", imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dolma Assorti",
|
||||
price: "12 AZN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-orange-slices-plate-with-cutlery_23-2148682757.jpg",
|
||||
},
|
||||
id: "3", name: "Dolma Assorti", price: "12 AZN", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-orange-slices-plate-with-cutlery_23-2148682757.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dushbara",
|
||||
price: "9 AZN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpaccio-plate-with-fish-radish-herbs-lettuce_140725-8265.jpg",
|
||||
},
|
||||
id: "4", name: "Dushbara", price: "9 AZN", imageSrc: "http://img.b2bpic.net/free-photo/carpaccio-plate-with-fish-radish-herbs-lettuce_140725-8265.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lavangi",
|
||||
price: "22 AZN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-herbs-pomegranate_140725-3613.jpg",
|
||||
},
|
||||
id: "5", name: "Lavangi", price: "22 AZN", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-herbs-pomegranate_140725-3613.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Qutab Mix",
|
||||
price: "6 AZN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potatoes-served-with-onions-tomatoes-greens_141793-1069.jpg",
|
||||
},
|
||||
id: "6", name: "Qutab Mix", price: "6 AZN", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potatoes-served-with-onions-tomatoes-greens_141793-1069.jpg"},
|
||||
]}
|
||||
title="Chef Specials"
|
||||
description="Our most popular dishes prepared with love."
|
||||
@@ -242,53 +162,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
price: "35 AZN",
|
||||
name: "Lunch Set",
|
||||
buttons: [
|
||||
id: "basic", price: "35 AZN", name: "Lunch Set", buttons: [
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Starter",
|
||||
"Main Course",
|
||||
"Tea",
|
||||
],
|
||||
"Starter", "Main Course", "Tea"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
price: "60 AZN",
|
||||
name: "Dinner Experience",
|
||||
buttons: [
|
||||
id: "pro", price: "60 AZN", name: "Dinner Experience", buttons: [
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Appetizer",
|
||||
"2 Mains",
|
||||
"Dessert",
|
||||
"Drinks",
|
||||
],
|
||||
"Appetizer", "2 Mains", "Dessert", "Drinks"],
|
||||
},
|
||||
{
|
||||
id: "vip",
|
||||
price: "120 AZN",
|
||||
name: "Premium Event",
|
||||
buttons: [
|
||||
id: "vip", price: "120 AZN", name: "Premium Event", buttons: [
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Full Service",
|
||||
"Live Music",
|
||||
"Chef Tasting",
|
||||
],
|
||||
"Full Service", "Live Music", "Chef Tasting"],
|
||||
},
|
||||
]}
|
||||
title="Set Menus"
|
||||
@@ -303,40 +198,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ali V.",
|
||||
handle: "@aliv",
|
||||
testimonial: "Best Plov in Yasamal!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg",
|
||||
},
|
||||
id: "1", name: "Ali V.", handle: "@aliv", testimonial: "Best Plov in Yasamal!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Leyla M.",
|
||||
handle: "@leylam",
|
||||
testimonial: "Exquisite service and atmosphere.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg",
|
||||
},
|
||||
id: "2", name: "Leyla M.", handle: "@leylam", testimonial: "Exquisite service and atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Orkhan H.",
|
||||
handle: "@orkhanh",
|
||||
testimonial: "The Lavangi is divine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg",
|
||||
},
|
||||
id: "3", name: "Orkhan H.", handle: "@orkhanh", testimonial: "The Lavangi is divine.", imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Nigar S.",
|
||||
handle: "@nigars",
|
||||
testimonial: "Perfect for family dinners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
|
||||
},
|
||||
id: "4", name: "Nigar S.", handle: "@nigars", testimonial: "Perfect for family dinners.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Farid G.",
|
||||
handle: "@faridg",
|
||||
testimonial: "Authentic taste every single time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-senior-woman-wearing-apron-uniform-red-isolated-background-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-32756.jpg",
|
||||
},
|
||||
id: "5", name: "Farid G.", handle: "@faridg", testimonial: "Authentic taste every single time.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-senior-woman-wearing-apron-uniform-red-isolated-background-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-32756.jpg"},
|
||||
]}
|
||||
title="Loved by Our Guests"
|
||||
description="Hear what our regulars have to say about their dining experience."
|
||||
@@ -349,20 +219,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend booking in advance.",
|
||||
},
|
||||
id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you have vegetarian options?",
|
||||
content: "Yes, we have a variety of vegetable-based dishes.",
|
||||
},
|
||||
id: "2", title: "Do you have vegetarian options?", content: "Yes, we have a variety of vegetable-based dishes."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are children welcome?",
|
||||
content: "Absolutely, families are always welcome.",
|
||||
},
|
||||
id: "3", title: "Are children welcome?", content: "Absolutely, families are always welcome."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about dining with us."
|
||||
@@ -374,16 +235,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Reserve Your Table"
|
||||
title="Book Your Experience"
|
||||
description="Located at the heart of Yasamal, ready to welcome you today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "tel:+9940000000",
|
||||
},
|
||||
text: "Contact Us", href: "tel:+9940000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -394,29 +252,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user