From 15be4eca0a07d25e20f231c19acd6c71d3f40614 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:56:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a3efea..fde0a63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,9 +68,9 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "hero-carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-concept_23-2149880618.jpg", imageAlt: "Restaurant management dashboard"}, + id: "hero-carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-concept_23-2149880618.jpg?_wi=1", imageAlt: "Restaurant management dashboard"}, { - id: "hero-carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/crop-employee-using-tablet_23-2147717390.jpg", imageAlt: "Online reservation calendar"}, + id: "hero-carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/crop-employee-using-tablet_23-2147717390.jpg?_wi=1", imageAlt: "Online reservation calendar"}, { id: "hero-carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-composition_23-2149880620.jpg", imageAlt: "Mobile food ordering app"}, { @@ -256,13 +256,13 @@ export default function LandingPage() { "All Starter Features", "Advanced Table Management", "Waitlist System", "Full Order Management", "Loyalty Program", "Basic Analytics Dashboard", "WhatsApp Integration"], button: { text: "Choose Pro", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-concept_23-2149880618.jpg", imageAlt: "chef plating dish culinary art"}, + imageSrc: "http://img.b2bpic.net/free-photo/nutritional-counter-app-concept_23-2149880618.jpg?_wi=2", imageAlt: "chef plating dish culinary art"}, { id: "plan-enterprise", title: "Enterprise", price: "Contact Us", period: "", features: [ "All Pro Features", "Multi-location Support", "Custom Integrations", "Advanced Analytics & Reporting", "Dedicated Account Manager", "Priority Support", "SLA Agreement"], button: { text: "Contact Sales", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-photo/crop-employee-using-tablet_23-2147717390.jpg", imageAlt: "chef plating dish culinary art"}, + imageSrc: "http://img.b2bpic.net/free-photo/crop-employee-using-tablet_23-2147717390.jpg?_wi=2", imageAlt: "chef plating dish culinary art"}, ]} title="Flexible Plans for Every Business" description="Choose the perfect ReservaFlow plan that scales with your restaurant's needs. From growing cafes to multi-location hotels, we have you covered."