Update src/pages/ContactPage.tsx

This commit is contained in:
2026-07-02 22:42:24 +00:00
parent 2369b7f462
commit 43d40f9d30

View File

@@ -11,13 +11,9 @@ export default function ContactPage() {
tag="Inquiries"
text="Get in touch for partnerships, press, or personal scent styling."
primaryButton={{
text: "Email Us",
href: "mailto:hello@sanarissavant.com",
}}
text: "Email Us", href: "mailto:hello@sanarissavant.com"}}
secondaryButton={{
text: "Follow Us",
href: "#",
}}
text: "Follow Us", href: "#"}}
textAnimation="fade-blur"
/>
</SectionErrorBoundary>
@@ -30,16 +26,13 @@ export default function ContactPage() {
title="Visit the Atelier"
description="Private appointments are available by request."
items={[
{
title: "Studio Visit",
description: "Book a private scent testing.",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg",
},
{
title: "Virtual Sessions",
description: "Global one-on-one styling.",
imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg",
},
{ title: "Studio Visit", description: "Book a private scent testing.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg" },
{ title: "Virtual Sessions", description: "Global one-on-one styling.", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg" },
{ title: "Private Testing", description: "Deep dive into scents.", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17689.jpg" },
{ title: "Corporate Events", description: "Scent experiences for teams.", imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016630.jpg" },
{ title: "Press Inquiry", description: "Media and styling access.", imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg" },
{ title: "Founder Tour", description: "Walk through the lab.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307236.jpg" },
{ title: "Scent Concierge", description: "Bespoke styling services.", imageSrc: "http://img.b2bpic.net/free-photo/set-feathers-can_23-2148073845.jpg" }
]}
textAnimation="fade-blur"
/>