Update src/app/page.tsx
This commit is contained in:
236
src/app/page.tsx
236
src/app/page.tsx
@@ -32,82 +32,47 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="UNIQUE TASTY BITES"
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "#menu",
|
||||
}}
|
||||
text: "Order Online", href: "#menu"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="UNIQUE TASTY BITES"
|
||||
description="Authentic Chinese and Fast Food Delights in Kirti Nagar, New Delhi. Experience the taste that keeps everyone coming back!"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Online", href: "#menu"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-traditional-indonesian-bakso_23-2148933292.jpg",
|
||||
imageAlt: "Delicious Honey Chilli Potato",
|
||||
},
|
||||
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", imageAlt: "Delicious Honey Chilli Potato"},
|
||||
{
|
||||
id: "2",
|
||||
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: "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"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543832.jpg",
|
||||
imageAlt: "Stir-fried Chowmein Noodles",
|
||||
},
|
||||
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", imageAlt: "Stir-fried Chowmein Noodles"},
|
||||
{
|
||||
id: "4",
|
||||
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: "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"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spring-rolls_74190-1408.jpg",
|
||||
imageAlt: "Crispy Spring Rolls and Honey Chilli Potato",
|
||||
},
|
||||
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", imageAlt: "Crispy Spring Rolls"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-meal-with-sambal-assortment_23-2149076118.jpg",
|
||||
imageAlt: "Steaming Momos with Chutney",
|
||||
},
|
||||
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", imageAlt: "Steaming Momos with Chutney"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -121,9 +86,7 @@ export default function LandingPage() {
|
||||
title="Serving Up Unique Flavors Since Day One"
|
||||
buttons={[
|
||||
{
|
||||
text: "See Our Location",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=UNIQUE+TASTY+BITES,+Kirti+Nagar,+New+Delhi",
|
||||
},
|
||||
text: "See Our Location", href: "https://www.google.com/maps/dir/?api=1&destination=UNIQUE+TASTY+BITES,+Kirti+Nagar,+New+Delhi"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,24 +99,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Honey Chilli Potato",
|
||||
description: "Our signature crispy potatoes tossed in a sweet and spicy sauce, a crowd favorite.",
|
||||
},
|
||||
title: "Honey Chilli Potato", description: "Our signature crispy potatoes tossed in a sweet and spicy sauce, a crowd favorite."},
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Authentic Momos",
|
||||
description: "Steamed or fried, our veg and non-veg momos are juicy and packed with flavor, served with spicy chutney.",
|
||||
},
|
||||
title: "Authentic Momos", description: "Steamed or fried, our veg and non-veg momos are juicy and packed with flavor, served with spicy chutney."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Flavorful Chowmein",
|
||||
description: "Classic stir-fried noodles with fresh vegetables and your choice of protein, perfectly seasoned.",
|
||||
},
|
||||
title: "Flavorful Chowmein", description: "Classic stir-fried noodles with fresh vegetables and your choice of protein, perfectly seasoned."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Tasty Burgers",
|
||||
description: "Satisfy your cravings with our delicious burgers, made with fresh patties and crunchy vegetables.",
|
||||
},
|
||||
title: "Tasty Burgers", description: "Satisfy your cravings with our delicious burgers, made with fresh patties and crunchy vegetables."},
|
||||
]}
|
||||
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."
|
||||
@@ -170,47 +125,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
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: "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", imageAlt: "Honey Chilli Potato"},
|
||||
{
|
||||
id: "p2",
|
||||
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: "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", imageAlt: "Veg Steamed Momos"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Chicken Chowmein",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg",
|
||||
imageAlt: "Chicken Chowmein",
|
||||
},
|
||||
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", imageAlt: "Chicken Chowmein"},
|
||||
{
|
||||
id: "p4",
|
||||
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: "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", imageAlt: "Veg Spring Roll"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Paneer Burger",
|
||||
price: "₹100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-assortment_23-2148868205.jpg",
|
||||
imageAlt: "Paneer Burger",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "p6",
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
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!"
|
||||
@@ -227,45 +152,15 @@ export default function LandingPage() {
|
||||
uniformGridCustomHeightClasses="min-h-none"
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
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."
|
||||
@@ -278,25 +173,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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).",
|
||||
},
|
||||
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)."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common questions about our food van, ordering, and services."
|
||||
@@ -309,24 +192,17 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get In Touch"
|
||||
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!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=UNIQUE+TASTY+BITES,+Kirti+Nagar,+New+Delhi",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=UNIQUE+TASTY+BITES,+Kirti+Nagar,+New+Delhi"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+917428419285",
|
||||
},
|
||||
text: "Call Us", href: "tel:+917428419285"},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Now", href: "#menu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -335,41 +211,25 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call: +91 74284 19285",
|
||||
href: "tel:+917428419285",
|
||||
},
|
||||
label: "Call: +91 74284 19285", href: "tel:+917428419285"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=UNIQUE+TASTY+BITES,+Kirti+Nagar,+New+Delhi",
|
||||
},
|
||||
label: "Directions", href: "https://www.google.com/maps/dir/?api=1&destination=UNIQUE+TASTY+BITES,+Kirti+Nagar,+New+Delhi"},
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Order Online", href: "#menu"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user