diff --git a/src/app/page.tsx b/src/app/page.tsx index e42bd6b..0236455 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,12 +49,12 @@ export default function LandingPage() { { text: "Book an Appointment", href: "#contact" }, ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg", imageAlt: "Office Environment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg", imageAlt: "Professional Documents" }, - { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg", imageAlt: "Tax Consultation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg", imageAlt: "Immigration Support" }, - { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg", imageAlt: "Document Assistance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg", imageAlt: "Trusted Team" }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg?_wi=1", imageAlt: "Office Environment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg?_wi=2", imageAlt: "Professional Documents" }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg?_wi=3", imageAlt: "Tax Consultation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg?_wi=4", imageAlt: "Immigration Support" }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg?_wi=5", imageAlt: "Document Assistance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg?_wi=6", imageAlt: "Trusted Team" }, ]} /> @@ -83,7 +83,7 @@ export default function LandingPage() { features={[ { title: "Tax Services", description: "Expert tax preparation and refund management to maximize your return.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/professional-businessman-answering-phone-call-surrounded-by-kpi-metrics-evaluate-company_482257-136145.jpg", imageAlt: "Tax services"}, + imageSrc: "http://img.b2bpic.net/free-photo/professional-businessman-answering-phone-call-surrounded-by-kpi-metrics-evaluate-company_482257-136145.jpg?_wi=1", imageAlt: "Tax services"}, items: [ { text: "Refund Maximization", icon: CheckCircle }, { text: "W7 Processing", icon: CheckCircle }, @@ -93,7 +93,7 @@ export default function LandingPage() { }, { title: "Document Procedures", description: "Complete support for all types of legal and administrative documentation.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/professional-businessman-answering-phone-call-surrounded-by-kpi-metrics-evaluate-company_482257-136145.jpg", imageAlt: "Document services"}, + imageSrc: "http://img.b2bpic.net/free-photo/professional-businessman-answering-phone-call-surrounded-by-kpi-metrics-evaluate-company_482257-136145.jpg?_wi=2", imageAlt: "Document services"}, items: [ { text: "Immigration Support", icon: CheckCircle }, { text: "Legal Procedures", icon: CheckCircle },