2 Commits

Author SHA1 Message Date
25c1e414fc Update src/app/page.tsx 2026-06-09 08:09:33 +00:00
8bd0464bb3 Update src/app/page.tsx 2026-06-09 08:09:09 +00:00

View File

@@ -32,82 +32,47 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "Menu", name: "Menu", id: "#menu"},
id: "#menu",
},
{ {
name: "About Us", name: "About Us", id: "#about"},
id: "#about",
},
{ {
name: "Reviews", name: "Reviews", id: "#reviews"},
id: "#reviews",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="UNIQUE TASTY BITES" brandName="UNIQUE TASTY BITES"
button={{ button={{
text: "Order Online", text: "Order Online", href: "#menu"}}
href: "#menu",
}}
/> />
</div> </div>
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ background={{
variant: "rotated-rays-static", variant: "rotated-rays-static"}}
}}
title="UNIQUE TASTY BITES" title="UNIQUE TASTY BITES"
description="Authentic Chinese and Fast Food Delights in Kirti Nagar, New Delhi. Experience the taste that keeps everyone coming back!" description="Authentic Chinese and Fast Food Delights in Kirti Nagar, New Delhi. Experience the taste that keeps everyone coming back!"
buttons={[ buttons={[
{ {
text: "View Our Menu", text: "View Our Menu", href: "#menu"},
href: "#menu",
},
{ {
text: "Order Online", text: "Order Online", href: "#menu"},
href: "#menu",
},
]} ]}
carouselItems={[ carouselItems={[
{ {
id: "1", id: "1", imageSrc: "https://images.unsplash.com/photo-1606774900720-3b1a8f9f8c6f?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Delicious Honey Chilli Potato"},
imageSrc: "http://img.b2bpic.net/free-photo/assortment-traditional-indonesian-bakso_23-2148933292.jpg",
imageAlt: "Delicious Honey Chilli Potato",
},
{ {
id: "2", id: "2", imageSrc: "https://images.unsplash.com/photo-1627889704603-9d044ccdc6f8?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Assorted Fast Food Dishes"},
imageSrc: "http://img.b2bpic.net/free-photo/fried-flatbread-stuffed-with-vegetables-served-with-lettuce-soup-plate_140725-1359.jpg",
imageAlt: "Assorted Fast Food Dishes",
},
{ {
id: "3", id: "3", imageSrc: "https://images.unsplash.com/photo-1626775618456-ee0b31e138a2?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Stir-fried Chowmein Noodles"},
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543832.jpg",
imageAlt: "Stir-fried Chowmein Noodles",
},
{ {
id: "4", id: "4", imageSrc: "https://images.unsplash.com/photo-1563729781491-c98e16273950?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Variety of Indian Chinese Dishes"},
imageSrc: "http://img.b2bpic.net/free-photo/ong-chili-paste-mortar-decorated-with-beautiful-side-dishes_1150-24478.jpg",
imageAlt: "Variety of Indian Chinese Dishes",
},
{ {
id: "5", id: "5", imageSrc: "https://images.unsplash.com/photo-1517406608529-026d7c5885f8?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Crispy Spring Rolls"},
imageSrc: "http://img.b2bpic.net/free-photo/spring-rolls_74190-1408.jpg",
imageAlt: "Crispy Spring Rolls and Honey Chilli Potato",
},
{ {
id: "6", id: "6", imageSrc: "https://images.unsplash.com/photo-1596766487103-ef4ff76d91f2?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Steaming Momos with Chutney"},
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-meal-with-sambal-assortment_23-2149076118.jpg",
imageAlt: "Steaming Momos with Chutney",
},
]} ]}
autoPlay={true} autoPlay={true}
autoPlayInterval={4000} autoPlayInterval={4000}
@@ -121,9 +86,7 @@ export default function LandingPage() {
title="Serving Up Unique Flavors Since Day One" title="Serving Up Unique Flavors Since Day One"
buttons={[ buttons={[
{ {
text: "See Our Location", text: "See Our Location", href: "https://www.google.com/maps/dir/?api=1&destination=UNIQUE+TASTY+BITES,+Kirti+Nagar,+New+Delhi"},
href: "https://www.google.com/maps/dir/?api=1&destination=UNIQUE+TASTY+BITES,+Kirti+Nagar,+New+Delhi",
},
]} ]}
/> />
</div> </div>
@@ -136,24 +99,16 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Flame, icon: Flame,
title: "Honey Chilli Potato", title: "Honey Chilli Potato", description: "Our signature crispy potatoes tossed in a sweet and spicy sauce, a crowd favorite."},
description: "Our signature crispy potatoes tossed in a sweet and spicy sauce, a crowd favorite.",
},
{ {
icon: Utensils, icon: Utensils,
title: "Authentic Momos", title: "Authentic Momos", description: "Steamed or fried, our veg and non-veg momos are juicy and packed with flavor, served with spicy chutney."},
description: "Steamed or fried, our veg and non-veg momos are juicy and packed with flavor, served with spicy chutney.",
},
{ {
icon: Star, icon: Star,
title: "Flavorful Chowmein", title: "Flavorful Chowmein", description: "Classic stir-fried noodles with fresh vegetables and your choice of protein, perfectly seasoned."},
description: "Classic stir-fried noodles with fresh vegetables and your choice of protein, perfectly seasoned.",
},
{ {
icon: Star, icon: Star,
title: "Tasty Burgers", title: "Tasty Burgers", description: "Satisfy your cravings with our delicious burgers, made with fresh patties and crunchy vegetables."},
description: "Satisfy your cravings with our delicious burgers, made with fresh patties and crunchy vegetables.",
},
]} ]}
title="Signature Dishes You Can't Miss" title="Signature Dishes You Can't Miss"
description="Explore our most popular and beloved items, crafted with fresh ingredients and our secret blend of spices. Each dish is a testament to our commitment to unique and unforgettable flavors." description="Explore our most popular and beloved items, crafted with fresh ingredients and our secret blend of spices. Each dish is a testament to our commitment to unique and unforgettable flavors."
@@ -170,47 +125,17 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
products={[ products={[
{ {
id: "p1", id: "p1", name: "Honey Chilli Potato", price: "₹120", imageSrc: "https://images.unsplash.com/photo-1606774900720-3b1a8f9f8c6f?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Honey Chilli Potato"},
name: "Honey Chilli Potato",
price: "₹120",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fried-potatoes-inside-plate-with-seasonings-dark-grey-table_140725-137063.jpg",
imageAlt: "Honey Chilli Potato",
},
{ {
id: "p2", id: "p2", name: "Veg Steamed Momos (6 Pcs)", price: "₹80", imageSrc: "https://images.unsplash.com/photo-1596766487103-ef4ff76d91f2?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Veg Steamed Momos"},
name: "Veg Steamed Momos (6 Pcs)",
price: "₹80",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-asian-food-composition_23-2149035109.jpg",
imageAlt: "Veg Steamed Momos",
},
{ {
id: "p3", id: "p3", name: "Chicken Chowmein", price: "₹150", imageSrc: "https://images.unsplash.com/photo-1626775618456-ee0b31e138a2?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Chicken Chowmein"},
name: "Chicken Chowmein",
price: "₹150",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg",
imageAlt: "Chicken Chowmein",
},
{ {
id: "p4", id: "p4", name: "Veg Spring Roll (2 Pcs)", price: "₹90", imageSrc: "https://images.unsplash.com/photo-1517406608529-026d7c5885f8?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Veg Spring Roll"},
name: "Veg Spring Roll (2 Pcs)",
price: "₹90",
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-spring-rolls-dark-background_84443-85719.jpg",
imageAlt: "Veg Spring Roll",
},
{ {
id: "p5", id: "p5", name: "Paneer Burger", price: "₹100", imageSrc: "https://images.unsplash.com/photo-1571091718767-f87c73c683b7?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Paneer Burger"},
name: "Paneer Burger",
price: "₹100",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-assortment_23-2148868205.jpg",
imageAlt: "Paneer Burger",
},
{ {
id: "p6", id: "p6", name: "Veg Manchurian Dry", price: "₹130", imageSrc: "https://images.unsplash.com/photo-1602715104975-c54d762f275a?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Veg Manchurian Dry"},
name: "Veg Manchurian Dry",
price: "₹130",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-sweet-chili-pigtail-cheese_140725-6192.jpg",
imageAlt: "Veg Manchurian Dry",
},
]} ]}
title="Explore Our Delicious Offerings" title="Explore Our Delicious Offerings"
description="From classic Chinese to popular street food, our menu is packed with options to satisfy every craving. All items are prepared fresh and served hot!" description="From classic Chinese to popular street food, our menu is packed with options to satisfy every craving. All items are prepared fresh and served hot!"
@@ -227,45 +152,15 @@ export default function LandingPage() {
uniformGridCustomHeightClasses="min-h-none" uniformGridCustomHeightClasses="min-h-none"
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Dimmplle D Sahni", role: "Local Guide", testimonial: "Really very unique in taste, specialist in Momo's veg and non veg food, mast taste And mast prices. burger also tasty.. I like it. No sitting arrangements but tasty food available.", imageSrc: "http://img.b2bpic.net/free-photo/relax-its-okay-portrait-carefree-unbothered-young-man-have-everything-control-assure-gu_1258-109138.jpg", imageAlt: "Dimmplle D Sahni"},
name: "Dimmplle D Sahni",
role: "Local Guide",
testimonial: "Really very unique in taste, specialist in Momo's veg and non veg food, mast taste And mast prices. burger also tasty.. I like it. No sitting arrangements but tasty food available.",
imageSrc: "http://img.b2bpic.net/free-photo/relax-its-okay-portrait-carefree-unbothered-young-man-have-everything-control-assure-gu_1258-109138.jpg",
imageAlt: "Dimmplle D Sahni",
},
{ {
id: "t2", id: "t2", name: "Hemant Chugh", role: "Local Guide", testimonial: "Great place to eat Chinese dishes next to Kirti Nagar bus stand.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-some-street-food_23-2149009630.jpg", imageAlt: "Hemant Chugh"},
name: "Hemant Chugh",
role: "Local Guide",
testimonial: "Great place to eat Chinese dishes next to Kirti Nagar bus stand.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-some-street-food_23-2149009630.jpg",
imageAlt: "Hemant Chugh",
},
{ {
id: "t3", id: "t3", name: "Alok Sinha", role: "Food Enthusiast", testimonial: "Nice place for Chinese food and snacks. I often come here from my office. I like their Vegetable Chowmein and Spring rolls. Other stuffs are good too. All the items are reasonably priced too. And they serve it quick and hot.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-jersey_1187-5170.jpg", imageAlt: "Alok Sinha"},
name: "Alok Sinha",
role: "Food Enthusiast",
testimonial: "Nice place for Chinese food and snacks. I often come here from my office. I like their Vegetable Chowmein and Spring rolls. Other stuffs are good too. All the items are reasonably priced too. And they serve it quick and hot.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-jersey_1187-5170.jpg",
imageAlt: "Alok Sinha",
},
{ {
id: "t4", id: "t4", name: "Priya Sharma", role: "Regular Customer", testimonial: "Authentic Chinese food, hygiene kitchen, very reasonable prices, fast service. Definitely recommend the Honey Chilli Potato!", imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", imageAlt: "Priya Sharma"},
name: "Priya Sharma",
role: "Regular Customer",
testimonial: "Authentic Chinese food, hygiene kitchen, very reasonable prices, fast service. Definitely recommend the Honey Chilli Potato!",
imageSrc: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg",
imageAlt: "Priya Sharma",
},
{ {
id: "t5", id: "t5", name: "Ananya Singh", role: "Local Diner", testimonial: "Food quality and quantity both are awesome! It's my go-to spot for delicious and affordable fast food.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-cape-with-round-delivery-bowl-his-hands-writing-notes-pink-background_140725-40647.jpg", imageAlt: "Ananya Singh"},
name: "Ananya Singh",
role: "Local Diner",
testimonial: "Food quality and quantity both are awesome! It's my go-to spot for delicious and affordable fast food.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-cape-with-round-delivery-bowl-his-hands-writing-notes-pink-background_140725-40647.jpg",
imageAlt: "Ananya Singh",
},
]} ]}
title="Rave Reviews for Our Unique Flavors" title="Rave Reviews for Our Unique Flavors"
description="Hear directly from our satisfied customers about their favorite dishes and why Unique Tasty Bites is their top choice for fast food in Kirti Nagar." description="Hear directly from our satisfied customers about their favorite dishes and why Unique Tasty Bites is their top choice for fast food in Kirti Nagar."
@@ -278,25 +173,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Where is Unique Tasty Bites located?", content: "We are located at King Colour Scan B-Block, opposite PILLAR NO-337, Black B, TAGORE MARKET, Kirti Nagar, New Delhi, Delhi, 110015."},
title: "Where is Unique Tasty Bites located?",
content: "We are located at King Colour Scan B-Block, opposite PILLAR NO-337, Black B, TAGORE MARKET, Kirti Nagar, New Delhi, Delhi, 110015.",
},
{ {
id: "f2", id: "f2", title: "Do you offer delivery or drive-through?", content: "Yes, we offer both drive-through and no-contact delivery services for your convenience."},
title: "Do you offer delivery or drive-through?",
content: "Yes, we offer both drive-through and no-contact delivery services for your convenience.",
},
{ {
id: "f3", id: "f3", title: "Are there any seating arrangements?", content: "As a food van, we primarily offer takeaway, drive-through, and delivery services. There are no dedicated seating arrangements at our location."},
title: "Are there any seating arrangements?",
content: "As a food van, we primarily offer takeaway, drive-through, and delivery services. There are no dedicated seating arrangements at our location.",
},
{ {
id: "f4", id: "f4", title: "What are your operating hours?", content: "We are open daily, closing at 10:30 AM (Wednesday, hours may vary, please call to confirm latest timings)."},
title: "What are your operating hours?",
content: "We are open daily, closing at 10:30 AM (Wednesday, hours may vary, please call to confirm latest timings).",
},
]} ]}
sideTitle="Frequently Asked Questions" sideTitle="Frequently Asked Questions"
sideDescription="Find quick answers to common questions about our food van, ordering, and services." sideDescription="Find quick answers to common questions about our food van, ordering, and services."
@@ -309,24 +192,17 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Get In Touch" tag="Get In Touch"
title="Visit Us or Order Online!" title="Visit Us or Order Online!"
description="Ready for a delicious meal? Find us at our convenient location in Kirti Nagar or call us to place an order for pick-up or no-contact delivery. We look forward to serving you!" description="Ready for a delicious meal? Find us at our convenient location in Kirti Nagar or call us to place an order for pick-up or no-contact delivery. We look forward to serving you!"
buttons={[ buttons={[
{ {
text: "Get Directions", text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=UNIQUE+TASTY+BITES,+Kirti+Nagar,+New+Delhi"},
href: "https://www.google.com/maps/dir/?api=1&destination=UNIQUE+TASTY+BITES,+Kirti+Nagar,+New+Delhi",
},
{ {
text: "Call Us", text: "Call Us", href: "tel:+917428419285"},
href: "tel:+917428419285",
},
{ {
text: "Order Now", text: "Order Now", href: "#menu"},
href: "#menu",
},
]} ]}
/> />
</div> </div>
@@ -335,41 +211,25 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "Home", label: "Home", href: "#home"},
href: "#home",
},
{ {
label: "Menu", label: "Menu", href: "#menu"},
href: "#menu",
},
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Reviews", label: "Reviews", href: "#reviews"},
href: "#reviews",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "Call: +91 74284 19285", label: "Call: +91 74284 19285", href: "tel:+917428419285"},
href: "tel:+917428419285",
},
{ {
label: "Directions", label: "Directions", href: "https://www.google.com/maps/dir/?api=1&destination=UNIQUE+TASTY+BITES,+Kirti+Nagar,+New+Delhi"},
href: "https://www.google.com/maps/dir/?api=1&destination=UNIQUE+TASTY+BITES,+Kirti+Nagar,+New+Delhi",
},
{ {
label: "Order Online", label: "Order Online", href: "#menu"},
href: "#menu",
},
], ],
}, },
]} ]}