diff --git a/src/pages/ContactPage.tsx b/src/pages/ContactPage.tsx index f75d71d..f2fd241 100644 --- a/src/pages/ContactPage.tsx +++ b/src/pages/ContactPage.tsx @@ -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" /> @@ -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" />