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