Merge version_1 into main #2
329
src/app/page.tsx
329
src/app/page.tsx
@@ -17,245 +17,112 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
},
|
||||
]}
|
||||
brandName="Zahratun"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Location", id: "location" },
|
||||
]}
|
||||
brandName="Zahratun"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Bukhara’s Most Loved Fast Food Experience"
|
||||
description="Fresh pizza, juicy burgers, and legendary tandyr lavash — made fast, served hot, loved by everyone."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#location",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fire-meat-burger-wooden-hemp_140725-7009.jpg",
|
||||
imageAlt: "Classic Burger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852161.jpg",
|
||||
imageAlt: "Signature Pizza",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-taco_23-2148629363.jpg",
|
||||
imageAlt: "Tandyr Lavash",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-chicken-wings-cutting-board-with-tomatoes-dark-surface_140725-154803.jpg",
|
||||
imageAlt: "Crispy Snacks",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-tropical-cocktail-with-lime-splashes_84443-84393.jpg",
|
||||
imageAlt: "Refreshing Drinks",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6909.jpg",
|
||||
imageAlt: "Restaurant Vibe",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Bukhara’s Most Loved Fast Food Experience"
|
||||
description="Fresh pizza, juicy burgers, and legendary tandyr lavash — made fast, served hot, loved by everyone."
|
||||
buttons={[{ text: "Order Now", href: "#menu" }, { text: "Get Directions", href: "#location" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fire-meat-burger-wooden-hemp_140725-7009.jpg", imageAlt: "Classic Burger" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852161.jpg", imageAlt: "Signature Pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-taco_23-2148629363.jpg", imageAlt: "Tandyr Lavash" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-chicken-wings-cutting-board-with-tomatoes-dark-surface_140725-154803.jpg", imageAlt: "Crispy Snacks" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/refreshing-tropical-cocktail-with-lime-splashes_84443-84393.jpg", imageAlt: "Refreshing Drinks" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6909.jpg", imageAlt: "Restaurant Vibe" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Flavor",
|
||||
quote: "Fresh, flavorful, and perfectly cooked.",
|
||||
name: "Ali V.",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modest-relaxed-healthy-afro-american-woman-has-tender-toothy-smile-enjoys-lovely-day-expresses-positive-emotions_273609-39188.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Highly Recommend",
|
||||
quote: "Very tasty and affordable!",
|
||||
name: "Kamola S.",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Friendly Team",
|
||||
quote: "Staff is very friendly and welcoming.",
|
||||
name: "Dilshod K.",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt-holding-hands-waist_141793-89437.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Best in Town",
|
||||
quote: "Always busy because it's always good!",
|
||||
name: "Madina B.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5353.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Quick Service",
|
||||
quote: "Fast delivery and hot food every time. Love it!",
|
||||
name: "Rustam M.",
|
||||
role: "Office Worker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modest-relaxed-healthy-afro-american-woman-has-tender-toothy-smile-enjoys-lovely-day-expresses-positive-emotions_273609-39188.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Why Everyone Loves Zahratun"
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Why Everyone Loves Zahratun"
|
||||
description="What our happy customers say about our food and service."
|
||||
testimonials={[
|
||||
{ id: "1", title: "Great Flavor", quote: "Fresh, flavorful, and perfectly cooked.", name: "Ali V.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/modest-relaxed-healthy-afro-american-woman-has-tender-toothy-smile-enjoys-lovely-day-expresses-positive-emotions_273609-39188.jpg" },
|
||||
{ id: "2", title: "Highly Recommend", quote: "Very tasty and affordable!", name: "Kamola S.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg" },
|
||||
{ id: "3", title: "Friendly Team", quote: "Staff is very friendly and welcoming.", name: "Dilshod K.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt-holding-hands-waist_141793-89437.jpg" },
|
||||
{ id: "4", title: "Best in Town", quote: "Always busy because it's always good!", name: "Madina B.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5353.jpg" },
|
||||
{ id: "5", title: "Quick Service", quote: "Fast delivery and hot food every time. Love it!", name: "Rustam M.", role: "Office Worker", imageSrc: "http://img.b2bpic.net/free-photo/modest-relaxed-healthy-afro-american-woman-has-tender-toothy-smile-enjoys-lovely-day-expresses-positive-emotions_273609-39188.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Zahratun Classic Burger",
|
||||
price: "25,000 UZS",
|
||||
variant: "Burger",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637291.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Signature Pizza",
|
||||
price: "45,000 UZS",
|
||||
variant: "Pizza",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-wooden-surface_181624-5783.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tandyr Lavash",
|
||||
price: "22,000 UZS",
|
||||
variant: "Bestseller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-fish-chips-concept_23-2148732332.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Crispy Nuggets",
|
||||
price: "18,000 UZS",
|
||||
variant: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062821.jpg",
|
||||
},
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Discover your new favorite bite from our selection of fresh fast food."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
title="Signature Menu"
|
||||
description="Discover your new favorite bite from our selection of fresh fast food."
|
||||
products={[
|
||||
{ id: "1", name: "Zahratun Classic Burger", price: "25,000 UZS", variant: "Burger", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637291.jpg" },
|
||||
{ id: "2", name: "Signature Pizza", price: "45,000 UZS", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-wooden-surface_181624-5783.jpg" },
|
||||
{ id: "3", name: "Tandyr Lavash", price: "22,000 UZS", variant: "Bestseller", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-fish-chips-concept_23-2148732332.jpg" },
|
||||
{ id: "4", name: "Crispy Nuggets", price: "18,000 UZS", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062821.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Not Just Fast Food — A Local Favorite"
|
||||
description="We combine speed with luxury quality, using fresh ingredients to deliver the taste Bukhara loves most."
|
||||
metrics={[
|
||||
{
|
||||
value: "100+",
|
||||
title: "Daily Orders",
|
||||
},
|
||||
{
|
||||
value: "4.2",
|
||||
title: "Star Rating",
|
||||
},
|
||||
{
|
||||
value: "10",
|
||||
title: "Years Local",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208289.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="why-us" data-section="why-us">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Not Just Fast Food — A Local Favorite"
|
||||
description="We combine speed with luxury quality, using fresh ingredients to deliver the taste Bukhara loves most."
|
||||
metrics={[{ value: "100+", title: "Daily Orders" }, { value: "4.2", title: "Star Rating" }, { value: "10", title: "Years Local" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208289.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<ContactFaq
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily from 9:00 AM to 11:00 PM.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we partner with local delivery services.",
|
||||
},
|
||||
]}
|
||||
ctaTitle="Visit Us Today"
|
||||
ctaDescription="Buxoro Savdo Majmuasi, Bukhara, Uzbekistan. Come experience the taste."
|
||||
ctaButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:+998900000000",
|
||||
}}
|
||||
ctaIcon={MapPin}
|
||||
/>
|
||||
</div>
|
||||
<div id="location" data-section="location">
|
||||
<ContactFaq
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "What are your opening hours?", content: "We are open daily from 9:00 AM to 11:00 PM." },
|
||||
{ id: "2", title: "Do you offer delivery?", content: "Yes, we partner with local delivery services." },
|
||||
]}
|
||||
ctaTitle="Visit Us Today"
|
||||
ctaDescription="Buxoro Savdo Majmuasi, Bukhara, Uzbekistan. Come experience the taste."
|
||||
ctaButton={{ text: "Call Now", href: "tel:+998900000000" }}
|
||||
ctaIcon={MapPin}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#location",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "tel:+998900000000",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Zahratun"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Menu", href: "#menu" }, { label: "Location", href: "#location" }] },
|
||||
{ title: "Support", items: [{ label: "Contact Us", href: "tel:+998900000000" }] },
|
||||
]}
|
||||
logoText="Zahratun"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user