Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-02-24 20:45:09 +00:00

View File

@@ -32,8 +32,7 @@ export default function SellWithUsPage() {
{ name: "Gallery", id: "/gallery" }
]}
button={{
text: "Contact",
href: "/contact"
text: "Contact", href: "/contact"
}}
className="bg-white/80 backdrop-blur-sm border border-accent/20"
navItemClassName="text-foreground hover:text-primary-cta transition-colors"
@@ -47,15 +46,11 @@ export default function SellWithUsPage() {
heading={[
{ type: "text", content: "Sell Your" },
{
type: "image",
src: "https://img.b2bpic.net/free-vector/retro-labels-collection_1009-310.jpg",
alt: "Vintage badge"
type: "image", src: "https://img.b2bpic.net/free-vector/retro-labels-collection_1009-310.jpg", alt: "Vintage badge"
},
{ type: "text", content: "Vintage with" },
{
type: "image",
src: "https://img.b2bpic.net/free-vector/labels-collection-vintage-style_23-2147859919.jpg",
alt: "Era tag"
type: "image", src: "https://img.b2bpic.net/free-vector/labels-collection-vintage-style_23-2147859919.jpg", alt: "Era tag"
},
{ type: "text", content: "La Loupe" }
]}
@@ -73,9 +68,7 @@ export default function SellWithUsPage() {
heading={[
{ type: "text", content: "Fair Rates" },
{
type: "image",
src: "https://img.b2bpic.net/free-vector/retro-labels-collection_1009-310.jpg",
alt: "Vintage badge"
type: "image", src: "https://img.b2bpic.net/free-vector/retro-labels-collection_1009-310.jpg", alt: "Vintage badge"
},
{ type: "text", content: "30% Cash or 50% Trade Credit" }
]}
@@ -93,33 +86,22 @@ export default function SellWithUsPage() {
description="We're excited to see what treasures you have! Tell us about your pieces and we'll help you through our selling process. Appointments required - no walk-ins currently."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true
name: "name", type: "text", placeholder: "Your Name", required: true
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true
name: "email", type: "email", placeholder: "Your Email", required: true
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: false
name: "phone", type: "tel", placeholder: "Phone Number", required: false
}
]}
textarea={{
name: "message",
placeholder: "Tell us about your vintage pieces - what eras, types of clothing, condition, etc. This helps us prepare for your appointment!",
rows: 6,
name: "message", placeholder: "Tell us about your vintage pieces - what eras, types of clothing, condition, etc. This helps us prepare for your appointment!", rows: 6,
required: true
}}
useInvertedBackground={false}
imageSrc="https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg?_wi=3"
imageAlt: "Vintage clothing collection"
imageSrc="https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg"
imageAlt="Vintage clothing collection"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Request Appointment"