diff --git a/src/app/page.tsx b/src/app/page.tsx index b0cbfb4..59de976 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,9 +81,9 @@ export default function HomePage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-stationery-against-background-couple-wall-with-notes_23-2148222640.jpg", imageAlt: "modern website design on laptop screen"}, + imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-stationery-against-background-couple-wall-with-notes_23-2148222640.jpg?_wi=1", imageAlt: "modern website design on laptop screen"}, { - imageSrc: "http://img.b2bpic.net/free-photo/creative-employees-working-new-plan_23-2147656737.jpg", imageAlt: "modern office workspace professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/creative-employees-working-new-plan_23-2147656737.jpg?_wi=1", imageAlt: "modern office workspace professional"}, ]} rating={5} ratingText="Trusted by small businesses nationwide" @@ -101,7 +101,7 @@ export default function HomePage() { tag="Simple Process" features={[ { - id: "01", title: "Tell Us About Your Business", description: "Send us a quick email describing your business, services, and what you'd like on your website.", imageSrc: "http://img.b2bpic.net/free-photo/creative-employees-working-new-plan_23-2147656737.jpg", imageAlt: "Business consultation"}, + id: "01", title: "Tell Us About Your Business", description: "Send us a quick email describing your business, services, and what you'd like on your website.", imageSrc: "http://img.b2bpic.net/free-photo/creative-employees-working-new-plan_23-2147656737.jpg?_wi=2", imageAlt: "Business consultation"}, { id: "02", title: "We Build Your Website", description: "Our team designs a clean, professional website tailored specifically to your business needs and industry.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-gardener-holding-white-frame-front-potted-plants-table_23-2148165245.jpg", imageAlt: "Website design process"}, { diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index a9f1691..a7a79b2 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -75,9 +75,9 @@ export default function ServicesPage() { tag="What We Offer" features={[ { - id: "01", title: "Custom Website Design", description: "Tailored design solutions that showcase your business personality while maintaining professional standards and industry best practices.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-stationery-against-background-couple-wall-with-notes_23-2148222640.jpg", imageAlt: "Custom website design"}, + id: "01", title: "Custom Website Design", description: "Tailored design solutions that showcase your business personality while maintaining professional standards and industry best practices.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-stationery-against-background-couple-wall-with-notes_23-2148222640.jpg?_wi=2", imageAlt: "Custom website design"}, { - id: "02", title: "Responsive & Mobile Optimized", description: "Every website we build is fully responsive and optimized for all devices. Your site looks perfect on phones, tablets, and desktops.", imageSrc: "http://img.b2bpic.net/free-photo/creative-employees-working-new-plan_23-2147656737.jpg", imageAlt: "Mobile optimization"}, + id: "02", title: "Responsive & Mobile Optimized", description: "Every website we build is fully responsive and optimized for all devices. Your site looks perfect on phones, tablets, and desktops.", imageSrc: "http://img.b2bpic.net/free-photo/creative-employees-working-new-plan_23-2147656737.jpg?_wi=3", imageAlt: "Mobile optimization"}, { id: "03", title: "SEO Ready & Fast Loading", description: "Built with SEO best practices and optimized for speed. Your website will rank better in search results and keep visitors engaged.", imageSrc: "http://img.b2bpic.net/free-psd/landing-page-template-indoor-plant-growing_23-2149301613.jpg", imageAlt: "SEO optimization"}, ]}