Merge version_2 into main #2
230
src/app/page.tsx
230
src/app/page.tsx
@@ -50,39 +50,20 @@ export default function HomePage() {
|
||||
background={{ variant: "glowing-orb" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rajesh Kumar",
|
||||
handle: "Truck Driver",
|
||||
testimonial: "Best dhaba on this highway. Fresh food and quick service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
name: "Rajesh Kumar", handle: "Truck Driver", testimonial: "Best dhaba on this highway. Fresh food and quick service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg?_wi=1", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
name: "Priya Singh",
|
||||
handle: "Family Traveler",
|
||||
testimonial: "Perfect stop for family travels. Great food and comfortable seating.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338335.jpg?_wi=1",
|
||||
imageAlt: "Priya Singh",
|
||||
},
|
||||
name: "Priya Singh", handle: "Family Traveler", testimonial: "Perfect stop for family travels. Great food and comfortable seating.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338335.jpg?_wi=1", imageAlt: "Priya Singh"},
|
||||
{
|
||||
name: "Arun Patel",
|
||||
handle: "Regular Customer",
|
||||
testimonial: "24-hour service is lifesaver. Always fresh and delicious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg?_wi=1",
|
||||
imageAlt: "Arun Patel",
|
||||
},
|
||||
name: "Arun Patel", handle: "Regular Customer", testimonial: "24-hour service is lifesaver. Always fresh and delicious.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg?_wi=1", imageAlt: "Arun Patel"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+917667116066",
|
||||
},
|
||||
text: "Call Now", href: "tel:+917667116066"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=NH+43+Sini+Jharkhand+Sheetal+Chhaya",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=NH+43+Sini+Jharkhand+Sheetal+Chhaya"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -97,47 +78,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "feature-1",
|
||||
label: "24/7",
|
||||
title: "Always Open for You",
|
||||
items: [
|
||||
"Open round the clock",
|
||||
"No closing time",
|
||||
"Late-night meals available",
|
||||
],
|
||||
id: "feature-1", label: "24/7", title: "Always Open for You", items: [
|
||||
"Open round the clock", "No closing time", "Late-night meals available"],
|
||||
buttons: [],
|
||||
},
|
||||
{
|
||||
id: "feature-2",
|
||||
label: "Fresh",
|
||||
title: "Freshly Cooked Every Time",
|
||||
items: [
|
||||
"Cooked fresh to order",
|
||||
"No pre-prepared items",
|
||||
"Quality ingredients sourced daily",
|
||||
],
|
||||
id: "feature-2", label: "Fresh", title: "Freshly Cooked Every Time", items: [
|
||||
"Cooked fresh to order", "No pre-prepared items", "Quality ingredients sourced daily"],
|
||||
buttons: [],
|
||||
},
|
||||
{
|
||||
id: "feature-3",
|
||||
label: "Quick",
|
||||
title: "Fast Service for Travelers",
|
||||
items: [
|
||||
"Quick meal preparation",
|
||||
"No long waiting lines",
|
||||
"Perfect for highway stops",
|
||||
],
|
||||
id: "feature-3", label: "Quick", title: "Fast Service for Travelers", items: [
|
||||
"Quick meal preparation", "No long waiting lines", "Perfect for highway stops"],
|
||||
buttons: [],
|
||||
},
|
||||
{
|
||||
id: "feature-4",
|
||||
label: "Family",
|
||||
title: "Family Friendly Seating",
|
||||
items: [
|
||||
"Clean and comfortable environment",
|
||||
"Spacious seating area",
|
||||
"Perfect for families and groups",
|
||||
],
|
||||
id: "feature-4", label: "Family", title: "Family Friendly Seating", items: [
|
||||
"Clean and comfortable environment", "Spacious seating area", "Perfect for families and groups"],
|
||||
buttons: [],
|
||||
},
|
||||
]}
|
||||
@@ -155,47 +112,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Butter Chicken",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-sauce-tomatoes-chicken-with-lemon-herbs-board-colorful-spices_140725-72602.jpg?_wi=1",
|
||||
imageAlt: "Delicious butter chicken curry",
|
||||
},
|
||||
id: "1", name: "Butter Chicken", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-sauce-tomatoes-chicken-with-lemon-herbs-board-colorful-spices_140725-72602.jpg?_wi=1", imageAlt: "Delicious butter chicken curry"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tandoori Roti",
|
||||
price: "₹40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pakistani-dish-arrangement-high-angle_23-2148825105.jpg?_wi=1",
|
||||
imageAlt: "Fresh tandoori roti bread",
|
||||
},
|
||||
id: "2", name: "Tandoori Roti", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/pakistani-dish-arrangement-high-angle_23-2148825105.jpg?_wi=1", imageAlt: "Fresh tandoori roti bread"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dal Tadka",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-green-bell-peppers-dark-background-vegetable-dish-meat-cook-food-cuisine-meal-cooking-dinner-free-place_140725-157063.jpg?_wi=1",
|
||||
imageAlt: "Aromatic dal tadka lentils",
|
||||
},
|
||||
id: "3", name: "Dal Tadka", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-green-bell-peppers-dark-background-vegetable-dish-meat-cook-food-cuisine-meal-cooking-dinner-free-place_140725-157063.jpg?_wi=1", imageAlt: "Aromatic dal tadka lentils"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Paneer Butter Masala",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508958.jpg?_wi=1",
|
||||
imageAlt: "Creamy paneer butter masala",
|
||||
},
|
||||
id: "4", name: "Paneer Butter Masala", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508958.jpg?_wi=1", imageAlt: "Creamy paneer butter masala"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Egg Curry",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-stew-goulash-with-vegetables-served-bowl_1220-7675.jpg?_wi=1",
|
||||
imageAlt: "Spiced egg curry",
|
||||
},
|
||||
id: "5", name: "Egg Curry", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/tasty-stew-goulash-with-vegetables-served-bowl_1220-7675.jpg?_wi=1", imageAlt: "Spiced egg curry"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Biryani",
|
||||
price: "₹220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-colorful-spices-bowl-rice-pilaf-board_140725-74078.jpg?_wi=1",
|
||||
imageAlt: "Fragrant chicken biryani",
|
||||
},
|
||||
id: "6", name: "Biryani", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-colorful-spices-bowl-rice-pilaf-board_140725-74078.jpg?_wi=1", imageAlt: "Fragrant chicken biryani"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -211,29 +138,17 @@ export default function HomePage() {
|
||||
author="Vikram Singh, Highway Traveler"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg",
|
||||
alt: "Traveler 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg", alt: "Traveler 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338335.jpg",
|
||||
alt: "Traveler 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338335.jpg", alt: "Traveler 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg",
|
||||
alt: "Traveler 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg", alt: "Traveler 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-resting-relaxing-sitting-cafe-smiling-drinking-coffee_176420-12323.jpg",
|
||||
alt: "Traveler 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-resting-relaxing-sitting-cafe-smiling-drinking-coffee_176420-12323.jpg", alt: "Traveler 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-tourist-active-wear_273609-25808.jpg",
|
||||
alt: "Traveler 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-tourist-active-wear_273609-25808.jpg", alt: "Traveler 5"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-friends-playing-videogame_23-2150571997.jpg",
|
||||
alt: "Traveler 6",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-friends-playing-videogame_23-2150571997.jpg", alt: "Traveler 6"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -246,35 +161,21 @@ export default function HomePage() {
|
||||
ctaTitle="Visit Us Now"
|
||||
ctaDescription="Located on NH-43 near Sini, Jharkhand. Easy to find from the highway."
|
||||
ctaButton={{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=NH+43+Adityapur+Chaibasa+Road+Sini+Jharkhand+833220",
|
||||
}}
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=NH+43+Adityapur+Chaibasa+Road+Sini+Jharkhand+833220"}}
|
||||
ctaIcon={MapPin}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your operating hours?",
|
||||
content:
|
||||
"We are open 24 hours, 7 days a week. Stop by anytime for fresh food and comfortable dining.",
|
||||
},
|
||||
id: "1", title: "Can I make reservations?", content:
|
||||
"Yes, you can call us at 076671 16066 or fill out our online reservation form to book your table."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer takeaway and delivery?",
|
||||
content:
|
||||
"Yes! We offer dine-in, drive-through, and no-contact delivery services for your convenience.",
|
||||
},
|
||||
id: "2", title: "What are your operating hours?", content:
|
||||
"We are open 24 hours, 7 days a week. Stop by anytime for fresh food and comfortable dining."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I make reservations?",
|
||||
content:
|
||||
"Yes, you can call us at 076671 16066 or fill out our online reservation form to book your table.",
|
||||
},
|
||||
id: "3", title: "Do you offer takeaway and delivery?", content:
|
||||
"Yes! We offer dine-in, drive-through, and no-contact delivery services for your convenience."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What is your Google Plus Code?",
|
||||
content:
|
||||
"Our Google Plus Code is QX68+3V Sini, Jharkhand. Use this for easy navigation and location sharing.",
|
||||
},
|
||||
id: "4", title: "What is your Google Plus Code?", content:
|
||||
"Our Google Plus Code is QX68+3V Sini, Jharkhand. Use this for easy navigation and location sharing."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -286,66 +187,39 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Menu", href: "/contact"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Reviews", href: "/contact"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "About", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Us",
|
||||
items: [
|
||||
title: "Contact Us", items: [
|
||||
{
|
||||
label: "Call: 076671 16066",
|
||||
href: "tel:+917667116066",
|
||||
},
|
||||
label: "Call: 076671 16066", href: "tel:+917667116066"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/917667116066",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/917667116066"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "https://maps.google.com/?q=NH+43+Sini+Jharkhand",
|
||||
},
|
||||
label: "Directions", href: "https://maps.google.com/?q=NH+43+Sini+Jharkhand"},
|
||||
{
|
||||
label: "Contact Form",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Form", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "NH 43, Adityapur-Chaibasa Road",
|
||||
href: "#",
|
||||
},
|
||||
label: "NH 43, Adityapur-Chaibasa Road", href: "#"},
|
||||
{
|
||||
label: "Dugni, Sini, Jharkhand 833220",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dugni, Sini, Jharkhand 833220", href: "#"},
|
||||
{
|
||||
label: "Open 24 Hours",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open 24 Hours", href: "#"},
|
||||
{
|
||||
label: "Google Plus Code: QX68+3V",
|
||||
href: "#",
|
||||
},
|
||||
label: "Google Plus Code: QX68+3V", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user