Merge version_1 into main #2
445
src/app/page.tsx
445
src/app/page.tsx
@@ -27,331 +27,140 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Overview",
|
||||
id: "overview",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Info",
|
||||
id: "info",
|
||||
},
|
||||
]}
|
||||
brandName="Shomi Dushanbe"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Overview", id: "overview" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Info", id: "info" },
|
||||
]}
|
||||
brandName="Shomi Dushanbe"
|
||||
button={{ text: "Book Now", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="overview" data-section="overview">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Shomi Dushanbe"
|
||||
description="Welcome to the heart of Dushanbe. Experience traditional Tajik hospitality, rich flavors, and a cozy atmosphere perfect for any occasion."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ali S.",
|
||||
handle: "@ali_dushanbe",
|
||||
testimonial: "The best Samsa in the city! Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg?_wi=1",
|
||||
imageAlt: "cozy cafe interior warm lighting",
|
||||
},
|
||||
{
|
||||
name: "Elena K.",
|
||||
handle: "@elena_travels",
|
||||
testimonial: "Romantic and cozy, perfect for dinner.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg?_wi=1",
|
||||
imageAlt: "authentic tajik cuisine platter",
|
||||
},
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "@john_expat",
|
||||
testimonial: "Great for working on my laptop, strong coffee.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg?_wi=1",
|
||||
imageAlt: "beef soup shurpa traditional",
|
||||
},
|
||||
{
|
||||
name: "Maria M.",
|
||||
handle: "@maria_foodie",
|
||||
testimonial: "Authentic taste, truly high quality.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/platter-lula-potato-kebab-garnished-with-onion-sumac_140725-8845.jpg?_wi=1",
|
||||
imageAlt: "grilled meat kebabs plate",
|
||||
},
|
||||
{
|
||||
name: "Farid Z.",
|
||||
handle: "@farid_tjk",
|
||||
testimonial: "Good food but service was a bit slow last Friday.",
|
||||
rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-pie-with-greens-black-plate_114579-89012.jpg?_wi=1",
|
||||
imageAlt: "samsa pastry traditional",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg",
|
||||
alt: "Happy Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-beautiful-girls-resting-party_176420-6167.jpg",
|
||||
alt: "Happy Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg",
|
||||
alt: "Happy Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg",
|
||||
alt: "Happy Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5055.jpg",
|
||||
alt: "Happy Customer",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Tajik Cuisine",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Warm Hospitality",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Atmosphere",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Loved",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="overview" data-section="overview">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Shomi Dushanbe"
|
||||
description="Welcome to the heart of Dushanbe. Experience traditional Tajik hospitality, rich flavors, and a cozy atmosphere perfect for any occasion."
|
||||
testimonials={[
|
||||
{ name: "Ali S.", handle: "@ali_dushanbe", testimonial: "The best Samsa in the city! Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg", imageAlt: "cozy cafe interior warm lighting" },
|
||||
{ name: "Elena K.", handle: "@elena_travels", testimonial: "Romantic and cozy, perfect for dinner.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg", imageAlt: "authentic tajik cuisine platter" },
|
||||
{ name: "John D.", handle: "@john_expat", testimonial: "Great for working on my laptop, strong coffee.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg", imageAlt: "beef soup shurpa traditional" },
|
||||
{ name: "Maria M.", handle: "@maria_foodie", testimonial: "Authentic taste, truly high quality.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/platter-lula-potato-kebab-garnished-with-onion-sumac_140725-8845.jpg", imageAlt: "grilled meat kebabs plate" },
|
||||
{ name: "Farid Z.", handle: "@farid_tjk", testimonial: "Good food but service was a bit slow last Friday.", rating: 3, imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-pie-with-greens-black-plate_114579-89012.jpg", imageAlt: "samsa pastry traditional" },
|
||||
]}
|
||||
buttons={[{ text: "Get Directions", href: "#" }, { text: "Reserve a Table", href: "#" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", alt: "Happy Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-beautiful-girls-resting-party_176420-6167.jpg", alt: "Happy Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", alt: "Happy Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg", alt: "Happy Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5055.jpg", alt: "Happy Customer" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Authentic Tajik Cuisine" },
|
||||
{ type: "text", text: "Warm Hospitality" },
|
||||
{ type: "text", text: "Fresh Ingredients" },
|
||||
{ type: "text", text: "Traditional Atmosphere" },
|
||||
{ type: "text", text: "Locally Loved" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="About Us"
|
||||
title="Hospitality at its finest"
|
||||
description="Shomi Dushanbe is more than a café; it's a home for local culture and fine traditional cuisine. From breakfast to late-night meals, we cater to families, groups, and solo travelers alike."
|
||||
subdescription="Visit us at Jabbora Rasulova 10. Open until 23:00."
|
||||
icon={Coffee}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="About Us"
|
||||
title="Hospitality at its finest"
|
||||
description="Shomi Dushanbe is more than a café; it's a home for local culture and fine traditional cuisine."
|
||||
subdescription="Visit us at Jabbora Rasulova 10. Open until 23:00."
|
||||
icon={Coffee}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Shurpa (Beef Soup)",
|
||||
price: "$8.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Traditional Kebabs",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/platter-lula-potato-kebab-garnished-with-onion-sumac_140725-8845.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Authentic Samsa",
|
||||
price: "$4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-pie-with-greens-black-plate_114579-89012.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Traditional Pilaf",
|
||||
price: "$10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "High-Quality Coffee",
|
||||
price: "$3.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Wide Tea Selection",
|
||||
price: "$2.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Explore our selection of traditional Tajik and Caucasian delights."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Shurpa (Beef Soup)", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg" },
|
||||
{ id: "2", name: "Traditional Kebabs", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/platter-lula-potato-kebab-garnished-with-onion-sumac_140725-8845.jpg" },
|
||||
{ id: "3", name: "Authentic Samsa", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-pie-with-greens-black-plate_114579-89012.jpg" },
|
||||
{ id: "4", name: "Traditional Pilaf", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg" },
|
||||
{ id: "5", name: "High-Quality Coffee", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/eco-spa-lounge-ethno-interior-stone-wall_169016-68911.jpg" },
|
||||
{ id: "6", name: "Wide Tea Selection", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/beef-lamb-broth-soup-with-tomato-sauce-onions_114579-786.jpg" },
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Explore our selection of traditional Tajik and Caucasian delights."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="traffic" data-section="traffic">
|
||||
<MetricCardThree
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: TrendingUp,
|
||||
title: "Friday Peak Traffic",
|
||||
value: "High",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Clock,
|
||||
title: "Late Night Hours",
|
||||
value: "Open",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Users,
|
||||
title: "Average Group Size",
|
||||
value: "4+",
|
||||
},
|
||||
]}
|
||||
title="When to Visit"
|
||||
description="Fridays are our busiest days, filled with energy and high spirits."
|
||||
/>
|
||||
</div>
|
||||
<div id="traffic" data-section="traffic">
|
||||
<MetricCardThree
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", icon: TrendingUp, title: "Friday Peak Traffic", value: "High" },
|
||||
{ id: "m2", icon: Clock, title: "Late Night Hours", value: "Open" },
|
||||
{ id: "m3", icon: Users, title: "Average Group Size", value: "4+" },
|
||||
]}
|
||||
title="When to Visit"
|
||||
description="Fridays are our busiest days, filled with energy and high spirits."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="The atmosphere is cozy and the food is consistently fresh. A must-visit place in Dushanbe for both locals and tourists."
|
||||
rating={4}
|
||||
author="Sirojiddin A."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-beautiful-girls-resting-party_176420-6167.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5055.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="The atmosphere is cozy and the food is consistently fresh. A must-visit place in Dushanbe."
|
||||
rating={4}
|
||||
author="Sirojiddin A."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-beautiful-girls-resting-party_176420-6167.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5055.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="info" data-section="info">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
text="Call us to book a table or order takeaway today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: +992 93 840 1111",
|
||||
href: "tel:+992938401111",
|
||||
},
|
||||
{
|
||||
text: "Order Takeaway",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="info" data-section="info">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Call us to book a table or order takeaway today."
|
||||
buttons={[
|
||||
{ text: "Call Now: +992 93 840 1111", href: "tel:+992938401111" },
|
||||
{ text: "Order Takeaway", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Shomi Dushanbe"
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Jabbora Rasulova 10",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "+992 93 840 1111",
|
||||
href: "tel:+992938401111",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Takeaway",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Shomi Dushanbe. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Shomi Dushanbe"
|
||||
columns={[
|
||||
{ title: "Contact", items: [{ label: "Jabbora Rasulova 10", href: "#" }, { label: "+992 93 840 1111", href: "tel:+992938401111" }] },
|
||||
{ title: "Services", items: [{ label: "Takeaway", href: "#" }, { label: "Reservations", href: "#" }] },
|
||||
{ title: "Info", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Shomi Dushanbe. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user