Update src/app/faq/page.tsx

This commit is contained in:
2026-02-24 16:10:45 +00:00
parent e1d1e040fa
commit 5f306b4c0c

View File

@@ -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"
}
]}
/>