diff --git a/src/app/page.tsx b/src/app/page.tsx index b3e83df..6a90dfb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { value: "12PM", label: "Daily Opening" } ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg" + imageSrc="http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg?_wi=1" imageAlt="Fresh grilled BBQ chicken burger" mediaAnimation="slide-up" buttons={[ @@ -77,11 +77,11 @@ export default function LandingPage() { products={[ { id: "1", brand: "Chicken Cottage", name: "Chicken Tikka Pizza", price: "Rs. 450", rating: 5, - reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-homemade-traditional-pizzas-with-different-toppings-wooden-table_181624-55989.jpg", imageAlt: "Chicken Tikka Pizza" + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-homemade-traditional-pizzas-with-different-toppings-wooden-table_181624-55989.jpg?_wi=1", imageAlt: "Chicken Tikka Pizza" }, { id: "2", brand: "Chicken Cottage", name: "Peri Peri Grilled Burger with Cheese", price: "Rs. 320", rating: 5, - reviewCount: "98+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-burger-presentation_23-2151910916.jpg", imageAlt: "Peri Peri Grilled Burger" + reviewCount: "98+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-burger-presentation_23-2151910916.jpg?_wi=1", imageAlt: "Peri Peri Grilled Burger" }, { id: "3", brand: "Chicken Cottage", name: "XL Supreme Pizza", price: "Rs. 580", rating: 5, @@ -89,15 +89,15 @@ export default function LandingPage() { }, { id: "4", brand: "Chicken Cottage", name: "BBQ Wings", price: "Rs. 280", rating: 5, - reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chicken-wings-with-tomato-sauce_1220-377.jpg", imageAlt: "BBQ Wings" + reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chicken-wings-with-tomato-sauce_1220-377.jpg?_wi=1", imageAlt: "BBQ Wings" }, { id: "5", brand: "Chicken Cottage", name: "Loaded Fries with Cheese", price: "Rs. 180", rating: 5, - reviewCount: "92+", imageSrc: "http://img.b2bpic.net/free-psd/golden-loaded-fries-with-melted-cheese-bacon-chives_84443-68952.jpg", imageAlt: "Loaded Fries with Cheese" + reviewCount: "92+", imageSrc: "http://img.b2bpic.net/free-psd/golden-loaded-fries-with-melted-cheese-bacon-chives_84443-68952.jpg?_wi=1", imageAlt: "Loaded Fries with Cheese" }, { id: "6", brand: "Chicken Cottage", name: "Classic BBQ Burger", price: "Rs. 300", rating: 5, - reviewCount: "105+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-burger-presentation_23-2151910916.jpg", imageAlt: "Classic BBQ Burger" + reviewCount: "105+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-burger-presentation_23-2151910916.jpg?_wi=2", imageAlt: "Classic BBQ Burger" } ]} textboxLayout="default" @@ -120,19 +120,19 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "๐ฅ Freshly Prepared Daily", description: "All items made fresh to order with premium ingredients", imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-homemade-traditional-pizzas-with-different-toppings-wooden-table_181624-55989.jpg", imageAlt: "Fresh preparation", buttonIcon: ArrowRight, + title: "๐ฅ Freshly Prepared Daily", description: "All items made fresh to order with premium ingredients", imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-homemade-traditional-pizzas-with-different-toppings-wooden-table_181624-55989.jpg?_wi=2", imageAlt: "Fresh preparation", buttonIcon: ArrowRight, buttonHref: "#contact" }, { - title: "๐งผ Clean & Hygienic Kitchen", description: "Maintained to highest standards for your safety", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-burger-presentation_23-2151910916.jpg", imageAlt: "Clean kitchen", buttonIcon: ArrowRight, + title: "๐งผ Clean & Hygienic Kitchen", description: "Maintained to highest standards for your safety", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-burger-presentation_23-2151910916.jpg?_wi=3", imageAlt: "Clean kitchen", buttonIcon: ArrowRight, buttonHref: "#contact" }, { - title: "โก Fast Service", description: "Quick preparation and delivery, never compromising quality", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chicken-wings-with-tomato-sauce_1220-377.jpg", imageAlt: "Fast service", buttonIcon: ArrowRight, + title: "โก Fast Service", description: "Quick preparation and delivery, never compromising quality", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chicken-wings-with-tomato-sauce_1220-377.jpg?_wi=2", imageAlt: "Fast service", buttonIcon: ArrowRight, buttonHref: "#contact" }, { - title: "๐จโ๐ฉโ๐ง Family Friendly", description: "Perfect for families, groups, and casual gatherings", imageSrc: "http://img.b2bpic.net/free-psd/golden-loaded-fries-with-melted-cheese-bacon-chives_84443-68952.jpg", imageAlt: "Family dining", buttonIcon: ArrowRight, + title: "๐จโ๐ฉโ๐ง Family Friendly", description: "Perfect for families, groups, and casual gatherings", imageSrc: "http://img.b2bpic.net/free-psd/golden-loaded-fries-with-melted-cheese-bacon-chives_84443-68952.jpg?_wi=2", imageAlt: "Family dining", buttonIcon: ArrowRight, buttonHref: "#contact" } ]} @@ -152,23 +152,23 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ahmed Hassan", role: "Local Business Owner", company: "Khuiratta", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Ahmed Hassan" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Ahmed Hassan" }, { id: "2", name: "Fatima Khan", role: "Student", company: "Khuiratta", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Fatima Khan" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Fatima Khan" }, { id: "3", name: "Mohammad Ali", role: "Family Man", company: "Khuiratta", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Mohammad Ali" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Mohammad Ali" }, { id: "4", name: "Sara Sheikh", role: "Professional", company: "Khuiratta", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sara Sheikh" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Sara Sheikh" }, { id: "5", name: "Hassan Malik", role: "Entrepreneur", company: "Khuiratta", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Hassan Malik" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=5", imageAlt: "Hassan Malik" } ]} gridVariant="uniform-all-items-equal" @@ -241,7 +241,7 @@ export default function LandingPage() { id: "6", title: "What payment methods do you accept?", content: "We accept cash payments. Call us to confirm current payment options." } ]} - imageSrc="http://img.b2bpic.net/free-photo/soft-focus-homemade-traditional-pizzas-with-different-toppings-wooden-table_181624-55989.jpg" + imageSrc="http://img.b2bpic.net/free-photo/soft-focus-homemade-traditional-pizzas-with-different-toppings-wooden-table_181624-55989.jpg?_wi=3" imageAlt="Fresh food preparation" mediaPosition="left" mediaAnimation="slide-up" @@ -253,7 +253,7 @@ export default function LandingPage() {