diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ab1e1f..0a06015 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-tables-chairs-street_1127-2172.jpg?_wi=1", imageAlt: "Toasted Cafe exterior" + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-tables-chairs-street_1127-2172.jpg", imageAlt: "Toasted Cafe exterior" }, { imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg", imageAlt: "Cafe interior ambience" @@ -104,19 +104,19 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" features={[ { - title: "Rolls", description: "Paneer, Chicken, Vegetable, and Egg rolls with premium fillings and fresh ingredients" + title: "Rolls", description: "Paneer, Chicken, Vegetable, and Egg rolls with premium fillings and fresh ingredients", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Rolls" }, { - title: "Snacks", description: "Momos, Samosas, Pakoras, and other crispy snacks prepared fresh daily" + title: "Snacks", description: "Momos, Samosas, Pakoras, and other crispy snacks prepared fresh daily", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Snacks" }, { - title: "Chinese", description: "Noodles, Fried Rice, Manchurian, and authentic Chinese preparations" + title: "Chinese", description: "Noodles, Fried Rice, Manchurian, and authentic Chinese preparations", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Chinese" }, { - title: "Continental", description: "Pizzas, Burgers, Pasta, and Western cuisine made with premium quality" + title: "Continental", description: "Pizzas, Burgers, Pasta, and Western cuisine made with premium quality", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Continental" }, { - title: "Beverages", description: "Coffee, Tea, Shakes, Cold Drinks, and fresh juice options throughout the day" + title: "Beverages", description: "Coffee, Tea, Shakes, Cold Drinks, and fresh juice options throughout the day", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Beverages" } ]} /> @@ -148,19 +148,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Priya Singh", role: "Student", company: "Delhi University", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" }, { id: "2", name: "Rajesh Kumar", role: "Professional", company: "IT Sector", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" }, { id: "3", name: "Anjali Patel", role: "Homemaker", company: "Meerut", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" }, { id: "4", name: "Vikas Sharma", role: "Business Owner", company: "Local Business", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=4" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" } ]} kpiItems={[ @@ -184,7 +184,7 @@ export default function LandingPage() { useInvertedBackground={false} mediaAnimation="slide-up" mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-tables-chairs-street_1127-2172.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-tables-chairs-street_1127-2172.jpg" imageAlt="Toasted Cafe" buttonText="Send Inquiry" />