Update src/app/visit/page.tsx

This commit is contained in:
2026-02-24 16:15:57 +00:00
parent 8e1d9e0141
commit 5fd84560ef

View File

@@ -16,7 +16,7 @@ export default function VisitPage() {
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"
@@ -61,24 +61,17 @@ export default function VisitPage() {
carouselMode="buttons" carouselMode="buttons"
features={[ features={[
{ {
title: "Location & Parking", title: "Location & Parking", description: "3337 Adams Avenue in Normal Heights. Street and nearby lot parking available.", bentoComponent: "orbiting-icons", centerIcon: MapPin,
description: "3337 Adams Avenue in Normal Heights. Street and nearby lot parking available.",
bentoComponent: "orbiting-icons",
centerIcon: MapPin,
items: [ items: [
{ icon: Clock, ring: 1 }, { icon: Clock, ring: 1 },
{ icon: Phone, ring: 2 } { icon: Phone, ring: 2 }
] ]
}, },
{ {
title: "Store Hours", title: "Store Hours", description: "Open daily 12:00 PM - 7:00 PM. Consistent hours every day of the week.", bentoComponent: "globe"
description: "Open daily 12:00 PM - 7:00 PM. Consistent hours every day of the week.",
bentoComponent: "globe"
}, },
{ {
title: "Contact Info", title: "Contact Info", description: "Call us at 619-578-2944 or email info@laloupevintage.com", bentoComponent: "globe"
description: "Call us at 619-578-2944 or email info@laloupevintage.com",
bentoComponent: "globe"
} }
]} ]}
/> />
@@ -92,7 +85,7 @@ export default function VisitPage() {
description="Have questions about specific items, sizing, or want to know what's new? Drop us a line and we'll help you make the most of your visit." description="Have questions about specific items, sizing, or want to know what's new? Drop us a line and we'll help you make the most of your visit."
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=1" 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"