Update src/app/contact/page.tsx
This commit is contained in:
@@ -15,7 +15,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -45,7 +45,7 @@ export default function ContactPage() {
|
||||
description="Subscribe to our newsletter for new arrivals, shop news, and special events. Plus, followers get exclusive first access to the best finds."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/summer-objects_23-2147647062.jpg?_wi=2"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/summer-objects_23-2147647062.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="your.email@example.com"
|
||||
@@ -65,24 +65,17 @@ export default function ContactPage() {
|
||||
carouselMode="buttons"
|
||||
features={[
|
||||
{
|
||||
title: "Call or Text",
|
||||
description: "619-578-2944 for appointments, questions, or quick updates",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Phone,
|
||||
title: "Call or Text", description: "619-578-2944 for appointments, questions, or quick updates", bentoComponent: "orbiting-icons", centerIcon: Phone,
|
||||
items: [
|
||||
{ icon: Clock, ring: 1 },
|
||||
{ icon: MapPin, ring: 2 }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Email Us",
|
||||
description: "info@laloupevintage.com for detailed inquiries and business matters",
|
||||
bentoComponent: "globe"
|
||||
title: "Email Us", description: "info@laloupevintage.com for detailed inquiries and business matters", bentoComponent: "globe"
|
||||
},
|
||||
{
|
||||
title: "Follow on Instagram",
|
||||
description: "@laloupevintage for daily updates, new arrivals, and behind-the-scenes content",
|
||||
bentoComponent: "globe"
|
||||
title: "Follow on Instagram", description: "@laloupevintage for daily updates, new arrivals, and behind-the-scenes content", bentoComponent: "globe"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -99,14 +92,10 @@ export default function ContactPage() {
|
||||
carouselMode="buttons"
|
||||
features={[
|
||||
{
|
||||
title: "Store Location",
|
||||
description: "3337 Adams Avenue, San Diego, CA 92116 in Normal Heights",
|
||||
bentoComponent: "globe"
|
||||
title: "Store Location", description: "3337 Adams Avenue, San Diego, CA 92116 in Normal Heights", bentoComponent: "globe"
|
||||
},
|
||||
{
|
||||
title: "Store Hours",
|
||||
description: "Open daily 12:00 PM - 7:00 PM, seven days a week",
|
||||
bentoComponent: "globe"
|
||||
title: "Store Hours", description: "Open daily 12:00 PM - 7:00 PM, seven days a week", bentoComponent: "globe"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user