Update src/app/visit/page.tsx
This commit is contained in:
@@ -16,7 +16,7 @@ export default function VisitPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -61,24 +61,17 @@ export default function VisitPage() {
|
||||
carouselMode="buttons"
|
||||
features={[
|
||||
{
|
||||
title: "Location & Parking",
|
||||
description: "3337 Adams Avenue in Normal Heights. Street and nearby lot parking available.",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: MapPin,
|
||||
title: "Location & Parking", description: "3337 Adams Avenue in Normal Heights. Street and nearby lot parking available.", bentoComponent: "orbiting-icons", centerIcon: MapPin,
|
||||
items: [
|
||||
{ icon: Clock, ring: 1 },
|
||||
{ icon: Phone, ring: 2 }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Store Hours",
|
||||
description: "Open daily 12:00 PM - 7:00 PM. Consistent hours every day of the week.",
|
||||
bentoComponent: "globe"
|
||||
title: "Store Hours", description: "Open daily 12:00 PM - 7:00 PM. Consistent hours every day of the week.", bentoComponent: "globe"
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
description: "Call us at 619-578-2944 or email info@laloupevintage.com",
|
||||
bentoComponent: "globe"
|
||||
title: "Contact Info", 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."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
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"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="your.email@example.com"
|
||||
|
||||
Reference in New Issue
Block a user