Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0488649e0a | |||
| 4fa24a322a | |||
| 287b5230f6 | |||
| 8127cbd462 |
311
src/app/page.tsx
311
src/app/page.tsx
@@ -34,34 +34,20 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "#menu"},
|
||||||
id: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQs",
|
name: "FAQs", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Order Now",
|
text: "Order Now", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
brandName="Ditya Momo & More"
|
brandName="Ditya Momo & More"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,78 +58,44 @@ export default function LandingPage() {
|
|||||||
description="Your go-to spot for authentic Himalayan Momos, spicy Korean Ramen, and delicious Chinese Noodles. Fresh, fast, and flavorful comfort food in Vastrapur!"
|
description="Your go-to spot for authentic Himalayan Momos, spicy Korean Ramen, and delicious Chinese Noodles. Fresh, fast, and flavorful comfort food in Vastrapur!"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Priya Sharma",
|
name: "Priya Sharma", handle: "@PriyaFoodie", testimonial: "The Jhol Momos here are a game-changer! So authentic and fresh. My new favorite comfort food spot.", rating: 5,
|
||||||
handle: "@PriyaFoodie",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-girl-eating-momos_23-2151240683.jpg?_wi=1"},
|
||||||
testimonial: "The Jhol Momos here are a game-changer! So authentic and fresh. My new favorite comfort food spot.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hungry-female-biting-croissant-cafe_651396-1070.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Rahul Singh",
|
name: "Rahul Singh", handle: "@RahulEats", testimonial: "Finally, real Korean Ramen in Ahmedabad! Quick service and every bite is packed with flavor. Highly recommend!", rating: 5,
|
||||||
handle: "@RahulEats",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-indian-man-outdoors_23-2151125275.jpg?_wi=1"},
|
||||||
testimonial: "Finally, real Korean Ramen in Ahmedabad! Quick service and every bite is packed with flavor. Highly recommend!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-some-takeaway-food-outdoors_23-2149050410.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Ananya Gupta",
|
name: "Ananya Gupta", handle: "@Ananya_G", testimonial: "Their Schezwan Noodles are perfectly spicy. Great spot for a quick, delicious, and hygienic meal.", rating: 5,
|
||||||
handle: "@Ananya_G",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-indian-woman-street_23-2151069502.jpg?_wi=1"},
|
||||||
testimonial: "Their Schezwan Noodles are perfectly spicy. Great spot for a quick, delicious, and hygienic meal.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-delicious-breakfast_23-2148311708.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Vikram Patel",
|
name: "Vikram Patel", handle: "@VikramFood", testimonial: "Affordable, fresh, and consistently tasty. Ditya Momo has become my go-to for late-night cravings.", rating: 5,
|
||||||
handle: "@VikramFood",
|
imageSrc: "http://img.b2bpic.net/free-photo/indian-woman-eating-fried-chicken_23-2149603348.jpg?_wi=1"},
|
||||||
testimonial: "Affordable, fresh, and consistently tasty. Ditya Momo has become my go-to for late-night cravings.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-food-drinks-dinner-party_23-2150763400.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Diya Mehta",
|
name: "Diya Mehta", handle: "@Diya_M", testimonial: "I love the vibe and the quick service. The Korean Spicy Bowl is a must-try for any spice lover!", rating: 5,
|
||||||
handle: "@Diya_M",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-girl-eating-momos_23-2151240683.jpg?_wi=2"},
|
||||||
testimonial: "I love the vibe and the quick service. The Korean Spicy Bowl is a must-try for any spice lover!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-posing-vegetables-bag_23-2148332119.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
tag="Taste the Tradition"
|
tag="Taste the Tradition"
|
||||||
tagAnimation="none"
|
tagAnimation="none"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Our Menu",
|
text: "View Our Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Order Now",
|
text: "Order Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="none"
|
buttonAnimation="none"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-afro-male-student-holding-books-hand-standing-against-university-building_23-2148093207.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-indian-girl-eating-momos_23-2151240683.jpg", alt: "Customer Priya Sharma"},
|
||||||
alt: "Customer Priya Sharma",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367139.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-handsome-indian-man-outdoors_23-2151125275.jpg", alt: "Customer Rahul Singh"},
|
||||||
alt: "Customer Rahul Singh",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/cheerful-good-looking-middle-eastern-guy-show-okay-gesture-guarantee-quality_176420-20477.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-indian-woman-street_23-2151069502.jpg", alt: "Customer Ananya Gupta"},
|
||||||
alt: "Customer Ananya Gupta",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100202.jpg",
|
src: "http://img.b2bpic.net/free-photo/indian-woman-eating-fried-chicken_23-2149603348.jpg", alt: "Customer Vikram Patel"},
|
||||||
alt: "Customer Vikram Patel",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/funny-charming-female-programmer-having-fun-show-tongue-fool-around-coworkers-lunch-break-smi_1258-134496.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-indian-girl-eating-momos_23-2151240683.jpg", alt: "Customer Diya Mehta"},
|
||||||
alt: "Customer Diya Mehta",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Loved by thousands of foodies"
|
avatarText="Loved by thousands of foodies"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/woman-with-eating-disorder-trying-eat-healthy_23-2149229152.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/momos-served-with-chili-sauce-bowl_23-2149591321.jpg?_wi=1"
|
||||||
imageAlt="Himalayan Jhol Momos and Korean Ramen spread on a table"
|
imageAlt="Himalayan Jhol Momos and Korean Ramen spread on a table"
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
/>
|
/>
|
||||||
@@ -159,22 +111,16 @@ export default function LandingPage() {
|
|||||||
tag="About Us"
|
tag="About Us"
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Hygienic & Fresh",
|
title: "Hygienic & Fresh", description: "We ensure daily ingredient freshness checks and maintain an open, spotless kitchen.", icon: Sparkles,
|
||||||
description: "We ensure daily ingredient freshness checks and maintain an open, spotless kitchen.",
|
|
||||||
icon: Sparkles,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Authentic Flavors",
|
title: "Authentic Flavors", description: "Our recipes are crafted to deliver the true taste of Himalayan and Korean street food.", icon: Award,
|
||||||
description: "Our recipes are crafted to deliver the true taste of Himalayan and Korean street food.",
|
|
||||||
icon: Award,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Quick & Affordable",
|
title: "Quick & Affordable", description: "Enjoy fast service and delicious meals that won't break the bank.", icon: Zap,
|
||||||
description: "Enjoy fast service and delicious meals that won't break the bank.",
|
|
||||||
icon: Zap,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145558.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/delicious-food-concept-with-chicken-chowmein_23-2149367463.jpg"
|
||||||
imageAlt="Clean and open kitchen at Ditya Momo & More with chefs preparing food"
|
imageAlt="Clean and open kitchen at Ditya Momo & More with chefs preparing food"
|
||||||
mediaAnimation="none"
|
mediaAnimation="none"
|
||||||
/>
|
/>
|
||||||
@@ -188,27 +134,15 @@ export default function LandingPage() {
|
|||||||
tag="Our Promise"
|
tag="Our Promise"
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Signature Himalayan Jhol Momos", content: "Experience the unique tangy and spicy broth, a true taste of the Himalayas. Our momos are freshly steamed and served in a rich, flavorful soup."},
|
||||||
title: "Signature Himalayan Jhol Momos",
|
|
||||||
content: "Experience the unique tangy and spicy broth, a true taste of the Himalayas. Our momos are freshly steamed and served in a rich, flavorful soup.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Irresistible Korean Ramen", content: "Dive into a bowl of authentic Korean Ramen, crafted with rich broths, fresh ingredients, and customizable spice levels to suit your palate."},
|
||||||
title: "Irresistible Korean Ramen",
|
|
||||||
content: "Dive into a bowl of authentic Korean Ramen, crafted with rich broths, fresh ingredients, and customizable spice levels to suit your palate.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Delicious Chinese Noodles & Fast Food", content: "From street-style Schezwan noodles to classic Chinese fast food, we bring you quick, delicious, and perfectly seasoned dishes."},
|
||||||
title: "Delicious Chinese Noodles & Fast Food",
|
|
||||||
content: "From street-style Schezwan noodles to classic Chinese fast food, we bring you quick, delicious, and perfectly seasoned dishes.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Fresh & Hygienic Preparation", content: "Our open kitchen concept ensures you see the freshness and cleanliness with which every meal is prepared, using only premium ingredients."},
|
||||||
title: "Fresh & Hygienic Preparation",
|
|
||||||
content: "Our open kitchen concept ensures you see the freshness and cleanliness with which every meal is prepared, using only premium ingredients.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-arrangement_23-2149076074.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-man-eating-ramen-cafe_23-2149666012.jpg?_wi=1"
|
||||||
imageAlt="Close-up of freshly served Himalayan Jhol Momos in a bowl"
|
imageAlt="Close-up of freshly served Himalayan Jhol Momos in a bowl"
|
||||||
mediaAnimation="none"
|
mediaAnimation="none"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
@@ -223,53 +157,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Himalayan Jhol Momos", price: "₹150", variant: "Spicy broth, 6 pcs", imageSrc: "http://img.b2bpic.net/free-photo/momos-served-with-chili-sauce-bowl_23-2149591321.jpg?_wi=2", imageAlt: "Himalayan Jhol Momos"},
|
||||||
name: "Himalayan Jhol Momos",
|
|
||||||
price: "₹150",
|
|
||||||
variant: "Spicy broth, 6 pcs",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/khinkali-with-meat-salad-bread-compote-salt-table_140725-11079.jpg",
|
|
||||||
imageAlt: "Himalayan Jhol Momos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Korean Ramen Noodles", price: "₹180", variant: "Veg/Non-Veg, customizable spice", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-eating-soup_23-2149635905.jpg", imageAlt: "Korean Ramen Noodles"},
|
||||||
name: "Korean Ramen Noodles",
|
|
||||||
price: "₹180",
|
|
||||||
variant: "Veg/Non-Veg, customizable spice",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269163.jpg",
|
|
||||||
imageAlt: "Korean Ramen Noodles",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Steamed Momos", price: "₹100", variant: "Veg/Paneer/Chicken, 6 pcs", imageSrc: "http://img.b2bpic.net/free-photo/delicious-momo-sauce_23-2149503714.jpg?_wi=1", imageAlt: "Steamed Momos"},
|
||||||
name: "Steamed Momos",
|
|
||||||
price: "₹100",
|
|
||||||
variant: "Veg/Paneer/Chicken, 6 pcs",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-asian-dumplings-with-meat-vegetables-served-with-soy-sauce-plate-rustic-table_141793-8476.jpg",
|
|
||||||
imageAlt: "Steamed Momos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Fried Momos", price: "₹120", variant: "Crispy Veg/Chicken, 6 pcs", imageSrc: "http://img.b2bpic.net/free-photo/delicious-momo-sauce_23-2149503714.jpg?_wi=2", imageAlt: "Fried Momos"},
|
||||||
name: "Fried Momos",
|
|
||||||
price: "₹120",
|
|
||||||
variant: "Crispy Veg/Chicken, 6 pcs",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-japanese-dumplings-assortment_23-2148809861.jpg",
|
|
||||||
imageAlt: "Fried Momos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Schezwan Noodles", price: "₹130", variant: "Veg/Egg/Chicken", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-concept-with-fried-noodles_23-2149367468.jpg", imageAlt: "Schezwan Noodles"},
|
||||||
name: "Schezwan Noodles",
|
|
||||||
price: "₹130",
|
|
||||||
variant: "Veg/Egg/Chicken",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-corn-dogs-sauce_23-2149455105.jpg",
|
|
||||||
imageAlt: "Schezwan Noodles",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Korean Spicy Bowls", price: "₹190", variant: "Rice/Noodle base, Veg/Chicken", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-man-eating-ramen-cafe_23-2149666012.jpg?_wi=2", imageAlt: "Korean Spicy Bowls"},
|
||||||
name: "Korean Spicy Bowls",
|
|
||||||
price: "₹190",
|
|
||||||
variant: "Rice/Noodle base, Veg/Chicken",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/korean-instant-noodle-tteokbokki-korean-spicy-sauce-ancient-food_1150-43001.jpg",
|
|
||||||
imageAlt: "Korean Spicy Bowls",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Authentic Menu: Crafted for Your Cravings"
|
title="Our Authentic Menu: Crafted for Your Cravings"
|
||||||
description="Explore our signature dishes that bring the vibrant flavors of Himalayan, Korean, and Chinese street food directly to your table."
|
description="Explore our signature dishes that bring the vibrant flavors of Himalayan, Korean, and Chinese street food directly to your table."
|
||||||
@@ -284,45 +182,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Aisha Khan", role: "College Student", testimonial: "Ditya Momo is my go-to for delicious and affordable momos. The Jhol Momos are simply the best!", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-girl-eating-momos_23-2151240683.jpg?_wi=3", imageAlt: "Aisha Khan"},
|
||||||
name: "Aisha Khan",
|
|
||||||
role: "College Student",
|
|
||||||
testimonial: "Ditya Momo is my go-to for delicious and affordable momos. The Jhol Momos are simply the best!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-carrying-instant-noodles-with-chopsticks-mouth-front-laptop_1098-17241.jpg",
|
|
||||||
imageAlt: "Aisha Khan",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Rohan Das", role: "Young Professional", testimonial: "The Korean Ramen here transports me straight to Seoul. It's fast, fresh, and perfectly spiced every time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-indian-man-outdoors_23-2151125275.jpg?_wi=2", imageAlt: "Rohan Das"},
|
||||||
name: "Rohan Das",
|
|
||||||
role: "Young Professional",
|
|
||||||
testimonial: "The Korean Ramen here transports me straight to Seoul. It's fast, fresh, and perfectly spiced every time.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-holding-basket-with-potato-cips-blue-surface-cinema-movies-film-theater-male_140725-71745.jpg",
|
|
||||||
imageAlt: "Rohan Das",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Neha Sharma", role: "Local Resident", testimonial: "I appreciate the cleanliness and consistency. My family loves the fried momos and Schezwan noodles.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-indian-woman-street_23-2151069502.jpg?_wi=2", imageAlt: "Neha Sharma"},
|
||||||
name: "Neha Sharma",
|
|
||||||
role: "Local Resident",
|
|
||||||
testimonial: "I appreciate the cleanliness and consistency. My family loves the fried momos and Schezwan noodles.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-woman-having-fun-restaurant_23-2149237471.jpg",
|
|
||||||
imageAlt: "Neha Sharma",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Aryan Gupta", role: "Food Blogger", testimonial: "A hidden gem in Vastrapur! Ditya Momo offers Instagram-worthy food that tastes as good as it looks. Don't miss the Korean Spicy Bowl.", imageSrc: "http://img.b2bpic.net/free-photo/indian-woman-eating-fried-chicken_23-2149603348.jpg?_wi=2", imageAlt: "Aryan Gupta"},
|
||||||
name: "Aryan Gupta",
|
|
||||||
role: "Food Blogger",
|
|
||||||
testimonial: "A hidden gem in Vastrapur! Ditya Momo offers Instagram-worthy food that tastes as good as it looks. Don't miss the Korean Spicy Bowl.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-pleasant-looking-afro-american-woman-enjoys-time-cafeteria_273609-28704.jpg",
|
|
||||||
imageAlt: "Aryan Gupta",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Sonia Verma", role: "Student", testimonial: "Perfect for late-night study cravings. Quick, hot, and authentic. The staff is super friendly too!", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-girl-eating-momos_23-2151240683.jpg?_wi=4", imageAlt: "Sonia Verma"},
|
||||||
name: "Sonia Verma",
|
|
||||||
role: "Student",
|
|
||||||
testimonial: "Perfect for late-night study cravings. Quick, hot, and authentic. The staff is super friendly too!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smile-sign-concept-with-vegan-lunch-space_23-2147866407.jpg",
|
|
||||||
imageAlt: "Sonia Verma",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Hear From Our Happy Customers"
|
title="Hear From Our Happy Customers"
|
||||||
description="Our customers love the authentic flavors, quick service, and hygienic food we offer. Their smiles are our biggest reward!"
|
description="Our customers love the authentic flavors, quick service, and hygienic food we offer. Their smiles are our biggest reward!"
|
||||||
@@ -337,40 +205,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "4.5+", title: "Google Rating", items: [
|
||||||
value: "4.5+",
|
"Consistently high reviews", "Customer satisfaction"],
|
||||||
title: "Google Rating",
|
|
||||||
items: [
|
|
||||||
"Consistently high reviews",
|
|
||||||
"Customer satisfaction",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "40%", title: "Repeat Customers", items: [
|
||||||
value: "40%",
|
"Loyal foodie community", "Building strong relationships"],
|
||||||
title: "Repeat Customers",
|
|
||||||
items: [
|
|
||||||
"Loyal foodie community",
|
|
||||||
"Building strong relationships",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "100+", title: "Daily Orders", items: [
|
||||||
value: "100+",
|
"Growing demand", "Efficient service"],
|
||||||
title: "Daily Orders",
|
|
||||||
items: [
|
|
||||||
"Growing demand",
|
|
||||||
"Efficient service",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m4",
|
id: "m4", value: "<15 Min", title: "Avg. Wait Time", items: [
|
||||||
value: "<15 Min",
|
"Fast & fresh service", "Optimized operations"],
|
||||||
title: "Avg. Wait Time",
|
|
||||||
items: [
|
|
||||||
"Fast & fresh service",
|
|
||||||
"Optimized operations",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Journey to Excellence"
|
title="Our Journey to Excellence"
|
||||||
@@ -384,30 +232,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "What are Himalayan Jhol Momos?", content: "Our Himalayan Jhol Momos are steamed dumplings served in a special tangy and spicy liquid broth, a traditional Nepali delicacy unique to our menu."},
|
||||||
title: "What are Himalayan Jhol Momos?",
|
|
||||||
content: "Our Himalayan Jhol Momos are steamed dumplings served in a special tangy and spicy liquid broth, a traditional Nepali delicacy unique to our menu.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Do you offer vegetarian options?", content: "Yes, we have a wide range of vegetarian options including Veg Momos, Paneer Momos, Veg Ramen, Schezwan Noodles with vegetables, and various Korean Spicy Bowls."},
|
||||||
title: "Do you offer vegetarian options?",
|
|
||||||
content: "Yes, we have a wide range of vegetarian options including Veg Momos, Paneer Momos, Veg Ramen, Schezwan Noodles with vegetables, and various Korean Spicy Bowls.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "What are your operating hours?", content: "We are open daily from 5 PM to 12 AM, perfect for your evening cravings and late-night comfort food needs."},
|
||||||
title: "What are your operating hours?",
|
|
||||||
content: "We are open daily from 5 PM to 12 AM, perfect for your evening cravings and late-night comfort food needs.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f4",
|
id: "f4", title: "Can I order for delivery?", content: "Currently, we offer quick takeaway. We are actively working on expanding to Swiggy and Zomato for online delivery soon!"},
|
||||||
title: "Can I order for delivery?",
|
|
||||||
content: "Currently, we offer quick takeaway. We are actively working on expanding to Swiggy and Zomato for online delivery soon!",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f5",
|
id: "f5", title: "How do you ensure hygiene?", content: "We maintain an open kitchen with daily freshness checks for all ingredients and strict adherence to SOPs for food preparation and handling."},
|
||||||
title: "How do you ensure hygiene?",
|
|
||||||
content: "We maintain an open kitchen with daily freshness checks for all ingredients and strict adherence to SOPs for food preparation and handling.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Got Questions? We've Got Answers!"
|
sideTitle="Got Questions? We've Got Answers!"
|
||||||
sideDescription="Find quick answers to common queries about our menu, service, and operations."
|
sideDescription="Find quick answers to common queries about our menu, service, and operations."
|
||||||
@@ -421,16 +254,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Google Reviews",
|
"Google Reviews", "Instagram Foodies", "Local Food Bloggers", "Vastrapur College Groups", "Ahmedabad Food Scene", "Swiggy (Coming Soon)", "Zomato (Coming Soon)", "Gujarat Food Critics", "City Food Guides"]}
|
||||||
"Instagram Foodies",
|
|
||||||
"Local Food Bloggers",
|
|
||||||
"Vastrapur College Groups",
|
|
||||||
"Ahmedabad Food Scene",
|
|
||||||
"Swiggy (Coming Soon)",
|
|
||||||
"Zomato (Coming Soon)",
|
|
||||||
"Gujarat Food Critics",
|
|
||||||
"City Food Guides",
|
|
||||||
]}
|
|
||||||
title="Featured & Trusted By"
|
title="Featured & Trusted By"
|
||||||
description="Our commitment to quality and taste has earned us recognition from local communities, food platforms, and beloved food enthusiasts."
|
description="Our commitment to quality and taste has earned us recognition from local communities, food platforms, and beloved food enthusiasts."
|
||||||
tag="Our Community"
|
tag="Our Community"
|
||||||
@@ -442,8 +266,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Connect With Us"
|
tag="Connect With Us"
|
||||||
title="Craving something delicious?"
|
title="Craving something delicious?"
|
||||||
description="Reach out to us for catering inquiries, feedback, or just to say hello! We're always eager to connect with our food-loving community."
|
description="Reach out to us for catering inquiries, feedback, or just to say hello! We're always eager to connect with our food-loving community."
|
||||||
@@ -461,23 +284,17 @@ export default function LandingPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Instagram,
|
icon: Instagram,
|
||||||
href: "https://instagram.com/dityamomo",
|
href: "https://instagram.com/dityamomo", ariaLabel: "Instagram page"},
|
||||||
ariaLabel: "Instagram page",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Facebook,
|
icon: Facebook,
|
||||||
href: "https://facebook.com/dityamomo",
|
href: "https://facebook.com/dityamomo", ariaLabel: "Facebook page"},
|
||||||
ariaLabel: "Facebook page",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Twitter,
|
icon: Twitter,
|
||||||
href: "https://twitter.com/dityamomo",
|
href: "https://twitter.com/dityamomo", ariaLabel: "Twitter page"},
|
||||||
ariaLabel: "Twitter page",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user