Merge version_1 into main #2
@@ -34,7 +34,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "visit-us" },
|
||||
]}
|
||||
button={{
|
||||
text: "📞 Call Now", href: "tel:+919999999999"}}
|
||||
text: "📞 Call Now", href: "tel:+919999999999"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -50,7 +51,7 @@ export default function LandingPage() {
|
||||
{ value: "15+", label: "Years Service" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
|
||||
imageAlt="Patne Restaurant Interior"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -73,16 +74,20 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Signature Special", name: "Fish Thali", price: "₹280", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fish-meal_23-2148734691.jpg", imageAlt: "Fish Thali - Authentic Indian preparation"},
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fish-meal_23-2148734691.jpg", imageAlt: "Fish Thali - Authentic Indian preparation"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Non-Veg Favorite", name: "Chicken Tandoori", price: "₹220", rating: 5,
|
||||
reviewCount: "203", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cucumber-lemon-seasoning-bread-table_141793-4757.jpg", imageAlt: "Chicken Tandoori - Grilled to perfection"},
|
||||
reviewCount: "203", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cucumber-lemon-seasoning-bread-table_141793-4757.jpg", imageAlt: "Chicken Tandoori - Grilled to perfection"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Vegetarian Delight", name: "Veg Thali", price: "₹200", rating: 5,
|
||||
reviewCount: "178", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=1", imageAlt: "Veg Thali - Complete vegetarian meal"},
|
||||
reviewCount: "178", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", imageAlt: "Veg Thali - Complete vegetarian meal"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Aromatic Rice", name: "Biryani", price: "₹240", rating: 5,
|
||||
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-psd/authentic-chicken-biryani-served-traditional-earthenware-bowl_84443-64517.jpg", imageAlt: "Biryani - Fragrant rice specialty"},
|
||||
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-psd/authentic-chicken-biryani-served-traditional-earthenware-bowl_84443-64517.jpg", imageAlt: "Biryani - Fragrant rice specialty"
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Full Menu", href: "#" }]}
|
||||
/>
|
||||
@@ -93,16 +98,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Authentic Indian Food", tags: ["Traditional Recipes", "Fresh Ingredients"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=2", imageAlt: "Authentic Indian Food"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", imageAlt: "Authentic Indian Food"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Family-Friendly Dining", tags: ["Comfortable Ambience", "Kids Welcome"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=2", imageAlt: "Family-Friendly Dining"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", imageAlt: "Family-Friendly Dining"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Event Lawn Services", tags: ["Weddings", "Celebrations"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-venue_1157-733.jpg", imageAlt: "Event Lawn Services"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-venue_1157-733.jpg", imageAlt: "Event Lawn Services"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Easy Parking Available", tags: ["Spacious Lot", "Convenient Access"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=3", imageAlt: "Easy Parking Available"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", imageAlt: "Easy Parking Available"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Why Choose Patne Restaurant"
|
||||
@@ -125,6 +134,7 @@ export default function LandingPage() {
|
||||
imageAlt="Wedding venue setup at Patne Lawn"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -132,17 +142,23 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Sharma", handle: "@priyasharma", testimonial: "Food tastes like homemade. The thali is authentic and the staff is very welcoming. Best dining experience in Khed!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Priya Sharma"},
|
||||
id: "1", name: "Priya Sharma", handle: "@priyasharma", testimonial: "Food tastes like homemade. The thali is authentic and the staff is very welcoming. Best dining experience in Khed!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Rajesh Patel", handle: "@rajeshpatel", testimonial: "Best interior and tasty food. We had our anniversary dinner here and it was fantastic. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Rajesh Patel"},
|
||||
id: "2", name: "Rajesh Patel", handle: "@rajeshpatel", testimonial: "Best interior and tasty food. We had our anniversary dinner here and it was fantastic. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Rajesh Patel"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Ananya Verma", handle: "@ananyav", testimonial: "Nice place for veg and non-veg lovers. The ambience is great and the service is attentive. Worth a visit!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=3", imageAlt: "Ananya Verma"},
|
||||
id: "3", name: "Ananya Verma", handle: "@ananyav", testimonial: "Nice place for veg and non-veg lovers. The ambience is great and the service is attentive. Worth a visit!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Ananya Verma"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Vikram Singh", handle: "@vikramsingh", testimonial: "Hosted our family gathering at the lawn. The catering was excellent and the venue was perfect for 200 guests.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=4", imageAlt: "Vikram Singh"},
|
||||
id: "4", name: "Vikram Singh", handle: "@vikramsingh", testimonial: "Hosted our family gathering at the lawn. The catering was excellent and the venue was perfect for 200 guests.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Vikram Singh"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Deepa Reddy", handle: "@deepareddy", testimonial: "The biryani here is unmatched in quality. Fresh ingredients and authentic recipe. Will visit again soon!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=5", imageAlt: "Deepa Reddy"},
|
||||
id: "5", name: "Deepa Reddy", handle: "@deepareddy", testimonial: "The biryani here is unmatched in quality. Fresh ingredients and authentic recipe. Will visit again soon!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Deepa Reddy"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Suresh Kumar", handle: "@sureshkumar", testimonial: "Great venue for weddings with complete catering support. Patne made our special day memorable. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=6", imageAlt: "Suresh Kumar"},
|
||||
id: "6", name: "Suresh Kumar", handle: "@sureshkumar", testimonial: "Great venue for weddings with complete catering support. Patne made our special day memorable. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Suresh Kumar"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="What Our Customers Say"
|
||||
|
||||
Reference in New Issue
Block a user