Merge version_1 into main #2
202
src/app/page.tsx
202
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Order Now",
|
||||
id: "order",
|
||||
},
|
||||
name: "Order Now", id: "order"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
},
|
||||
name: "Location", id: "location"},
|
||||
]}
|
||||
brandName="Bihari Mess"
|
||||
/>
|
||||
@@ -49,108 +43,58 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="BIHARI MESS"
|
||||
description="Authentic Bihari Cuisine in Bengaluru. Homely, affordable meals delivered fast."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rahul P.",
|
||||
handle: "@foodie",
|
||||
testimonial: "The taste of home in every bite. Best Litti Chokha!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg?_wi=1",
|
||||
imageAlt: "authentic bihari litti chokha food",
|
||||
},
|
||||
name: "Rahul P.", handle: "@foodie", testimonial: "The taste of home in every bite. Best Litti Chokha!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg", imageAlt: "authentic bihari litti chokha food"},
|
||||
{
|
||||
name: "Sneha V.",
|
||||
handle: "@user",
|
||||
testimonial: "Very authentic and extremely affordable. My go-to mess!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg?_wi=1",
|
||||
imageAlt: "rustic wooden dining table",
|
||||
},
|
||||
name: "Sneha V.", handle: "@user", testimonial: "Very authentic and extremely affordable. My go-to mess!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg", imageAlt: "rustic wooden dining table"},
|
||||
{
|
||||
name: "Amit K.",
|
||||
handle: "@delivers",
|
||||
testimonial: "Fast delivery and piping hot food always.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-batch-food-cooked-with-empty-notebook_23-2148765572.jpg?_wi=1",
|
||||
imageAlt: "fresh hot rotis in basket",
|
||||
},
|
||||
name: "Amit K.", handle: "@delivers", testimonial: "Fast delivery and piping hot food always.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-batch-food-cooked-with-empty-notebook_23-2148765572.jpg", imageAlt: "fresh hot rotis in basket"},
|
||||
{
|
||||
name: "Priya S.",
|
||||
handle: "@client",
|
||||
testimonial: "The Sattu paratha reminds me of Patna.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg?_wi=2",
|
||||
imageAlt: "authentic bihari litti chokha food",
|
||||
},
|
||||
name: "Priya S.", handle: "@client", testimonial: "The Sattu paratha reminds me of Patna.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg", imageAlt: "authentic bihari litti chokha food"},
|
||||
{
|
||||
name: "Vikram D.",
|
||||
handle: "@regular",
|
||||
testimonial: "Consistent taste and very clean packaging.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg?_wi=2",
|
||||
imageAlt: "rustic wooden dining table",
|
||||
},
|
||||
name: "Vikram D.", handle: "@regular", testimonial: "Consistent taste and very clean packaging.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg", imageAlt: "rustic wooden dining table"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order on Zomato",
|
||||
href: "https://zomato.onelink.me/xqzv/4ur508f1",
|
||||
},
|
||||
text: "Order on Zomato", href: "https://zomato.onelink.me/xqzv/4ur508f1"},
|
||||
{
|
||||
text: "Order on Swiggy",
|
||||
href: "https://www.swiggy.com/menu/739988?source=sharing",
|
||||
},
|
||||
text: "Order on Swiggy", href: "https://www.swiggy.com/menu/739988?source=sharing"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Loved by 1000+ local foodies"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Homely Taste",
|
||||
},
|
||||
type: "text", text: "Homely Taste"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Delivery",
|
||||
},
|
||||
type: "text", text: "Fast Delivery"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Budget Friendly",
|
||||
},
|
||||
type: "text", text: "Budget Friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Sattu",
|
||||
},
|
||||
type: "text", text: "Authentic Sattu"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Prepared",
|
||||
},
|
||||
type: "text", text: "Freshly Prepared"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,41 +106,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Zomato",
|
||||
description: "Quick doorstep delivery via Zomato.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Rocket,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-batch-food-cooked-with-empty-notebook_23-2148765572.jpg?_wi=2",
|
||||
imageAlt: "fresh hot rotis in basket",
|
||||
title: "Zomato", description: "Quick doorstep delivery via Zomato.", bentoComponent: "reveal-icon", icon: Rocket,
|
||||
},
|
||||
{
|
||||
title: "Swiggy",
|
||||
description: "Reliable and fast ordering via Swiggy.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Truck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg?_wi=4",
|
||||
imageAlt: "authentic bihari litti chokha food",
|
||||
title: "Swiggy", description: "Reliable and fast ordering via Swiggy.", bentoComponent: "reveal-icon", icon: Truck,
|
||||
},
|
||||
{
|
||||
title: "Takeaway",
|
||||
description: "Ready to pick up in minutes.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShoppingBag,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-rhodes-journey-through-popular-places-dodecanese-archipelago-greece_166373-3792.jpg?_wi=3",
|
||||
imageAlt: "rustic wooden dining table",
|
||||
title: "Takeaway", description: "Ready to pick up in minutes.", bentoComponent: "reveal-icon", icon: ShoppingBag,
|
||||
},
|
||||
]}
|
||||
title="Order Online"
|
||||
description="Fast delivery | Easy ordering | Trusted by customers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Zomato",
|
||||
href: "https://zomato.onelink.me/xqzv/4ur508f1",
|
||||
},
|
||||
text: "Order Zomato", href: "https://zomato.onelink.me/xqzv/4ur508f1"},
|
||||
{
|
||||
text: "Order Swiggy",
|
||||
href: "https://www.swiggy.com/menu/739988?source=sharing",
|
||||
},
|
||||
text: "Order Swiggy", href: "https://www.swiggy.com/menu/739988?source=sharing"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -206,25 +131,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Rotis & Parathas",
|
||||
content: "Tava Roti (₹15), Ghee Roti (₹25), Aloo Paratha (₹60), Sattu Paratha (₹70).",
|
||||
},
|
||||
id: "1", title: "Rotis & Parathas", content: "Tava Roti (₹15), Ghee Roti (₹25), Aloo Paratha (₹60), Sattu Paratha (₹70)."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Punjabi Dishes",
|
||||
content: "Bhindi Masala (₹150), Dal Tadka (₹140), Paneer Butter Masala (₹180).",
|
||||
},
|
||||
id: "2", title: "Punjabi Dishes", content: "Bhindi Masala (₹150), Dal Tadka (₹140), Paneer Butter Masala (₹180)."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Thalis",
|
||||
content: "Special Thali (₹150), Litti Chokha Thali (₹199), Dal Bhat Chokha (₹180).",
|
||||
},
|
||||
id: "3", title: "Thalis", content: "Special Thali (₹150), Litti Chokha Thali (₹199), Dal Bhat Chokha (₹180)."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Bihari Famous",
|
||||
content: "Litti Chokha (₹130), Chole Bhature (₹120).",
|
||||
},
|
||||
id: "4", title: "Bihari Famous", content: "Litti Chokha (₹130), Chole Bhature (₹120)."},
|
||||
]}
|
||||
sideTitle="Menu"
|
||||
sideDescription="Authentic Bihari Flavours"
|
||||
@@ -239,19 +152,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Timings",
|
||||
value: "7 AM - 11 PM",
|
||||
},
|
||||
label: "Timings", value: "7 AM - 11 PM"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Address",
|
||||
value: "Rachenahalli, Bengaluru",
|
||||
},
|
||||
label: "Address", value: "Rachenahalli, Bengaluru"},
|
||||
{
|
||||
icon: Phone,
|
||||
label: "Call Us",
|
||||
value: "9686760134",
|
||||
},
|
||||
label: "Call Us", value: "9686760134"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -261,49 +168,36 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="PRE-ORDER ONLY"
|
||||
title="Bihari Special Delicacies"
|
||||
description="Nimki, Thekua, Malpua. Available on pre-order only. Prices vary by quantity and season."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Pre-Order: 9686760134",
|
||||
href: "tel:9686760134",
|
||||
},
|
||||
text: "Call to Pre-Order: 9686760134", href: "tel:9686760134"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-batch-food-cooked-with-empty-notebook_23-2148765572.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-batch-food-cooked-with-empty-notebook_23-2148765572.jpg"
|
||||
logoText="Bihari Mess"
|
||||
columns={[
|
||||
{
|
||||
title: "Useful Links",
|
||||
items: [
|
||||
title: "Useful Links", items: [
|
||||
{
|
||||
label: "Order on Zomato",
|
||||
href: "https://zomato.onelink.me/xqzv/4ur508f1",
|
||||
},
|
||||
label: "Order on Zomato", href: "https://zomato.onelink.me/xqzv/4ur508f1"},
|
||||
{
|
||||
label: "Order on Swiggy",
|
||||
href: "https://www.swiggy.com/menu/739988?source=sharing",
|
||||
},
|
||||
label: "Order on Swiggy", href: "https://www.swiggy.com/menu/739988?source=sharing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:9686760134",
|
||||
},
|
||||
label: "Call Us", href: "tel:9686760134"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#",
|
||||
},
|
||||
label: "Location", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user