diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fe70a09..f5b87fe 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,7 +47,7 @@ export default function AboutPage() { { text: "Explore Our Philosophy", href: "#about" }, { text: "Get In Touch", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/office-ready-work_1150-101.jpg" + imageSrc="http://img.b2bpic.net/free-photo/office-ready-work_1150-101.jpg?_wi=2" imageAlt="Break Point Web Studio team workspace" showDimOverlay={true} /> @@ -75,7 +75,7 @@ export default function AboutPage() { features={[ { id: "1", title: "Adaptability", description: "We build solutions that evolve with your needs. From responsive design that works on every device to scalable architecture that grows with your business, adaptability is embedded in every line of code and every design decision we make.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/information-technology-connection-graphics-concept_53876-121040.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/information-technology-connection-graphics-concept_53876-121040.jpg?_wi=2" }, items: [ { icon: Zap, text: "Mobile-first responsive design" }, @@ -86,7 +86,7 @@ export default function AboutPage() { }, { id: "2", title: "Performance", description: "Speed matters. Every millisecond counts in user experience and search rankings. We obsess over performance metrics, optimize every asset, and employ cutting-edge techniques to deliver sites that load instantly and run flawlessly.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holding-tablet_23-2149762489.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holding-tablet_23-2149762489.jpg?_wi=2" }, items: [ { icon: Zap, text: "Sub-second load times" }, @@ -97,7 +97,7 @@ export default function AboutPage() { }, { id: "3", title: "The Turning Point", description: "Every successful digital project marks a turning point—the moment when strategy meets execution, vision becomes reality, and brands break through to new levels of customer engagement and business success.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/online-shopping-landing-page-template_23-2149014644.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/online-shopping-landing-page-template_23-2149014644.jpg?_wi=2" }, items: [ { icon: Zap, text: "Strategic digital transformation" }, diff --git a/src/app/page.tsx b/src/app/page.tsx index f9200cc..934d09f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Start Your Project", href: "#contact" }, { text: "View Our Work", href: "#testimonials" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/office-ready-work_1150-101.jpg" + imageSrc="http://img.b2bpic.net/free-photo/office-ready-work_1150-101.jpg?_wi=1" imageAlt="Break Point Web Studio modern workspace" showDimOverlay={true} /> @@ -75,7 +75,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Web Design", description: "We create stunning, user-centered website designs that reflect your brand identity and engage your audience. From concept to final pixels, we ensure every detail is perfect.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/information-technology-connection-graphics-concept_53876-121040.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/information-technology-connection-graphics-concept_53876-121040.jpg?_wi=1"}, items: [ { icon: Palette, text: "Brand-aligned visual design" }, { icon: Smartphone, text: "Responsive mobile-first approach" }, @@ -85,7 +85,7 @@ export default function LandingPage() { }, { id: "2", title: "Web Development", description: "Our developers build fast, secure, and scalable web applications using modern technologies. We focus on clean code, best practices, and future-proof architecture.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holding-tablet_23-2149762489.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-holding-tablet_23-2149762489.jpg?_wi=1"}, items: [ { icon: Code, text: "Full-stack development expertise" }, { icon: Lock, text: "Security and best practices" }, @@ -95,7 +95,7 @@ export default function LandingPage() { }, { id: "3", title: "E-Commerce Solutions", description: "We build powerful e-commerce platforms that drive conversions. From product management to payment integration, we handle the technical complexity so you can focus on growth.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/online-shopping-landing-page-template_23-2149014644.jpg"}, + imageSrc: "http://img.b2bpic.net/free-vector/online-shopping-landing-page-template_23-2149014644.jpg?_wi=1"}, items: [ { icon: ShoppingCart, text: "Conversion-optimized design" }, { icon: CreditCard, text: "Secure payment processing" },