Merge version_1 into main #1
218
src/app/page.tsx
218
src/app/page.tsx
@@ -31,93 +31,59 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Foodies Heaven"
|
||||
button={{ text: "Order Now", href: "#products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Fresh Food, Great Vibes, Every Time"
|
||||
description="From crispy pizza to authentic kulcha—experience Muzaffarnagar's favorite food court with quality ingredients, friendly service, and the buzz locals love."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Order Now", href: "#products"},
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-meat-qutabs-pitas-with-red-pomegranates-dark-purple-background-meat-dough-meal-pita_140725-74632.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/decorated-lunch-serving-pizza-marble-surface_114579-25628.jpg",
|
||||
alt: "A decorated lunch serving of pizza on marble surface",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/decorated-lunch-serving-pizza-marble-surface_114579-25628.jpg", alt: "A decorated lunch serving of pizza on marble surface"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-holding-slice-truffle-pizza-garnished-with-olive-oil_141793-2087.jpg",
|
||||
alt: "Man holding a slice of truffle pizza garnished with olive oil",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-holding-slice-truffle-pizza-garnished-with-olive-oil_141793-2087.jpg", alt: "Man holding a slice of truffle pizza garnished with olive oil"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vietnamese-pizza_1339-2783.jpg",
|
||||
alt: "vietnamese pizza",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vietnamese-pizza_1339-2783.jpg", alt: "vietnamese pizza"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vegetables-kish-with-cabbages-sauces_140725-9295.jpg",
|
||||
alt: "Vegetables kish with cabbages and sauces",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vegetables-kish-with-cabbages-sauces_140725-9295.jpg", alt: "Vegetables kish with cabbages and sauces"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mixed-vegetable-salad-table_140725-1923.jpg",
|
||||
alt: "Mixed vegetable salad on table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mixed-vegetable-salad-table_140725-1923.jpg", alt: "Mixed vegetable salad on table"},
|
||||
]}
|
||||
avatarText="Join 500+ happy diners daily"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
type: "text", text: "Fresh Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Kulcha",
|
||||
},
|
||||
type: "text", text: "Authentic Kulcha"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gourmet Pizza",
|
||||
},
|
||||
type: "text", text: "Gourmet Pizza"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Healthy Bowls",
|
||||
},
|
||||
type: "text", text: "Healthy Bowls"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cool Refreshments",
|
||||
},
|
||||
type: "text", text: "Cool Refreshments"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,17 +96,11 @@ export default function LandingPage() {
|
||||
description="Foodies Heaven is committed to providing a diverse and hygienic dining experience. We combine quality ingredients with a vibrant atmosphere where families and friends can gather."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Diverse Menu",
|
||||
description: "From local kulchas to global favorites.",
|
||||
},
|
||||
title: "Diverse Menu", description: "From local kulchas to global favorites."},
|
||||
{
|
||||
title: "Hygienic Kitchen",
|
||||
description: "Strict quality and hygiene standards.",
|
||||
},
|
||||
title: "Hygienic Kitchen", description: "Strict quality and hygiene standards."},
|
||||
{
|
||||
title: "Casual Vibes",
|
||||
description: "Perfect for families and professionals.",
|
||||
},
|
||||
title: "Casual Vibes", description: "Perfect for families and professionals."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-breakfast_1098-12924.jpg"
|
||||
mediaAnimation="opacity"
|
||||
@@ -155,41 +115,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Vegetable Pizza",
|
||||
price: "₹299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-slices-plate_23-2148357163.jpg",
|
||||
},
|
||||
id: "1", name: "Vegetable Pizza", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-slices-plate_23-2148357163.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Stuffed Kulcha",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033993.jpg",
|
||||
},
|
||||
id: "2", name: "Stuffed Kulcha", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033993.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dark Chocolate Scoop",
|
||||
price: "₹99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-chocolate-ice-cream-flavor_23-2148422062.jpg",
|
||||
},
|
||||
id: "3", name: "Dark Chocolate Scoop", price: "₹99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-chocolate-ice-cream-flavor_23-2148422062.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chef Special Snack",
|
||||
price: "₹199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-delicious-best-snack-wine-brown-tray-notebook-ice-background_140725-141280.jpg",
|
||||
},
|
||||
id: "4", name: "Chef Special Snack", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-delicious-best-snack-wine-brown-tray-notebook-ice-background_140725-141280.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fresh Fruit Cooler",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bartender-making-drinking-cocktails-counter_1303-19742.jpg",
|
||||
},
|
||||
id: "5", name: "Fresh Fruit Cooler", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bartender-making-drinking-cocktails-counter_1303-19742.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Gourmet Dessert",
|
||||
price: "₹149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-cake_140725-168.jpg",
|
||||
},
|
||||
id: "6", name: "Gourmet Dessert", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-cake_140725-168.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore our delicious range of freshly prepared food items."
|
||||
@@ -204,45 +140,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ananya Sharma",
|
||||
role: "Marketing Lead",
|
||||
company: "Local Agency",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg",
|
||||
},
|
||||
id: "1", name: "Ananya Sharma", role: "Marketing Lead", company: "Local Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rohan Gupta",
|
||||
role: "Business Owner",
|
||||
company: "Retailer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-clinking-bottles_23-2149745567.jpg",
|
||||
},
|
||||
id: "2", name: "Rohan Gupta", role: "Business Owner", company: "Retailer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-clinking-bottles_23-2149745567.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sunita Verma",
|
||||
role: "Doctor",
|
||||
company: "Local Clinic",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-eating-salad_23-2148332093.jpg",
|
||||
},
|
||||
id: "3", name: "Sunita Verma", role: "Doctor", company: "Local Clinic", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-eating-salad_23-2148332093.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram Singh",
|
||||
role: "Student",
|
||||
company: "University",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244688.jpg",
|
||||
},
|
||||
id: "4", name: "Vikram Singh", role: "Student", company: "University", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244688.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Neha Kapoor",
|
||||
role: "Architect",
|
||||
company: "DesignCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187205.jpg",
|
||||
},
|
||||
id: "5", name: "Neha Kapoor", role: "Architect", company: "DesignCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187205.jpg"},
|
||||
]}
|
||||
title="Loved by Our Community"
|
||||
description="See what our diners have to say about their experience."
|
||||
@@ -256,28 +167,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500+",
|
||||
title: "Meals Served",
|
||||
items: [
|
||||
"Per day average",
|
||||
],
|
||||
id: "1", value: "500+", title: "Meals Served", items: [
|
||||
"Per day average"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "12",
|
||||
title: "Unique Cuisines",
|
||||
items: [
|
||||
"Carefully curated",
|
||||
],
|
||||
id: "2", value: "12", title: "Unique Cuisines", items: [
|
||||
"Carefully curated"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.8",
|
||||
title: "Avg. Rating",
|
||||
items: [
|
||||
"Google satisfaction",
|
||||
],
|
||||
id: "3", value: "4.8", title: "Avg. Rating", items: [
|
||||
"Google satisfaction"],
|
||||
},
|
||||
]}
|
||||
title="Serving Smiles Daily"
|
||||
@@ -290,20 +189,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is table reservation available?",
|
||||
content: "Yes, you can reserve a table by calling us or using the form below.",
|
||||
},
|
||||
id: "f1", title: "Is table reservation available?", content: "Yes, you can reserve a table by calling us or using the form below."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer home delivery?",
|
||||
content: "Absolutely! We deliver within a 5km radius.",
|
||||
},
|
||||
id: "f2", title: "Do you offer home delivery?", content: "Absolutely! We deliver within a 5km radius."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "We offer a diverse menu with plenty of vegetarian and vegan-friendly dishes.",
|
||||
},
|
||||
id: "f3", title: "Are there vegetarian options?", content: "We offer a diverse menu with plenty of vegetarian and vegan-friendly dishes."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know before visiting us."
|
||||
@@ -318,22 +208,14 @@ export default function LandingPage() {
|
||||
description="Have a query or want to book a table? Send us a message."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elderly-person-paying-coffee-cup_482257-87199.jpg"
|
||||
|
||||
Reference in New Issue
Block a user