Merge version_1 into main #1
343
src/app/page.tsx
343
src/app/page.tsx
@@ -32,26 +32,11 @@ 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: "Events",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Events", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="New Food Plaza"
|
||||
/>
|
||||
@@ -59,83 +44,36 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Welcome to New Food Plaza Restaurant"
|
||||
description="Your favorite spot in Bemetara for delicious fast food, authentic Indian dishes, and unforgettable celebrations. Join us for taste and togetherness."
|
||||
kpis={[
|
||||
{
|
||||
value: "50+",
|
||||
label: "Daily Dishes",
|
||||
},
|
||||
{
|
||||
value: "100+",
|
||||
label: "Happy Celebrations",
|
||||
},
|
||||
{
|
||||
value: "5k+",
|
||||
label: "Served Guests",
|
||||
},
|
||||
{ value: "50+", label: "Daily Dishes" },
|
||||
{ value: "100+", label: "Happy Celebrations" },
|
||||
{ value: "5k+", label: "Served Guests" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Book a Party",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Order Now", href: "#menu" },
|
||||
{ text: "Book a Party", href: "#services" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-assortment_23-2149076084.jpg"
|
||||
imageAlt="Restaurant ambiance"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16045.jpg",
|
||||
alt: "Happy customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg",
|
||||
alt: "Happy customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
|
||||
alt: "Happy customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520109.jpg",
|
||||
alt: "Happy customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg",
|
||||
alt: "Happy customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16045.jpg", alt: "Happy customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg", alt: "Happy customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg", alt: "Happy customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520109.jpg", alt: "Happy customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg", alt: "Happy customer 5" },
|
||||
]}
|
||||
avatarText="Join 5000+ happy guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Pure Veg",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Delivery",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Party Venue",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Baked",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Specials",
|
||||
},
|
||||
{ type: "text", text: "Pure Veg" },
|
||||
{ type: "text", text: "Fast Delivery" },
|
||||
{ type: "text", text: "Party Venue" },
|
||||
{ type: "text", text: "Freshly Baked" },
|
||||
{ type: "text", text: "Daily Specials" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -145,21 +83,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Tradition of Taste in Bemetara"
|
||||
metrics={[
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Local Favorite",
|
||||
value: "Since 2018",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Quality Food",
|
||||
value: "100% Fresh",
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Happy Customers",
|
||||
value: "5000+",
|
||||
},
|
||||
{ icon: Utensils, label: "Local Favorite", value: "Since 2018" },
|
||||
{ icon: Award, label: "Quality Food", value: "100% Fresh" },
|
||||
{ icon: Heart, label: "Happy Customers", value: "5000+" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -172,42 +98,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Masala Dosa",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-eggplant-rolls-white-plate-different-spices-small-bowls-grey-background_140725-111096.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Veg Burger",
|
||||
price: "₹80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086076.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Cold Coffee",
|
||||
price: "₹90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-6388.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Birthday Cake",
|
||||
price: "₹450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake-glasses-champagne_23-2149312359.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Paneer Tikka",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-boozy-white-russian-cocktail-with-vodka-cream_123827-37402.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "French Fries",
|
||||
price: "₹70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowls-spicy-mexican-dips_23-2148181597.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Masala Dosa", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-eggplant-rolls-white-plate-different-spices-small-bowls-grey-background_140725-111096.jpg" },
|
||||
{ id: "p2", name: "Veg Burger", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086076.jpg" },
|
||||
{ id: "p3", name: "Cold Coffee", price: "₹90", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-6388.jpg" },
|
||||
{ id: "p4", name: "Birthday Cake", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake-glasses-champagne_23-2149312359.jpg" },
|
||||
{ id: "p5", name: "Paneer Tikka", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-boozy-white-russian-cocktail-with-vodka-cream_123827-37402.jpg" },
|
||||
{ id: "p6", name: "French Fries", price: "₹70", imageSrc: "http://img.b2bpic.net/free-photo/bowls-spicy-mexican-dips_23-2148181597.jpg" },
|
||||
]}
|
||||
title="Our Signature Flavors"
|
||||
description="From crispy dosa and fast food favorites to freshly baked birthday cakes, we have something special for every craving."
|
||||
@@ -219,30 +115,13 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Party Hall",
|
||||
subtitle: "Spacious venue for family gatherings",
|
||||
category: "Events",
|
||||
value: "Reserve Now",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Decoration Services",
|
||||
subtitle: "Birthday themes to make it special",
|
||||
category: "Decoration",
|
||||
value: "Ask Us",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Catering Solutions",
|
||||
subtitle: "Fresh menu for your event guests",
|
||||
category: "Catering",
|
||||
value: "Menu Options",
|
||||
},
|
||||
{ id: "f1", title: "Party Hall", subtitle: "Spacious venue for family gatherings", category: "Events", value: "Reserve Now" },
|
||||
{ id: "f2", title: "Decoration Services", subtitle: "Birthday themes to make it special", category: "Decoration", value: "Ask Us" },
|
||||
{ id: "f3", title: "Catering Solutions", subtitle: "Fresh menu for your event guests", category: "Catering", value: "Menu Options" },
|
||||
]}
|
||||
title="Celebrate with New Food Plaza"
|
||||
description="More than just food, we provide the perfect setting for your small parties and milestone moments."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -252,41 +131,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Local Resident",
|
||||
testimonial: "The best place in Bemetara for quick snacks and celebrations. Always fresh!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
role: "Student",
|
||||
testimonial: "Their cold coffee and dosa are just perfect. Great atmosphere!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149215767.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Verma",
|
||||
role: "Parent",
|
||||
testimonial: "Celebrated my son's birthday here, the hall decoration was fantastic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-opening-wrapper-cupcake_23-2147974609.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sneha Das",
|
||||
role: "Teacher",
|
||||
testimonial: "Consistently good quality and very affordable prices for family dinners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-african-caucasian-lesbians-enjoying-nice-time-together-lunch-cozy-cafe_273609-9091.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vijay Gupta",
|
||||
role: "Regular Visitor",
|
||||
testimonial: "Friendly staff and clean environment. Truly a hidden gem here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-delicious-cupcakes_23-2150847718.jpg",
|
||||
},
|
||||
{ id: "1", name: "Rajesh Kumar", role: "Local Resident", testimonial: "The best place in Bemetara for quick snacks and celebrations. Always fresh!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg" },
|
||||
{ id: "2", name: "Priya Sharma", role: "Student", testimonial: "Their cold coffee and dosa are just perfect. Great atmosphere!", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149215767.jpg" },
|
||||
{ id: "3", name: "Amit Verma", role: "Parent", testimonial: "Celebrated my son's birthday here, the hall decoration was fantastic.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-opening-wrapper-cupcake_23-2147974609.jpg" },
|
||||
{ id: "4", name: "Sneha Das", role: "Teacher", testimonial: "Consistently good quality and very affordable prices for family dinners.", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-african-caucasian-lesbians-enjoying-nice-time-together-lunch-cozy-cafe_273609-9091.jpg" },
|
||||
{ id: "5", name: "Vijay Gupta", role: "Regular Visitor", testimonial: "Friendly staff and clean environment. Truly a hidden gem here.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-delicious-cupcakes_23-2150847718.jpg" },
|
||||
]}
|
||||
title="Loved by Our Community"
|
||||
description="See why locals in Bemetara make us their top choice for dining and events."
|
||||
@@ -298,14 +147,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Bemetara Local Market",
|
||||
"Nearby Schools",
|
||||
"Community Associations",
|
||||
"Local Sports Club",
|
||||
"City Event Planners",
|
||||
"Nearby Colleges",
|
||||
"Business Chambers",
|
||||
]}
|
||||
"Bemetara Local Market", "Nearby Schools", "Community Associations", "Local Sports Club", "City Event Planners", "Nearby Colleges", "Business Chambers"]}
|
||||
title="Community Partners"
|
||||
description="Proudly serving Bemetara and surrounding areas with love."
|
||||
/>
|
||||
@@ -315,26 +157,10 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you accept party bookings?",
|
||||
content: "Yes, we have a hall available for small parties, birthdays, and anniversaries.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you provide birthday decorations?",
|
||||
content: "Absolutely! We offer decoration services to make your birthday events special.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What is the price range?",
|
||||
content: "Our dining is very affordable, typically ranging from ₹200–400 per person.",
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Where are you located?",
|
||||
content: "We are located right in front of Basic Ground, Berla, Bemetara.",
|
||||
},
|
||||
{ id: "q1", title: "Do you accept party bookings?", content: "Yes, we have a hall available for small parties, birthdays, and anniversaries." },
|
||||
{ id: "q2", title: "Do you provide birthday decorations?", content: "Absolutely! We offer decoration services to make your birthday events special." },
|
||||
{ id: "q3", title: "What is the price range?", content: "Our dining is very affordable, typically ranging from ₹200–400 per person." },
|
||||
{ id: "q4", title: "Where are you located?", content: "We are located right in front of Basic Ground, Berla, Bemetara." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -347,30 +173,11 @@ export default function LandingPage() {
|
||||
title="Visit Us Today"
|
||||
description="Ready for a delicious meal or planning an event? We're here to help."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Write your query or event booking details...",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Write your query or event booking details...", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-people-dining-together-concept_53876-26275.jpg"
|
||||
imageAlt="Restaurant ambiance"
|
||||
/>
|
||||
@@ -380,54 +187,24 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Parties",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Decorations",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Parties", href: "#services" },
|
||||
{ label: "Catering", href: "#services" },
|
||||
{ label: "Decorations", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Location", href: "#contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user