Merge version_2 into main #5
@@ -160,16 +160,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "parking", title: "Where can I find parking at Spring Valley?", content: "Spring Valley offers ample parking, including a large multi-story parking garage and several surface lots. We also have designated accessible parking spaces near all main entrances for your convenience."},
|
||||
id: "mall-hours", title: "What are Spring Valley's operating hours?", content: "Spring Valley is open Monday-Saturday from 10 AM to 9 PM, and Sunday from 11 AM to 7 PM. Holiday hours may vary, please check our website for updates."
|
||||
},
|
||||
{
|
||||
id: "store-quality", title: "How do you ensure store and service quality?", content: "We carefully curate our tenant mix to bring you a diverse range of high-quality shops, restaurants, and services. We regularly gather feedback from our community to maintain excellent standards across the center."},
|
||||
id: "store-directory", title: "Where can I find a specific store?", content: "You can find our comprehensive store directory on our website, or pick up a physical directory map at our Guest Services desk near the main entrance."
|
||||
},
|
||||
{
|
||||
id: "events", title: "Are there events or activities for the community?", content: "Yes! Spring Valley hosts a variety of community events, seasonal festivals, and entertainment options throughout the year. Check our 'Events' section for the latest schedule and upcoming attractions."},
|
||||
id: "parking-info", title: "Where is parking available and what are the rates?", content: "Spring Valley offers ample free parking in our multi-story garage and various surface lots. Accessible parking is available near all major entrances. No hourly rates apply for standard parking."
|
||||
},
|
||||
{
|
||||
id: "gift-cards", title: "Do you offer Spring Valley gift cards?", content: "Yes, Spring Valley gift cards are available for purchase at our Guest Services desk. They make the perfect gift and are accepted at most stores and restaurants throughout the mall."
|
||||
},
|
||||
{
|
||||
id: "lost-found", title: "What should I do if I lost an item or need assistance?", content: "For lost and found inquiries, or any other assistance during your visit, please visit our Guest Services desk located near the main entrance or call us at [Phone Number]."
|
||||
},
|
||||
{
|
||||
id: "accessibility", title: "Is Spring Valley accessible for guests with disabilities?", content: "Yes, Spring Valley is fully accessible. We offer wheelchair rentals at Guest Services, accessible restrooms, and designated parking spaces to ensure a comfortable experience for all guests."
|
||||
}
|
||||
]}
|
||||
ctaTitle="Have a Question?"
|
||||
ctaDescription="Get in touch with us for inquiries about leasing, events, or general feedback. We're here to help make your Spring Valley experience exceptional."
|
||||
ctaTitle="Need Further Assistance?"
|
||||
ctaDescription="Our dedicated Guest Services team is here to help make your visit to Spring Valley enjoyable and stress-free. Feel free to reach out with any questions."
|
||||
ctaButton={{
|
||||
text: "Contact Us Now", href: "/contact"}}
|
||||
text: "Contact Our Team", href: "/contact"
|
||||
}}
|
||||
ctaIcon={Mail}
|
||||
/>
|
||||
</div>
|
||||
@@ -178,53 +191,39 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Stores", href: "#stores"},
|
||||
{
|
||||
label: "Dining", href: "#dining-entertainment"},
|
||||
],
|
||||
title: "Shopping & Dining", items: [
|
||||
{ label: "Store Directory", href: "#" },
|
||||
{ label: "Restaurants", href: "#" },
|
||||
{ label: "Specialty Stores", href: "#" },
|
||||
{ label: "Sales & Promotions", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "Getting Here", href: "#"},
|
||||
{
|
||||
label: "Parking Info", href: "#parking"},
|
||||
{
|
||||
label: "Mall Hours", href: "#"},
|
||||
{
|
||||
label: "Contact Us", href: "/contact"},
|
||||
],
|
||||
title: "Plan Your Visit", items: [
|
||||
{ label: "Mall Hours", href: "#" },
|
||||
{ label: "Directions & Parking", href: "#" },
|
||||
{ label: "Guest Services", href: "#" },
|
||||
{ label: "Accessibility", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Community", items: [
|
||||
{
|
||||
label: "Events Calendar", href: "#events"},
|
||||
{
|
||||
label: "Leasing", href: "#"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Feedback", href: "/contact"},
|
||||
],
|
||||
title: "About Spring Valley", items: [
|
||||
{ label: "Events & Entertainment", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Leasing Opportunities", href: "#" },
|
||||
{ label: "Newsroom", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
{
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Twitter", href: "https://twitter.com"},
|
||||
],
|
||||
},
|
||||
title: "Legal & Connect", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Spring Valley. All rights reserved."
|
||||
copyrightText="© 2024 Spring Valley Mall. All rights reserved. Managed by Local Retail Group."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user