diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bea7714..eeaa483 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { }} title="Let's Build Together" description="Reach out to us via email or chat on WhatsApp." - imageSrc="http://img.b2bpic.net/free-photo/round-particle-lines-futuristic-gradient-wallpaper_53876-97643.jpg" + imageSrc="http://img.b2bpic.net/free-photo/round-particle-lines-futuristic-gradient-wallpaper_53876-97643.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@alice", testimonial: "Great work!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=9", }, { id: "2", @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@bob", testimonial: "Very professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=10", }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 2119143..6562af6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { onClick: "() => { console.log('Sharing...'); }", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-flowing-cyber-particles-with-shallow-depth-field_1048-12765.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-flowing-cyber-particles-with-shallow-depth-field_1048-12765.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { @@ -153,35 +153,35 @@ export default function LandingPage() { name: "Sarah J.", handle: "@sarahjs", testimonial: "Deep WebBazaar transformed our online business perfectly.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=1", }, { id: "2", name: "Mike R.", handle: "@miker", testimonial: "The best development team I've worked with so far.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=2", }, { id: "3", name: "Elena K.", handle: "@elenak", testimonial: "Exceptional communication and high quality code delivery.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=3", }, { id: "4", name: "David L.", handle: "@davidl", testimonial: "They built my startup site within 2 weeks flawlessly.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=4", }, { id: "5", name: "Chloe M.", handle: "@chloem", testimonial: "Highly recommended for any custom business website.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=5", }, ]} title="Trusted by Leaders" @@ -201,14 +201,14 @@ export default function LandingPage() { title: "Performance", description: "Blazing fast speeds.", bentoComponent: "animated-bar-chart", - imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-cyber-particles-with-shallow-depth-field_1048-12765.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-cyber-particles-with-shallow-depth-field_1048-12765.jpg?_wi=2", imageAlt: "dark professional tech workspace", }, { title: "Global Reach", description: "CDN optimized.", bentoComponent: "globe", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zviwq5", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zviwq5&_wi=1", imageAlt: "3d web development icon set", }, { @@ -224,7 +224,7 @@ export default function LandingPage() { }, ], placeholder: "Ask anything...", - imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=6", imageAlt: "portrait professional studio lighting", }, ]} @@ -244,14 +244,14 @@ export default function LandingPage() { value: "200%", title: "Conversion Rate", description: "Increase in traffic", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zviwq5", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zviwq5&_wi=2", }, { id: "2", value: "100%", title: "Uptime", description: "Reliable servers", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zviwq5", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zviwq5&_wi=3", }, ]} /> diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 0ac8932..92aba30 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -68,14 +68,14 @@ export default function LandingPage() { name: "Web Portal", price: "$5k+", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-cyber-particles-with-shallow-depth-field_1048-12765.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-cyber-particles-with-shallow-depth-field_1048-12765.jpg?_wi=3", }, { id: "2", name: "E-shop", price: "$8k+", variant: "Enterprise", - imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-cyber-particles-with-shallow-depth-field_1048-12765.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-flowing-cyber-particles-with-shallow-depth-field_1048-12765.jpg?_wi=4", }, ]} /> @@ -95,14 +95,14 @@ export default function LandingPage() { name: "John Doe", role: "Lead Dev", description: "10 years exp.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=7", }, { id: "2", name: "Jane Smith", role: "Designer", description: "Award winner.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=8", }, ]} /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0428ea9..dc66bf6 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { }, ], completedLabel: "Done", - imageSrc: "http://img.b2bpic.net/free-photo/round-particle-lines-futuristic-gradient-wallpaper_53876-97643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/round-particle-lines-futuristic-gradient-wallpaper_53876-97643.jpg?_wi=1", imageAlt: "abstract tech connectivity background", }, ]}