diff --git a/src/app/page.tsx b/src/app/page.tsx index ccb2005..c572e5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { title="Authentic North Indian Flavors, Delivered 24/7 in Vadodara" description="From butter-rich curries to sizzling starters, RK Cloud Kitchens is your midnight craving's best friend. Always open, always fresh, always delicious." background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246070.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246070.jpg?_wi=1" imageAlt="Steaming plate of butter chicken with naan" buttons={[ { text: "Call Now", href: "tel:081603-18068" }, @@ -74,7 +74,7 @@ export default function LandingPage() { { title: "Bulk & Corporate Orders", description: "Dedicated team for office parties, events, and large orders. Competitive pricing and flexible delivery options.", icon: Users } ]} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246070.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246070.jpg?_wi=2" imageAlt="Professional kitchen preparation" /> @@ -91,12 +91,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" carouselMode="buttons" products={[ - { id: "1", name: "Butter Chicken", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246070.jpg", imageAlt: "Creamy butter chicken curry" }, + { id: "1", name: "Butter Chicken", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246070.jpg?_wi=3", imageAlt: "Creamy butter chicken curry" }, { id: "2", name: "Vegetable Biryani", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-chicken-biryani-skillet_84443-72360.jpg", imageAlt: "Fragrant vegetable biryani" }, - { id: "3", name: "Samosa Platter", price: "₹150", imageSrc: "http://img.b2bpic.net/free-psd/golden-savory-triangular-pastries-plate_84443-79203.jpg", imageAlt: "Crispy samosas with chutney" }, + { id: "3", name: "Samosa Platter", price: "₹150", imageSrc: "http://img.b2bpic.net/free-psd/golden-savory-triangular-pastries-plate_84443-79203.jpg?_wi=1", imageAlt: "Crispy samosas with chutney" }, { id: "4", name: "Paneer Tikka Masala", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-dish-arrangement_23-2148825116.jpg", imageAlt: "Creamy paneer tikka masala" }, - { id: "5", name: "Dal Makhani", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246070.jpg", imageAlt: "Creamy lentil curry" }, - { id: "6", name: "Garlic Naan", price: "₹80", imageSrc: "http://img.b2bpic.net/free-psd/golden-savory-triangular-pastries-plate_84443-79203.jpg", imageAlt: "Freshly baked garlic naan" } + { id: "5", name: "Dal Makhani", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246070.jpg?_wi=4", imageAlt: "Creamy lentil curry" }, + { id: "6", name: "Garlic Naan", price: "₹80", imageSrc: "http://img.b2bpic.net/free-psd/golden-savory-triangular-pastries-plate_84443-79203.jpg?_wi=2", imageAlt: "Freshly baked garlic naan" } ]} /> @@ -111,9 +111,9 @@ export default function LandingPage() { useInvertedBackground={false} animationType="blur-reveal" features={[ - { id: "1", title: "Flexible Portions", description: "From 10 to 500+ servings. Customize quantities to match your exact event needs.", tag: "Scalable", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fruit-decorating-sweet-table_8353-9100.jpg", imageAlt: "Catering food service" }, - { id: "2", title: "Competitive Pricing", description: "Bulk discounts available for large orders. More guests, better rates.", tag: "Value", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fruit-decorating-sweet-table_8353-9100.jpg", imageAlt: "Catering food service" }, - { id: "3", title: "Quick Turnaround", description: "Order today, celebrate tomorrow. We handle rush orders with professional execution.", tag: "Fast", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fruit-decorating-sweet-table_8353-9100.jpg", imageAlt: "Catering food service" } + { id: "1", title: "Flexible Portions", description: "From 10 to 500+ servings. Customize quantities to match your exact event needs.", tag: "Scalable", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fruit-decorating-sweet-table_8353-9100.jpg?_wi=1", imageAlt: "Catering food service" }, + { id: "2", title: "Competitive Pricing", description: "Bulk discounts available for large orders. More guests, better rates.", tag: "Value", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fruit-decorating-sweet-table_8353-9100.jpg?_wi=2", imageAlt: "Catering food service" }, + { id: "3", title: "Quick Turnaround", description: "Order today, celebrate tomorrow. We handle rush orders with professional execution.", tag: "Fast", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fruit-decorating-sweet-table_8353-9100.jpg?_wi=3", imageAlt: "Catering food service" } ]} buttons={[{ text: "Request Quote", href: "#contact" }]} />