diff --git a/src/app/page.tsx b/src/app/page.tsx index e8158ac..e0f974d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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" /> @@ -132,17 +142,23 @@ export default function LandingPage() {