diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 02be03a..820d788 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,7 +45,7 @@ export default function ContactPage() { description="Subscribe to our newsletter for new arrivals, shop news, and special events. Plus, followers get exclusive first access to the best finds." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="https://img.b2bpic.net/free-photo/summer-objects_23-2147647062.jpg" + imageSrc="https://img.b2bpic.net/free-photo/summer-objects_23-2147647062.jpg?_wi=2" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="your.email@example.com" diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index efd24fb..d2ffcdf 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -63,19 +63,19 @@ export default function FaqPage() { id: 1, title: "What eras do you carry?", description: "We specialize in late 1960s through 1990s vintage clothing and accessories—everything from groovy 60s to rad 90s vibes.", - imageSrc: "/placeholders/placeholder1.webp" + imageSrc: "/placeholders/placeholder1.webp?_wi=1" }, { id: 2, title: "Do you buy clothing every day?", description: "We require appointments to buy—most are booked a week or more in advance. Check our Open Buy Day schedule for no-appointment options.", - imageSrc: "/placeholders/placeholder1.webp" + imageSrc: "/placeholders/placeholder1.webp?_wi=2" }, { id: 3, title: "Can I walk in to sell?", description: "Not currently. We don't always have buyers on site. Book an appointment or come to Open Buy Day for selling opportunities.", - imageSrc: "/placeholders/placeholder1.webp" + imageSrc: "/placeholders/placeholder1.webp?_wi=3" } ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 2aa7b95..5be8fa6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,19 +126,19 @@ export default function HomePage() { id: 1, title: "Book an Appointment", description: "Schedule a time that works for you. We require appointments (one per week max). Most appointments are a week or more in advance. No same-day appointments.", - imageSrc: "https://img.b2bpic.net/free-vector/calendar-template-design_742173-22539.jpg" + imageSrc: "https://img.b2bpic.net/free-vector/calendar-template-design_742173-22539.jpg?_wi=1" }, { id: 2, title: "Bring Your Pieces", description: "Up to 40 items per visit. Bring your best finds—denim, tees, dresses, jackets, anything wearable from the 60s–90s. We focus on pieces we know our customers love.", - imageSrc: "https://img.b2bpic.net/free-photo/hand-woven-geometric-denim-area-rug-wooden-floor_169016-48934.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/hand-woven-geometric-denim-area-rug-wooden-floor_169016-48934.jpg?_wi=1" }, { id: 3, title: "Get Paid or Trade", description: "Receive 30% cash value or 50% trade credit toward items in our shop. Quick evaluation, fair pricing, and support for keeping vintage in circulation.", - imageSrc: "https://img.b2bpic.net/free-photo/overhead-shot-person-collecting-donations-church-black-white_181624-42670.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/overhead-shot-person-collecting-donations-church-black-white_181624-42670.jpg?_wi=1" } ]} /> diff --git a/src/app/sell-with-us/page.tsx b/src/app/sell-with-us/page.tsx index ffd44ad..9042b87 100644 --- a/src/app/sell-with-us/page.tsx +++ b/src/app/sell-with-us/page.tsx @@ -63,19 +63,19 @@ export default function SellWithUsPage() { id: 1, title: "Book an Appointment", description: "Schedule a time that works for you. We require appointments (one per week max). Most appointments are a week or more in advance. No same-day appointments.", - imageSrc: "https://img.b2bpic.net/free-vector/calendar-template-design_742173-22539.jpg" + imageSrc: "https://img.b2bpic.net/free-vector/calendar-template-design_742173-22539.jpg?_wi=2" }, { id: 2, title: "Bring Your Pieces", description: "Up to 40 items per visit. Bring your best finds—denim, tees, dresses, jackets, anything wearable from the 60s–90s. We focus on pieces we know our customers love.", - imageSrc: "https://img.b2bpic.net/free-photo/hand-woven-geometric-denim-area-rug-wooden-floor_169016-48934.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/hand-woven-geometric-denim-area-rug-wooden-floor_169016-48934.jpg?_wi=2" }, { id: 3, title: "Get Paid or Trade", description: "Receive 30% cash value or 50% trade credit toward items in our shop. Quick evaluation, fair pricing, and support for keeping vintage in circulation.", - imageSrc: "https://img.b2bpic.net/free-photo/overhead-shot-person-collecting-donations-church-black-white_181624-42670.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/overhead-shot-person-collecting-donations-church-black-white_181624-42670.jpg?_wi=2" } ]} /> diff --git a/src/app/visit/page.tsx b/src/app/visit/page.tsx index b28527a..21e3741 100644 --- a/src/app/visit/page.tsx +++ b/src/app/visit/page.tsx @@ -92,7 +92,7 @@ export default function VisitPage() { description="Have questions about specific items, sizing, or want to know what's new? Drop us a line and we'll help you make the most of your visit." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="https://img.b2bpic.net/free-photo/summer-objects_23-2147647062.jpg" + imageSrc="https://img.b2bpic.net/free-photo/summer-objects_23-2147647062.jpg?_wi=1" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="your.email@example.com"