Merge version_1 into main #2
@@ -64,13 +64,16 @@ export default function LandingPage() {
|
||||
stats: [
|
||||
{
|
||||
title: "Customer Rating", values: ["4.6", "4.7", "4.6"],
|
||||
description: "Out of 5 stars"},
|
||||
description: "Out of 5 stars"
|
||||
},
|
||||
{
|
||||
title: "Open Hours", values: ["11 AM", "11 AM", "11 AM"],
|
||||
valueSuffix: " - 12 AM", description: "Daily service"},
|
||||
valueSuffix: " - 12 AM", description: "Daily service"
|
||||
},
|
||||
{
|
||||
title: "Happy Customers", values: ["6700", "6800", "6900"],
|
||||
valuePrefix: "+", description: "Reviews across platforms"},
|
||||
valuePrefix: "+", description: "Reviews across platforms"
|
||||
},
|
||||
],
|
||||
chartTitle: "Weekly Visitors", chartData: [
|
||||
{ value: 45 },
|
||||
@@ -82,15 +85,19 @@ export default function LandingPage() {
|
||||
listTitle: "Today's Specials", listItems: [
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Chilli Garlic Noodles", status: "Available"},
|
||||
title: "Chilli Garlic Noodles", status: "Available"
|
||||
},
|
||||
{
|
||||
icon: Pizza,
|
||||
title: "BBQ Pizza", status: "Available"},
|
||||
title: "BBQ Pizza", status: "Available"
|
||||
},
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "Premium Espresso", status: "Available"},
|
||||
title: "Premium Espresso", status: "Available"
|
||||
},
|
||||
],
|
||||
searchPlaceholder: "Search menu items..."}}
|
||||
searchPlaceholder: "Search menu items..."
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,7 +109,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names=[
|
||||
"Awesome Ambience", "Tasty Food", "Polite Staff", "Perfect For Dates", "Great Hangout Spot", "Live Music", "Outdoor Seating", "Fast Service"]
|
||||
"Awesome Ambience", "Tasty Food", "Polite Staff", "Perfect For Dates", "Great Hangout Spot", "Live Music", "Outdoor Seating", "Fast Service"
|
||||
]
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -119,17 +127,23 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Chilli Garlic Noodles", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/side-view-tofu-with-coriander-plate_141793-2695.jpg", imageAlt: "Chilli Garlic Noodles"},
|
||||
id: "1", name: "Chilli Garlic Noodles", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/side-view-tofu-with-coriander-plate_141793-2695.jpg", imageAlt: "Chilli Garlic Noodles"
|
||||
},
|
||||
{
|
||||
id: "2", name: "BBQ Pizza", price: "₹420", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-colorful-vegetable-topping-ready-be-eaten_1150-6539.jpg", imageAlt: "BBQ Pizza"},
|
||||
id: "2", name: "BBQ Pizza", price: "₹420", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-colorful-vegetable-topping-ready-be-eaten_1150-6539.jpg", imageAlt: "BBQ Pizza"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Cream Cheese Dumplings", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-ramen-soup-dumplings-steamer_23-2148368688.jpg", imageAlt: "Cream Cheese Dumplings"},
|
||||
id: "3", name: "Cream Cheese Dumplings", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-ramen-soup-dumplings-steamer_23-2148368688.jpg", imageAlt: "Cream Cheese Dumplings"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Pasta Delight", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/salmon-fettuccini-with-cream-sauce-parmesan-avocado_140725-5910.jpg", imageAlt: "Pasta Delight"},
|
||||
id: "4", name: "Pasta Delight", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/salmon-fettuccini-with-cream-sauce-parmesan-avocado_140725-5910.jpg", imageAlt: "Pasta Delight"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Loaded Nachos", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-snacks-with-sauce-black-wooden-table_639032-2376.jpg", imageAlt: "Loaded Nachos"},
|
||||
id: "5", name: "Loaded Nachos", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-snacks-with-sauce-black-wooden-table_639032-2376.jpg", imageAlt: "Loaded Nachos"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Watermelon Margarita", price: "₹240", imageSrc: "http://img.b2bpic.net/free-photo/grape-strawberry-milk-shake-marble-background-high-quality-photo_114579-36520.jpg", imageAlt: "Watermelon Margarita"},
|
||||
id: "6", name: "Watermelon Margarita", price: "₹240", imageSrc: "http://img.b2bpic.net/free-photo/grape-strawberry-milk-shake-marble-background-high-quality-photo_114579-36520.jpg", imageAlt: "Watermelon Margarita"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,13 +158,17 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Beautiful Ambience", description: "Relax in our thoughtfully designed space with warm lighting, comfortable seating, and Instagram-worthy decor. Perfect for dates, hangouts, or solo work sessions.", imageSrc: "http://img.b2bpic.net/free-photo/bread-coffee-breakfast_23-2147693738.jpg", imageAlt: "Beautiful café interior"},
|
||||
id: "1", title: "Beautiful Ambience", description: "Relax in our thoughtfully designed space with warm lighting, comfortable seating, and Instagram-worthy decor. Perfect for dates, hangouts, or solo work sessions.", imageSrc: "http://img.b2bpic.net/free-photo/bread-coffee-breakfast_23-2147693738.jpg", imageAlt: "Beautiful café interior"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Friendly Staff", description: "Our polite and well-trained staff ensures every visit is memorable. We're here to make your experience exceptional, from the moment you walk in.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-making-music_23-2151169644.jpg?_wi=1", imageAlt: "Staff serving customers"},
|
||||
id: "2", title: "Friendly Staff", description: "Our polite and well-trained staff ensures every visit is memorable. We're here to make your experience exceptional, from the moment you walk in.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-making-music_23-2151169644.jpg", imageAlt: "Staff serving customers"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Perfect For Dates", description: "Create unforgettable memories with your special someone in our cozy, romantic corner sections. The perfect setting for meaningful moments.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-white-shirt-open-having-breakfast-cafe-with-vegetarian-burger-drinking-coffee-lifestyle-tropical-island-life-bali_1321-3923.jpg", imageAlt: "Romantic café seating"},
|
||||
id: "3", title: "Perfect For Dates", description: "Create unforgettable memories with your special someone in our cozy, romantic corner sections. The perfect setting for meaningful moments.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-white-shirt-open-having-breakfast-cafe-with-vegetarian-burger-drinking-coffee-lifestyle-tropical-island-life-bali_1321-3923.jpg", imageAlt: "Romantic café seating"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Live Music Nights", description: "Enjoy acoustic performances and live entertainment on select nights. Check our social media for upcoming events and special performances.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-making-music_23-2151169644.jpg?_wi=2", imageAlt: "Live music performance"},
|
||||
id: "4", title: "Live Music Nights", description: "Enjoy acoustic performances and live entertainment on select nights. Check our social media for upcoming events and special performances.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-making-music_23-2151169644.jpg", imageAlt: "Live music performance"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,13 +183,17 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Agrawal", role: "Local Guide", testimonial: "Awesome ambience, tasty food and well-behaved, soft-spoken staff. A good place to hang out with friends. The food was excellent and the service was great!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg", imageAlt: "Priya Agrawal"},
|
||||
id: "1", name: "Priya Agrawal", role: "Local Guide", testimonial: "Awesome ambience, tasty food and well-behaved, soft-spoken staff. A good place to hang out with friends. The food was excellent and the service was great!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg", imageAlt: "Priya Agrawal"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Rahul Sharma", role: "Regular Customer", testimonial: "Must try the Cream Cheese Dumplings and Pasta! The BBQ Pizza is outstanding. The café has the perfect vibe for both casual hangouts and special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/serious-clerk-with-phone-glass-handrail_1262-7287.jpg", imageAlt: "Rahul Sharma"},
|
||||
id: "2", name: "Rahul Sharma", role: "Regular Customer", testimonial: "Must try the Cream Cheese Dumplings and Pasta! The BBQ Pizza is outstanding. The café has the perfect vibe for both casual hangouts and special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/serious-clerk-with-phone-glass-handrail_1262-7287.jpg", imageAlt: "Rahul Sharma"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Yasmin Mello", role: "Tourist", testimonial: "I came here for breakfast and ended up having one of the most heartwarming experiences of my trip. The staff made me feel so welcome. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280737.jpg", imageAlt: "Yasmin Mello"},
|
||||
id: "3", name: "Yasmin Mello", role: "Tourist", testimonial: "I came here for breakfast and ended up having one of the most heartwarming experiences of my trip. The staff made me feel so welcome. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280737.jpg", imageAlt: "Yasmin Mello"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Arjun Singh", role: "Food Blogger", testimonial: "The Big Tree Cafe is a hidden gem in Jaipur. Their innovative menu, cozy ambience, and exceptional service make it a must-visit destination for food lovers.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-holding-takeaway-coffee-cup-hand_23-2148176167.jpg", imageAlt: "Arjun Singh"},
|
||||
id: "4", name: "Arjun Singh", role: "Food Blogger", testimonial: "The Big Tree Cafe is a hidden gem in Jaipur. Their innovative menu, cozy ambience, and exceptional service make it a must-visit destination for food lovers.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-holding-takeaway-coffee-cup-hand_23-2148176167.jpg", imageAlt: "Arjun Singh"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -186,15 +208,20 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What are your operating hours?", content: "The Big Tree Cafe is open daily from 11:00 AM to 12:00 AM (midnight). We serve breakfast, lunch, dinner, and late-night snacks throughout the day."},
|
||||
id: "1", title: "What are your operating hours?", content: "The Big Tree Cafe is open daily from 11:00 AM to 12:00 AM (midnight). We serve breakfast, lunch, dinner, and late-night snacks throughout the day."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you accept reservations?", content: "Yes, we gladly accept reservations! You can book a table through our website, call us, or visit us in person. We accommodate walk-ins based on availability."},
|
||||
id: "2", title: "Do you accept reservations?", content: "Yes, we gladly accept reservations! You can book a table through our website, call us, or visit us in person. We accommodate walk-ins based on availability."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What services do you offer?", content: "We offer dine-in, kerbside pickup, no-contact delivery, and online ordering. Choose the option that works best for you!"},
|
||||
id: "3", title: "What services do you offer?", content: "We offer dine-in, kerbside pickup, no-contact delivery, and online ordering. Choose the option that works best for you!"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you have outdoor seating?", content: "Yes! We have comfortable outdoor seating areas perfect for enjoying the weather. Great for casual hangouts and social gatherings."},
|
||||
id: "4", title: "Do you have outdoor seating?", content: "Yes! We have comfortable outdoor seating areas perfect for enjoying the weather. Great for casual hangouts and social gatherings."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can I host events at your café?", content: "Absolutely! The Big Tree Cafe is perfect for private events, celebrations, and corporate gatherings. Contact us to discuss your event requirements."},
|
||||
id: "5", title: "Can I host events at your café?", content: "Absolutely! The Big Tree Cafe is perfect for private events, celebrations, and corporate gatherings. Contact us to discuss your event requirements."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user