diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e05eb3..3945992 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,23 +54,23 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Restaurant interior with warm lighting and family seating"}, + imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1", imageAlt: "Restaurant interior with warm lighting and family seating"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", imageAlt: "Dining area setup perfect for family gatherings"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=1", imageAlt: "Dining area setup perfect for family gatherings"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg", imageAlt: "Signature Kabuli Pulao dish beautifully plated"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=1", imageAlt: "Signature Kabuli Pulao dish beautifully plated"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetables-tomatoes-red-bell-peppers-greens-rustic-board-tablecloth-black-table_140725-146253.jpg", imageAlt: "Fresh quality ingredients used in our kitchen"}, + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetables-tomatoes-red-bell-peppers-greens-rustic-board-tablecloth-black-table_140725-146253.jpg?_wi=1", imageAlt: "Fresh quality ingredients used in our kitchen"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-psd/delicious-steamed-asian-dumplings-plate_84443-69016.jpg", imageAlt: "Freshly prepared dumplings appetizer"}, + imageSrc: "http://img.b2bpic.net/free-psd/delicious-steamed-asian-dumplings-plate_84443-69016.jpg?_wi=1", imageAlt: "Freshly prepared dumplings appetizer"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", imageAlt: "Comfortable family dining environment"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=2", imageAlt: "Comfortable family dining environment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg", imageAlt: "Traditional Kabuli Pulao preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=2", imageAlt: "Traditional Kabuli Pulao preparation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Welcoming restaurant interior ambiance"}, + imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2", imageAlt: "Welcoming restaurant interior ambiance"}, ]} carouselPosition="right" /> @@ -86,7 +86,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=3" imageAlt="Our welcoming family-friendly restaurant space" mediaAnimation="slide-up" bulletPoints={[ @@ -119,13 +119,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Kabuli Pulao", price: "From 350 PKR", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg", imageAlt: "Authentic Kabuli Pulao - our signature dish", initialQuantity: 1, + id: "1", name: "Kabuli Pulao", price: "From 350 PKR", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=3", imageAlt: "Authentic Kabuli Pulao - our signature dish", initialQuantity: 1, }, { - id: "2", name: "Dumplings Special", price: "From 250 PKR", imageSrc: "http://img.b2bpic.net/free-psd/delicious-steamed-asian-dumplings-plate_84443-69016.jpg", imageAlt: "Freshly steamed dumplings with traditional flavors", initialQuantity: 1, + id: "2", name: "Dumplings Special", price: "From 250 PKR", imageSrc: "http://img.b2bpic.net/free-psd/delicious-steamed-asian-dumplings-plate_84443-69016.jpg?_wi=2", imageAlt: "Freshly steamed dumplings with traditional flavors", initialQuantity: 1, }, { - id: "3", name: "Traditional Biryani", price: "From 400 PKR", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg", imageAlt: "Aromatic traditional biryani rice dish", initialQuantity: 1, + id: "3", name: "Traditional Biryani", price: "From 400 PKR", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=4", imageAlt: "Aromatic traditional biryani rice dish", initialQuantity: 1, }, ]} /> @@ -143,16 +143,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Hygienic Food Preparation", description: "Our kitchen maintains the highest hygiene standards with regular inspections and certified food handling practices to ensure your family's safety.", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetables-tomatoes-red-bell-peppers-greens-rustic-board-tablecloth-black-table_140725-146253.jpg", imageAlt: "Clean kitchen with fresh ingredients"}, + title: "Hygienic Food Preparation", description: "Our kitchen maintains the highest hygiene standards with regular inspections and certified food handling practices to ensure your family's safety.", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetables-tomatoes-red-bell-peppers-greens-rustic-board-tablecloth-black-table_140725-146253.jpg?_wi=2", imageAlt: "Clean kitchen with fresh ingredients"}, { id: 2, - title: "Comfortable Family Environment", description: "Spacious seating arrangements and welcoming ambiance designed specifically for families and groups to enjoy quality time together.", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", imageAlt: "Comfortable family dining setup"}, + title: "Comfortable Family Environment", description: "Spacious seating arrangements and welcoming ambiance designed specifically for families and groups to enjoy quality time together.", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=4", imageAlt: "Comfortable family dining setup"}, { id: 3, - title: "Fresh Quality Ingredients", description: "We source premium fresh ingredients daily, supporting local suppliers and ensuring authentic traditional flavors in every dish.", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetables-tomatoes-red-bell-peppers-greens-rustic-board-tablecloth-black-table_140725-146253.jpg", imageAlt: "Fresh quality ingredients selection"}, + title: "Fresh Quality Ingredients", description: "We source premium fresh ingredients daily, supporting local suppliers and ensuring authentic traditional flavors in every dish.", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetables-tomatoes-red-bell-peppers-greens-rustic-board-tablecloth-black-table_140725-146253.jpg?_wi=3", imageAlt: "Fresh quality ingredients selection"}, { id: 4, - title: "Friendly Professional Service", description: "Our trained staff provides courteous, attentive service with a genuine commitment to making your dining experience memorable and enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", imageAlt: "Professional restaurant service"}, + title: "Friendly Professional Service", description: "Our trained staff provides courteous, attentive service with a genuine commitment to making your dining experience memorable and enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=5", imageAlt: "Professional restaurant service"}, ]} /> @@ -190,7 +190,7 @@ export default function LandingPage() { title="Get in Touch or Reserve Your Table" description="Contact us directly or fill out the form below to make a reservation. We're here to serve you at 40-A/1, near Bilal Hospital, Sadiqabad, Rawalpindi." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=3" imageAlt="Welcoming restaurant for your reservation" mediaAnimation="slide-up" mediaPosition="right"