Files
4aaa4856-bf2e-4c31-ae0b-a7c…/src/app/page.tsx
2026-03-07 20:40:51 +00:00

193 lines
8.3 KiB
TypeScript

"use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Award, ChefHat, Clock, DollarSign, Heart, MapPin, Phone, Sparkles, Star, Utensils, Users } from 'lucide-react';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Manti Express"
navItems={[
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
button={{
text: "Order Online", href: "https://example.com/order"
}}
animateOnLoad={true}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
title="Authentic Central Asian Cuisine"
description="Experience the rich flavors of traditional manti, fresh-made dumplings with juicy meat filling and soft, thin dough. Open 24 hours for your convenience."
background={{ variant: "sparkles-gradient" }}
tag="Since Opening"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Order Now", href: "https://example.com/order" },
{ text: "View Menu", href: "#menu" },
]}
imageSrc="http://img.b2bpic.net/free-photo/food-chinese-new-year_23-2148066075.jpg"
imageAlt="Freshly steamed manti dumplings"
mediaAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
tag="About Us"
tagIcon={ChefHat}
title="Master Craft, Traditional Methods"
description="Chef Mashhur"
subdescription="30+ Years of Culinary Excellence"
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/choco-brownies-with-fine-lemted-cocoa-cream-vanilla-icecream_114579-2132.jpg"
imageAlt="Chef Mashhur preparing manti in traditional oven"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="features" data-section="features">
<FeatureBorderGlow
title="Why Choose Manti Express"
description="Discover what makes our restaurant special and beloved by our community"
tag="Features"
tagIcon={Star}
features={[
{
icon: Clock,
title: "Open 24 Hours", description: "Enjoy authentic manti anytime, day or night. Your cravings never close."
},
{
icon: Utensils,
title: "Freshly Made Daily", description: "Every dumpling is prepared fresh with premium ingredients and traditional recipes."
},
{
icon: Users,
title: "Dine-In & Delivery", description: "Experience it fresh in our cozy space or have it delivered to your door."
},
{
icon: MapPin,
title: "Brooklyn Location", description: "1013 Avenue H, Brooklyn, NY 11230. Easy access, convenient parking available."
},
{
icon: DollarSign,
title: "Affordable Pricing", description: "$10-20 per person. Quality authentic food at reasonable prices."
},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
title="What Our Customers Say"
description="Join thousands of satisfied customers who've experienced authentic manti at Manti Express"
tag="Reviews"
tagIcon={Heart}
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Food Enthusiast", company: "Brooklyn Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg", imageAlt: "happy customer smiling portrait"
},
{
id: "2", name: "Michael Chen", role: "Restaurant Critic", company: "Taste Guide NY", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12867.jpg", imageAlt: "diverse customer smiling portrait"
},
{
id: "3", name: "Elena Rodriguez", role: "Regular Customer", company: "Community Member", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-clothes-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-30458.jpg", imageAlt: "satisfied customer portrait smiling"
},
{
id: "4", name: "David Kim", role: "Culinary Expert", company: "Food Blog NYC", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg", imageAlt: "smiling customer portrait professional"
},
]}
kpiItems={[
{ value: "121", label: "Verified Reviews" },
{ value: "4.6", label: "Average Rating" },
{ value: "30+", label: "Years Experience" },
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Get In Touch"
tagIcon={Phone}
title="Visit or Call Us"
description="Located at 1013 Avenue H, Brooklyn, NY 11230. Open 24 hours every day. Call (347) 607-3166 for orders, reservations, or inquiries."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/hand-holding-traditional-asian-food_23-2148382832.jpg"
imageAlt="Close-up of delicious manti"
mediaAnimation="slide-up"
inputPlaceholder="Enter your email"
buttonText="Stay Updated"
termsText="We respect your privacy. Unsubscribe anytime."
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Manti Express"
columns={[
{
items: [
{ label: "Menu", href: "#menu" },
{ label: "About", href: "#about" },
{ label: "Hours", href: "#" },
],
},
{
items: [
{ label: "Order Online", href: "https://example.com/order" },
{ label: "Delivery", href: "#" },
{ label: "Catering", href: "#" },
],
},
{
items: [
{ label: "Contact", href: "#contact" },
{ label: "(347) 607-3166", href: "tel:3476073166" },
{ label: "Brooklyn, NY", href: "#" },
],
},
]}
/>
</div>
</ThemeProvider>
);
}