From d613536169a37eb86aa1b67913060ab3acb3c638 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 09:15:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27ab833..c140b3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ export default function LandingPage() { { text: "Get Directions", href: "https://maps.google.com" }, ]} carouselItems={[ - { id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-french-fries-side-view_141793-1757.jpg", imageAlt: "Traditional Maharashtrian Thali" }, - { id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-rice-plate-with-loby-beans-variety-meat-sauce_141793-3943.jpg", imageAlt: "Authentic Indian Food" }, - { id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-who-is-eating-beef-salad-business-lunch_8353-10599.jpg", imageAlt: "Fresh Breakfast Snacks" }, + { id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-french-fries-side-view_141793-1757.jpg?_wi=1", imageAlt: "Traditional Maharashtrian Thali" }, + { id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-rice-plate-with-loby-beans-variety-meat-sauce_141793-3943.jpg?_wi=1", imageAlt: "Authentic Indian Food" }, + { id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-who-is-eating-beef-salad-business-lunch_8353-10599.jpg?_wi=1", imageAlt: "Fresh Breakfast Snacks" }, { id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-mixed-pickles-side-pomegranate_140725-6452.jpg", imageAlt: "Highway Stop Restaurant" }, { id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246083.jpg", imageAlt: "Masala Chai Service" }, { id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262202.jpg", imageAlt: "Family Dining Experience" }, @@ -74,9 +74,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Misal Pav", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-french-fries-side-view_141793-1757.jpg" }, - { id: "p2", name: "Maharashtrian Thali", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-rice-plate-with-loby-beans-variety-meat-sauce_141793-3943.jpg" }, - { id: "p3", name: "Khava Poli", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-who-is-eating-beef-salad-business-lunch_8353-10599.jpg" }, + { id: "p1", name: "Misal Pav", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-french-fries-side-view_141793-1757.jpg?_wi=2" }, + { id: "p2", name: "Maharashtrian Thali", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-rice-plate-with-loby-beans-variety-meat-sauce_141793-3943.jpg?_wi=2" }, + { id: "p3", name: "Khava Poli", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-who-is-eating-beef-salad-business-lunch_8353-10599.jpg?_wi=2" }, ]} title="Our Popular Dishes" description="Authentic taste from our kitchen, served fresh 24/7." @@ -89,11 +89,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Sarah Johnson", role: "Traveler", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg" }, + { id: "t1", name: "Sarah Johnson", role: "Traveler", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg?_wi=1" }, { id: "t2", name: "Michael Chen", role: "Family", company: "Solapur", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-conducting-interview_23-2149037956.jpg" }, { id: "t3", name: "Emily Rodriguez", role: "Driver", company: "Highway Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-taking-photos_23-2149250046.jpg" }, { id: "t4", name: "David Kim", role: "Traveler", company: "Local Visitor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23874.jpg" }, - { id: "t5", name: "Rajesh Gupta", role: "Truck Driver", company: "Pune Express", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg" }, + { id: "t5", name: "Rajesh Gupta", role: "Truck Driver", company: "Pune Express", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg?_wi=2" }, ]} kpiItems={[ { value: "14k+", label: "Reviews" }, -- 2.49.1