From b8b8e3466286adeb5f547d5c6d1e28c3e2a3af71 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:37:10 +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 a987246..82402ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "Fully Insured & Licensed", description: "Complete peace of mind with full insurance coverage and all necessary licensing. Your belongings are protected by industry-standard insurance policies.", media: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg" }, + id: "2", title: "Fully Insured & Licensed", description: "Complete peace of mind with full insurance coverage and all necessary licensing. Your belongings are protected by industry-standard insurance policies.", media: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg?_wi=1" }, items: [ { icon: CheckCircle, text: "Licensed operators" }, { icon: CheckCircle, text: "Full insurance coverage" }, @@ -94,7 +94,7 @@ export default function LandingPage() { reverse: false }, { - id: "4", title: "Public Liability Insurance", description: "Comprehensive public liability protection covering any incidents during the moving process. We maintain the highest insurance standards for your safety.", media: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg" }, + id: "4", title: "Public Liability Insurance", description: "Comprehensive public liability protection covering any incidents during the moving process. We maintain the highest insurance standards for your safety.", media: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg?_wi=2" }, items: [ { icon: CheckCircle, text: "Full coverage protection" }, { icon: CheckCircle, text: "Professional standards" }, @@ -119,27 +119,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "London, UK", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Sarah Mitchell testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1", imageAlt: "Sarah Mitchell testimonial" }, { id: "2", name: "James Chen", role: "Business Director", company: "Tech Solutions Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Chen testimonial" }, { id: "3", name: "Emma Rodriguez", role: "Office Manager", company: "Corporate Services", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Emma Rodriguez testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2", imageAlt: "Emma Rodriguez testimonial" }, { id: "4", name: "Michael Thompson", role: "Property Manager", company: "Residential Estates", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Thompson testimonial" }, { id: "5", name: "Victoria Park", role: "Executive", company: "Finance Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Victoria Park testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=3", imageAlt: "Victoria Park testimonial" }, { id: "6", name: "David Foster", role: "Small Business Owner", company: "Family Retail", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Foster testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Foster testimonial" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1