diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ef8656..5582177 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,13 +52,13 @@ export default function SitePage() { testimonials={[ { name: "Erik Andersson", handle: "Property Developer", testimonial: "Smith Salon transformed our renovation project. Exceptional attention to detail and on-time delivery.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg?_wi=1"}, { name: "Lisa Bergström", handle: "Homeowner", testimonial: "Professional team, outstanding results. They made our dream home a reality with minimal hassle.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg?_wi=1"}, { name: "Marcus Johansson", handle: "Commercial Client", testimonial: "Reliable, skilled, and always professional. Smith Salon is our go-to for all construction needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-his-colleagues-office_1139-243.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-his-colleagues-office_1139-243.jpg?_wi=1"}, ]} buttons={[ { text: "Get Free Quote", href: "#contact-form" }, @@ -108,7 +108,7 @@ export default function SitePage() { useInvertedBackground={false} imagePosition="right" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-psd/arhitecture-concept-banner-template_23-2148626736.jpg" + imageSrc="http://img.b2bpic.net/free-psd/arhitecture-concept-banner-template_23-2148626736.jpg?_wi=1" imageAlt="Completed quality construction project" bulletPoints={[ { @@ -147,7 +147,7 @@ export default function SitePage() { gridVariant="bento-grid" products={[ { - id: "1", name: "Luxury Villa Renovation", price: "Residential", imageSrc: "http://img.b2bpic.net/free-psd/arhitecture-concept-banner-template_23-2148626736.jpg", imageAlt: "Completed luxury villa exterior"}, + id: "1", name: "Luxury Villa Renovation", price: "Residential", imageSrc: "http://img.b2bpic.net/free-psd/arhitecture-concept-banner-template_23-2148626736.jpg?_wi=2", imageAlt: "Completed luxury villa exterior"}, { id: "2", name: "Modern Kitchen Remodel", price: "Interior Design", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-breakfast-home_657883-479.jpg", imageAlt: "Beautiful modern kitchen renovation"}, { @@ -171,11 +171,11 @@ export default function SitePage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Erik Andersson", role: "Property Developer", company: "Andersson Developments", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg"}, + id: "1", name: "Erik Andersson", role: "Property Developer", company: "Andersson Developments", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg?_wi=2"}, { - id: "2", name: "Lisa Bergström", role: "Homeowner", company: "Helsingborg", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg"}, + id: "2", name: "Lisa Bergström", role: "Homeowner", company: "Helsingborg", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg?_wi=2"}, { - id: "3", name: "Marcus Johansson", role: "Business Owner", company: "Johansson Retail Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-his-colleagues-office_1139-243.jpg"}, + id: "3", name: "Marcus Johansson", role: "Business Owner", company: "Johansson Retail Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-his-colleagues-office_1139-243.jpg?_wi=2"}, { id: "4", name: "Anna Svensson", role: "Homeowner", company: "Vasatorpsvägen Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg"}, {