diff --git a/src/pages/ContactPage.tsx b/src/pages/ContactPage.tsx index 251d2aa..c39bbe3 100644 --- a/src/pages/ContactPage.tsx +++ b/src/pages/ContactPage.tsx @@ -45,13 +45,13 @@ export default function ContactPage() { { title: "Responsive Service", description: "Usually reply within 24 hours.", - imageSrc: "http://img.b2bpic.net/free-photo/blank-envelopes-business-cards-isolated-white_211682-250.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blank-envelopes-business-cards-isolated-white_211682-250.jpg?_wi=2", imageAlt: "Blank envelopes and business cards isolated on white.", }, { title: "Custom Solutions", description: "Tailored approach to your brand.", - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-home-workspace-design_23-2148991453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-home-workspace-design_23-2148991453.jpg?_wi=3", imageAlt: "Blank envelopes and business cards isolated on white.", }, ]} @@ -62,7 +62,7 @@ export default function ContactPage() { text: "Send Message", href: "/contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/blank-envelopes-business-cards-isolated-white_211682-250.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blank-envelopes-business-cards-isolated-white_211682-250.jpg?_wi=3", }} /> diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 6eedafe..fcbe7d2 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -21,7 +21,7 @@ export default function HomePage() { text: "Contact Us", href: "/contact", }} - imageSrc="http://img.b2bpic.net/free-photo/minimalistic-home-workspace-design_23-2148991453.jpg" + imageSrc="http://img.b2bpic.net/free-photo/minimalistic-home-workspace-design_23-2148991453.jpg?_wi=1" /> @@ -37,19 +37,19 @@ export default function HomePage() { name: "Sarah J.", role: "Boutique Owner", quote: "The branding work was exceptional. Truly elevated my business.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-self-confident-blonde-woman-white-blouse-brown-pants-reads-newspaper-poses-dark-corridor_197531-23198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-self-confident-blonde-woman-white-blouse-brown-pants-reads-newspaper-poses-dark-corridor_197531-23198.jpg?_wi=1", }, { name: "Marcus V.", role: "Content Creator", quote: "Golden Chapter Studio transformed my feed completely.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-unknown-young-man-posing_23-2149417575.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-unknown-young-man-posing_23-2149417575.jpg?_wi=1", }, { name: "Elena R.", role: "Event Planner", quote: "Absolutely flawless design, very luxury and professional.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg?_wi=1", }, { name: "David L.", diff --git a/src/pages/PortfolioPage.tsx b/src/pages/PortfolioPage.tsx index 1d8e820..eac2c50 100644 --- a/src/pages/PortfolioPage.tsx +++ b/src/pages/PortfolioPage.tsx @@ -62,17 +62,17 @@ export default function PortfolioPage() { { name: "Anna S.", role: "Creative Lead", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-self-confident-blonde-woman-white-blouse-brown-pants-reads-newspaper-poses-dark-corridor_197531-23198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-self-confident-blonde-woman-white-blouse-brown-pants-reads-newspaper-poses-dark-corridor_197531-23198.jpg?_wi=2", }, { name: "Julian B.", role: "Web Designer", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-unknown-young-man-posing_23-2149417575.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-unknown-young-man-posing_23-2149417575.jpg?_wi=2", }, { name: "Kelsey M.", role: "Brand Strategist", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg?_wi=2", }, ]} /> diff --git a/src/pages/ServicesPage.tsx b/src/pages/ServicesPage.tsx index e97209c..5474e19 100644 --- a/src/pages/ServicesPage.tsx +++ b/src/pages/ServicesPage.tsx @@ -112,13 +112,13 @@ export default function ServicesPage() { { title: "Artistic Focus", description: "Every pixel is crafted with care.", - imageSrc: "http://img.b2bpic.net/free-photo/blank-envelopes-business-cards-isolated-white_211682-250.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blank-envelopes-business-cards-isolated-white_211682-250.jpg?_wi=1", imageAlt: "Blank envelopes and business cards isolated on white.", }, { title: "Strategy Driven", description: "Visuals meant to drive conversion.", - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-home-workspace-design_23-2148991453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-home-workspace-design_23-2148991453.jpg?_wi=2", imageAlt: "Blank envelopes and business cards isolated on white.", }, ]}