Merge version_1 into main #1
352
src/app/page.tsx
352
src/app/page.tsx
@@ -18,250 +18,132 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Flight Paradise"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Flight Paradise"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Experience Culinary Excellence at Flight Paradise"
|
||||
description="Located in the heart of Dilsukhnagar, we serve authentic flavors that elevate your dining experience to new heights."
|
||||
tag="Finest Dining in Hyderabad"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6091.jpg",
|
||||
imageAlt: "restaurant delicious gourmet meal",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shisha-place-with-full-furniture_140725-9261.jpg",
|
||||
imageAlt: "cozy restaurant interior ambient",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg",
|
||||
imageAlt: "Chicken salad with fresh vegetables",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-fillet-with-fresh-vegetable-salad-generated-by-ai_188544-24244.jpg",
|
||||
imageAlt: "Grilled steak fillet with fresh vegetable salad",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6093.jpg",
|
||||
imageAlt: "Front view fried meat on asparagus with mashed potatoes",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Top rated restaurant in Chaitanyapuri"
|
||||
tagIcon={Star}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "plain" }}
|
||||
title="Experience Culinary Excellence at Flight Paradise"
|
||||
description="Located in the heart of Dilsukhnagar, we serve authentic flavors that elevate your dining experience to new heights."
|
||||
tag="Finest Dining in Hyderabad"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6091.jpg", imageAlt: "restaurant delicious gourmet meal"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shisha-place-with-full-furniture_140725-9261.jpg", imageAlt: "cozy restaurant interior ambient"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Top rated restaurant in Chaitanyapuri"
|
||||
tagIcon={Star}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
title="Why Choose Us"
|
||||
metrics={[
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Gourmet Dishes",
|
||||
value: "100+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Diners",
|
||||
value: "10k+",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Years Served",
|
||||
value: "5+",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
title="Why Choose Us"
|
||||
metrics={[
|
||||
{ icon: Utensils, label: "Gourmet Dishes", value: "100+" },
|
||||
{ icon: Users, label: "Happy Diners", value: "10k+" },
|
||||
{ icon: Clock, label: "Years Served", value: "5+" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Royal Biryani",
|
||||
price: "₹349",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pakistan-goodies_23-2148821571.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Paneer Tikka",
|
||||
price: "₹299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-skewers-with-vegetables-lemon-sauce-plate_141793-12574.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Garlic Naan Basket",
|
||||
price: "₹99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274825.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mango Lassi",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mango-shake-fresh-tropical-fruit-smoothies_501050-919.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Masala Chai",
|
||||
price: "₹49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-cups-coffee-book-cinnamon-sticks-high-quality-photo_114579-67817.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chocolate Lava Cake",
|
||||
price: "₹199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decadent-molten-chocolate-lava-cake-with-powdered-sugar_84443-82427.jpg",
|
||||
},
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Discover our curated collection of authentic recipes crafted with passion."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Royal Biryani", price: "₹349", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pakistan-goodies_23-2148821571.jpg" },
|
||||
{ id: "2", name: "Paneer Tikka", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-skewers-with-vegetables-lemon-sauce-plate_141793-12574.jpg" },
|
||||
{ id: "3", name: "Garlic Naan Basket", price: "₹99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274825.jpg" },
|
||||
{ id: "4", name: "Mango Lassi", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/mango-shake-fresh-tropical-fruit-smoothies_501050-919.jpg" },
|
||||
{ id: "5", name: "Masala Chai", price: "₹49", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-coffee-book-cinnamon-sticks-high-quality-photo_114579-67817.jpg" },
|
||||
{ id: "6", name: "Chocolate Lava Cake", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/decadent-molten-chocolate-lava-cake-with-powdered-sugar_84443-82427.jpg" },
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Discover our curated collection of authentic recipes crafted with passion."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rahul S.",
|
||||
role: "Foodie",
|
||||
testimonial: "The biryani here is simply incredible! Best in Dilsukhnagar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya K.",
|
||||
role: "Regular",
|
||||
testimonial: "A perfect spot for family dinners. Highly recommend the Paneer Tikka.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-some-delicious-italian-food_23-2149028547.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit V.",
|
||||
role: "Local",
|
||||
testimonial: "Fast service and great taste. Will definitely visit again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sneha R.",
|
||||
role: "Traveler",
|
||||
testimonial: "Found this place by chance, and it was a delightful surprise!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-hungry-curly-woman-eats-hot-dog-burger-keeps-mouth-widely-opened-prefers-fast-food-wears-white-formal-shirt-tie-isolated-pink-background-blank-space-your-advertisement_273609-62442.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram D.",
|
||||
role: "Diner",
|
||||
testimonial: "Authentic flavors and cozy atmosphere. My new go-to place.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg",
|
||||
},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="Hear what our beloved customers say about their experience."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Rahul S.", role: "Foodie", testimonial: "The biryani here is simply incredible! Best in Dilsukhnagar.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg" },
|
||||
{ id: "2", name: "Priya K.", role: "Regular", testimonial: "A perfect spot for family dinners. Highly recommend the Paneer Tikka.", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-some-delicious-italian-food_23-2149028547.jpg" },
|
||||
{ id: "3", name: "Amit V.", role: "Local", testimonial: "Fast service and great taste. Will definitely visit again.", imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg" },
|
||||
{ id: "4", name: "Sneha R.", role: "Traveler", testimonial: "Found this place by chance, and it was a delightful surprise!", imageSrc: "http://img.b2bpic.net/free-photo/photo-hungry-curly-woman-eats-hot-dog-burger-keeps-mouth-widely-opened-prefers-fast-food-wears-white-formal-shirt-tie-isolated-pink-background-blank-space-your-advertisement_273609-62442.jpg" },
|
||||
{ id: "5", name: "Vikram D.", role: "Diner", testimonial: "Authentic flavors and cozy atmosphere. My new go-to place.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg" },
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="Hear what our beloved customers say about their experience."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept table reservations?",
|
||||
content: "Yes, we encourage bookings during weekends to ensure you get a table.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer home delivery?",
|
||||
content: "Absolutely! You can find us on major delivery apps or call us directly.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, limited parking is available at Millenium Residency complex.",
|
||||
},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Have questions? We're here to help."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you accept table reservations?", content: "Yes, we encourage bookings during weekends to ensure you get a table." },
|
||||
{ id: "f2", title: "Do you offer home delivery?", content: "Absolutely! You can find us on major delivery apps or call us directly." },
|
||||
{ id: "f3", title: "Is parking available?", content: "Yes, limited parking is available at Millenium Residency complex." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Have questions? We're here to help."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Get in touch"
|
||||
title="Visit Us Today"
|
||||
description="Metro Pillar: A1557, Chaitanyapuri Main Rd, Hyderabad, Telangana 500060. We look forward to serving you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Visit Us Today"
|
||||
description="Metro Pillar: A1557, Chaitanyapuri Main Rd, Hyderabad, Telangana 500060. We look forward to serving you!"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+919999999999" },
|
||||
{ text: "Get Directions", href: "https://maps.google.com" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Flight Paradise"
|
||||
copyrightText="© 2025 | Flight Paradise Restaurant"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Flight Paradise"
|
||||
copyrightText="© 2025 | Flight Paradise Restaurant"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user