diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d860bae..9808a88 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,21 +46,21 @@ export default function AboutPage() { id: 1, title: "Elite Selection", description: "Amazing inventory of Jordans, Dunks, and Yeezys. If you want it, we have it or we'll source it for you.", - imageSrc: "http://img.b2bpic.net/free-photo/person-posing-with-skateboard_23-2150583984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-posing-with-skateboard_23-2150583984.jpg?_wi=7", imageAlt: "Elite Jordan collection", }, { id: 2, title: "Phenomenal Service", description: "Professional, knowledgeable, and genuinely friendly. Juan and the team treat every customer like family.", - imageSrc: "http://img.b2bpic.net/free-photo/rack-full-shoes-modern-house_1268-14356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rack-full-shoes-modern-house_1268-14356.jpg?_wi=6", imageAlt: "Professional retail environment", }, { id: 3, title: "100% Legit & Reliable", description: "Every pair verified authentic. Clean, welcoming environment. The most reliable sneaker spot in Longview.", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8080.jpg?_wi=6", imageAlt: "Verified authentic sneakers", }, ]} @@ -87,7 +87,7 @@ export default function AboutPage() { tag: "Elite Selection", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", avatarAlt: "Jason R.", - imageSrc: "http://img.b2bpic.net/free-photo/person-posing-with-skateboard_23-2150583984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-posing-with-skateboard_23-2150583984.jpg?_wi=8", imageAlt: "Premium sneaker selection", }, { @@ -99,7 +99,7 @@ export default function AboutPage() { tag: "Customer Service", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg", avatarAlt: "Laura G.", - imageSrc: "http://img.b2bpic.net/free-photo/rack-full-shoes-modern-house_1268-14356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rack-full-shoes-modern-house_1268-14356.jpg?_wi=7", imageAlt: "Professional service", }, { @@ -111,7 +111,7 @@ export default function AboutPage() { tag: "Authenticity", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg", avatarAlt: "James J.", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8080.jpg?_wi=7", imageAlt: "Verified authentic pairs", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f5fb872..152c709 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -62,21 +62,21 @@ export default function ContactPage() { id: 1, title: "Visit the Vault", description: "Stop by our Longview location to experience the shop in person, try on pairs, and chat with the team. Clean, organized, and welcoming.", - imageSrc: "http://img.b2bpic.net/free-photo/rack-full-shoes-modern-house_1268-14356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rack-full-shoes-modern-house_1268-14356.jpg?_wi=9", imageAlt: "Visit our store location", }, { id: 2, title: "Email or Call", description: "Have questions? Reach out via email or phone. We typically respond within 24 hours during business days. Direct communication for sourcing requests welcome.", - imageSrc: "http://img.b2bpic.net/free-vector/modern-sale-background-with-product-description_1361-1784.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/modern-sale-background-with-product-description_1361-1784.jpg?_wi=4", imageAlt: "Contact by email or phone", }, { id: 3, title: "Send a Sourcing Request", description: "Looking for a specific pair? Tell us the model, size, and condition you want, and we'll get back to you with options and pricing within 48 hours.", - imageSrc: "http://img.b2bpic.net/free-photo/person-posing-with-skateboard_23-2150583984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-posing-with-skateboard_23-2150583984.jpg?_wi=10", imageAlt: "Submit a sourcing request", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2c9e741..5f4a96d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1421,6 +1421,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +