From 5293a7e6ef11d3157f861b0043d6900b2c49f805 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 16:15:51 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 820d788..3493d8c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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" } ]} />