Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-06 15:53:11 +00:00

View File

@@ -29,24 +29,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
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="Ramesh Dosa"
button={{ text: "Order Now", href: "#menu" }}
/>
</div>
@@ -54,34 +43,14 @@ export default function LandingPage() {
<HeroOverlay
title="Authentic Madrasi Dosa in Meerut"
description="Experience the crisp, golden perfection of traditional South Indian dosas, served fresh in the heart of Jattiwara."
buttons={[
{
text: "View Menu",
href: "#menu",
},
]}
buttons={[{ text: "View Menu", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-around-kutab-table-with-pear-dushes_114579-2337.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/aerial-view-couple-enjoying-rajasthani-cuisine_53876-25001.jpg",
alt: "Happy customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-pan_23-2147959008.jpg",
alt: "Happy customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg",
alt: "Happy customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
alt: "Happy customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-senior-couple-sitting-together_23-2149390953.jpg",
alt: "Happy customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/aerial-view-couple-enjoying-rajasthani-cuisine_53876-25001.jpg", alt: "Happy customer 1" },
{ src: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-pan_23-2147959008.jpg", alt: "Happy customer 2" },
{ src: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg", alt: "Happy customer 3" },
{ src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg", alt: "Happy customer 4" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-happy-senior-couple-sitting-together_23-2149390953.jpg", alt: "Happy customer 5" },
]}
avatarText="Trusted by 500+ happy diners"
/>
@@ -103,42 +72,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Masala Dosa",
price: "₹120",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg",
},
{
id: "p2",
name: "Idli Sambar",
price: "₹80",
imageSrc: "http://img.b2bpic.net/free-photo/chopped-parsley-radish-pepper-kumquat-wooden-plate-marble_114579-87427.jpg",
},
{
id: "p3",
name: "Uttapam",
price: "₹110",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-meat-sandwich-with-salad-ingredients-dark-grey-surface-burger-sandwich-bread-pita-meat_140725-102099.jpg",
},
{
id: "p4",
name: "Medu Vada",
price: "₹70",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-simple-donuts-top-view_114579-18885.jpg",
},
{
id: "p5",
name: "Paper Dosa",
price: "₹150",
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086070.jpg",
},
{
id: "p6",
name: "Filter Coffee",
price: "₹40",
imageSrc: "http://img.b2bpic.net/free-photo/woman-pouring-drink-cup-from-cezve-near-cookies-notepad_23-2147969750.jpg",
},
{ id: "p1", name: "Masala Dosa", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg" },
{ id: "p2", name: "Idli Sambar", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/chopped-parsley-radish-pepper-kumquat-wooden-plate-marble_114579-87427.jpg" },
{ id: "p3", name: "Uttapam", price: "₹110", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-meat-sandwich-with-salad-ingredients-dark-grey-surface-burger-sandwich-bread-pita-meat_140725-102099.jpg" },
{ id: "p4", name: "Medu Vada", price: "₹70", imageSrc: "http://img.b2bpic.net/free-photo/delicious-simple-donuts-top-view_114579-18885.jpg" },
{ id: "p5", name: "Paper Dosa", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086070.jpg" },
{ id: "p6", name: "Filter Coffee", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/woman-pouring-drink-cup-from-cezve-near-cookies-notepad_23-2147969750.jpg" },
]}
title="Our Signature Menu"
description="Handcrafted dosas and traditional snacks made to order."
@@ -151,41 +90,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Rahul Verma",
role: "Foodie",
testimonial: "Best dosa in Meerut! Authentic taste.",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-couple-enjoying-rajasthani-cuisine_53876-25001.jpg",
},
{
id: "t2",
name: "Priya Sharma",
role: "Local",
testimonial: "My go-to place for breakfast every Sunday.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-pan_23-2147959008.jpg",
},
{
id: "t3",
name: "Anil Gupta",
role: "Diner",
testimonial: "Crispy dosas and very friendly service.",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg",
},
{
id: "t4",
name: "Sunita Devi",
role: "Food Critic",
testimonial: "Authentic flavors, reminds me of Chennai.",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
},
{
id: "t5",
name: "Vikram Singh",
role: "Regular",
testimonial: "Consistency in quality is what I love here.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-senior-couple-sitting-together_23-2149390953.jpg",
},
{ id: "t1", name: "Rahul Verma", role: "Foodie", testimonial: "Best dosa in Meerut! Authentic taste.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-couple-enjoying-rajasthani-cuisine_53876-25001.jpg" },
{ id: "t2", name: "Priya Sharma", role: "Local", testimonial: "My go-to place for breakfast every Sunday.", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-food-pan_23-2147959008.jpg" },
{ id: "t3", name: "Anil Gupta", role: "Diner", testimonial: "Crispy dosas and very friendly service.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-shirt-jeans-sitting-bar-counter-cafe-eating-cake-while-happily-looking-camera_574295-287.jpg" },
{ id: "t4", name: "Sunita Devi", role: "Food Critic", testimonial: "Authentic flavors, reminds me of Chennai.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg" },
{ id: "t5", name: "Vikram Singh", role: "Regular", testimonial: "Consistency in quality is what I love here.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-senior-couple-sitting-together_23-2149390953.jpg" },
]}
title="Loved by Locals"
description="Don't just take our word for it—hear what the Meerut community has to say."
@@ -195,9 +104,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Visit Us"
title="Reach Out to Ramesh Dosa"
description="XPM4+MG8, Jattiwara, Meerut, Uttar Pradesh 250002. Open 12pm - 10pm."