Merge version_2 into main #1
254
src/app/page.tsx
254
src/app/page.tsx
@@ -30,62 +30,21 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Fumes And Flames"
|
||||
brandName="FUMES AND FLAMES"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Ignite Your Senses at Fumes And Flames"
|
||||
description="Experience authentic Indian flavors crafted with passion and traditional spices. From tandoor fires to your plate."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
title="FUMES AND FLAMES"
|
||||
description="Authentic Indian flavors crafted with passion and traditional spices. From tandoor fires to your plate."
|
||||
buttons={[{ text: "Book Your Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-indian-food-frame-with-copy-space_23-2148747627.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-indian-thali-with-naan-rice_23-2152002820.jpg",
|
||||
alt: "Happy diner 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/festive-indian-thali-with-candles_23-2152002834.jpg",
|
||||
alt: "Happy diner 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg",
|
||||
alt: "Happy diner 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/frying-pan-with-rice-dish-kitchen_23-2147894742.jpg",
|
||||
alt: "Happy diner 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg",
|
||||
alt: "Happy diner 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join our 500+ happy guests"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -93,15 +52,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Fumes And Flames",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844331.jpg",
|
||||
alt: "Chef at work",
|
||||
},
|
||||
{ type: "text", content: "About Us" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844331.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,201 +65,55 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Butter Chicken",
|
||||
price: "₹280",
|
||||
variant: "Non-Veg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/goulash-soup-wood_1150-12280.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Dal Makhani",
|
||||
price: "₹220",
|
||||
variant: "Veg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-food-sweet-potato-puree_185193-109284.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Paneer Tikka",
|
||||
price: "₹320",
|
||||
variant: "Veg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-tofu-healthy-food_1339-6893.jpg",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Veg Biryani",
|
||||
price: "₹250",
|
||||
variant: "Veg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-fresh-delicious-vegan-salad-with-various-organic-vegetables_140725-135196.jpg",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Chicken Biryani",
|
||||
price: "₹300",
|
||||
variant: "Non-Veg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-assortment_23-2148821520.jpg",
|
||||
},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Naan",
|
||||
price: "₹40",
|
||||
variant: "Veg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033993.jpg",
|
||||
},
|
||||
{ id: "m1", name: "Butter Chicken", price: "₹280", variant: "Non-Veg", imageSrc: "http://img.b2bpic.net/free-photo/goulash-soup-wood_1150-12280.jpg" },
|
||||
{ id: "m2", name: "Dal Makhani", price: "₹220", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-food-sweet-potato-puree_185193-109284.jpg" },
|
||||
{ id: "m3", name: "Paneer Tikka", price: "₹320", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/fried-tofu-healthy-food_1339-6893.jpg" },
|
||||
{ id: "m4", name: "Veg Biryani", price: "₹250", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-fresh-delicious-vegan-salad-with-various-organic-vegetables_140725-135196.jpg" },
|
||||
{ id: "m5", name: "Chicken Biryani", price: "₹300", variant: "Non-Veg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-assortment_23-2148821520.jpg" },
|
||||
{ id: "m6", name: "Naan", price: "₹40", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033993.jpg" },
|
||||
{ id: "m7", name: "Gulab Jamun", price: "₹80", variant: "Veg", imageSrc: "http://img.b2bpic.net/free-photo/gulab-jamun-sweet-dish_23-2149258203.jpg" }
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Authentic flavors, traditional techniques."
|
||||
title="Our Menu"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
title="Opening Hours"
|
||||
description="10 AM - 11 PM Daily"
|
||||
metrics={[]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "h1",
|
||||
value: "10 AM",
|
||||
title: "Opening Time",
|
||||
description: "Daily",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-arrangement-table-with-copy-space_23-2149033990.jpg",
|
||||
},
|
||||
{
|
||||
id: "h2",
|
||||
value: "11 PM",
|
||||
title: "Closing Time",
|
||||
description: "Daily",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spices-around-frying-pan-with-chicken-kebab_23-2147894624.jpg",
|
||||
},
|
||||
{
|
||||
id: "h3",
|
||||
value: "7 Days",
|
||||
title: "Availability",
|
||||
description: "Open All Week",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-inside-tray-grey-background_140725-125700.jpg",
|
||||
},
|
||||
]}
|
||||
title="Visit Us"
|
||||
description="Convenient opening hours for your next visit."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ananya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-eating-croissant-cafe_1170-629.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rahul Verma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187206.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Priya Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Vikram Seth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guys-breakfast_1098-14577.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sonia Mehta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215911.jpg",
|
||||
},
|
||||
]}
|
||||
cardTitle="What People Say"
|
||||
cardTitle="Customer Reviews"
|
||||
cardAnimation="slide-up"
|
||||
cardTag="Reviews"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, please contact us to book your table.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you open on holidays?",
|
||||
content: "We operate daily from 10 AM to 11 PM.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is the restaurant family-friendly?",
|
||||
content: "Absolutely, we welcome families for all occasions.",
|
||||
},
|
||||
]}
|
||||
title="Questions?"
|
||||
description="Answers to commonly asked questions."
|
||||
faqsAnimation="slide-up"
|
||||
testimonials={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
tag="Reserve Now"
|
||||
title="Book Your Table"
|
||||
description="Call or message us to secure your spot."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Contact & Reservations"
|
||||
description="Address: 2nd - 3rd floor, A-1 Rajeev chauraha, Rk colony Bhilwara Rajasthan 311001. Call: 8875353533"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/green-orange-holi-powder-splatter-black-background_23-2147924561.jpg"
|
||||
logoText="Fumes And Flames"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="FUMES AND FLAMES"
|
||||
columns={[]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user