From ed11b8f8733a9097af0d25c8e0606ec75eeec717 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:53:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81dfc0b..5b0c3f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { title="Get a professional website for your business" description="We help small businesses grow with modern, affordable websites. Stop losing customers to the competition." testimonials={[ - { name: "Sarah J.", handle: "@salon", testimonial: "NexWeb completely transformed my salon's online presence. Best investment I made!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-business-owner-holding-we-are-open-sign_53876-129323.jpg" }, + { name: "Sarah J.", handle: "@salon", testimonial: "NexWeb completely transformed my salon's online presence. Best investment I made!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-business-owner-holding-we-are-open-sign_53876-129323.jpg?_wi=1" }, { name: "Mark D.", handle: "@bistro", testimonial: "My restaurant bookings doubled after the new site went live. Amazing work!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-with-arms-crossed-standing-open-sign-cafe-s-entrance-looking-camera_637285-6582.jpg" }, { name: "Elena R.", handle: "@florist", testimonial: "Professional, fast, and so easy to work with. My flowers are selling out!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-florist-with-flower-photo-album-shop_23-2147882084.jpg" }, { name: "James T.", handle: "@plumbing", testimonial: "I finally have a site that looks as professional as my business. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up_74855-15159.jpg" }, @@ -153,7 +153,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "t1", title: "Great service!", quote: "My shop finally looks professional online.", name: "Client A", role: "Shop Owner", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-owner-holding-we-are-open-sign_53876-129323.jpg" }, + { id: "t1", title: "Great service!", quote: "My shop finally looks professional online.", name: "Client A", role: "Shop Owner", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-owner-holding-we-are-open-sign_53876-129323.jpg?_wi=2" }, { id: "t2", title: "So quick!", quote: "I had my site in under 3 days.", name: "Client B", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-farmer-selling-healthy-food-local-marketplace-showing-seasonal-fresh-fruits-veggies-farmers-market-young-vendor-preparing-sell-eco-organic-products_482257-62279.jpg" }, { id: "t3", title: "Highly recommend", quote: "Excellent support and very simple process.", name: "Client C", role: "Local Business", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg" }, { id: "t4", title: "Amazing design", quote: "NexWeb made a site that really captures my brand.", name: "Client D", role: "Cafe Owner", imageSrc: "http://img.b2bpic.net/free-photo/gardener-holding-big-vase-leaves-flowers_23-2148435644.jpg" }, -- 2.49.1