Update src/app/faq/page.tsx

This commit is contained in:
2026-02-24 16:15:52 +00:00
parent 5293a7e6ef
commit fb1de3963c

View File

@@ -16,7 +16,7 @@ export default function FaqPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
@@ -61,21 +61,15 @@ export default function FaqPage() {
features={[
{
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?_wi=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"
},
{
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?_wi=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"
},
{
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?_wi=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"
}
]}
/>
@@ -87,25 +81,13 @@ export default function FaqPage() {
description="Key information about our policies and processes at a glance."
metrics={[
{
id: "1",
value: "40",
title: "Item Limit",
description: "Maximum items per Open Buy Day visit",
icon: Calendar
id: "1", value: "40", title: "Item Limit", description: "Maximum items per Open Buy Day visit", icon: Calendar
},
{
id: "2",
value: "30",
title: "Cash Rate",
description: "Percentage of value paid in cash",
icon: DollarSign
id: "2", value: "30", title: "Cash Rate", description: "Percentage of value paid in cash", icon: DollarSign
},
{
id: "3",
value: "50",
title: "Trade Rate",
description: "Percentage of value given in trade credit",
icon: HelpCircle
id: "3", value: "50", title: "Trade Rate", description: "Percentage of value given in trade credit", icon: HelpCircle
}
]}
gridVariant="uniform-all-items-equal"