Update src/app/page.tsx
This commit is contained in:
@@ -146,12 +146,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers regarding listing your business, searching for services, and maximizing your presence on Directory LA."
|
||||
title="Arts District LA BID: Your Questions Answered"
|
||||
description="Everything you need to know about the Arts District Los Angeles Business Improvement District, its mission, and services."
|
||||
faqs={[
|
||||
{ id: "1", title: "How do I list my business on Directory LA?", content: "Listing your business is simple! Navigate to the 'List Your Business' section and follow the steps to create your premium profile." },
|
||||
{ id: "2", title: "What are the benefits of a premium listing?", content: "Premium listings offer enhanced visibility, more media options, priority placement in search results, and direct customer engagement tools." },
|
||||
{ id: "3", title: "Is Directory LA only for specific industries?", content: "No, Directory LA is designed to showcase a wide array of businesses across all industries in the greater Los Angeles area. We welcome diversity!" }
|
||||
{ id: "1", title: "What is the Arts District LA BID?", content: "The Arts District Los Angeles Business Improvement District (BID) is a non-profit organization dedicated to enhancing the quality of life and economic vitality of the Arts District." },
|
||||
{ id: "2", title: "What services does the BID provide?", content: "The BID provides a range of services including clean and safe programs, economic development, advocacy for businesses, and community event programming." },
|
||||
{ id: "3", title: "How can businesses get involved or benefit?", content: "Businesses can get involved through various committees, attending community meetings, and leveraging BID resources for networking, marketing, and advocacy. Contact us for partnership opportunities." },
|
||||
{ id: "4", title: "What are the boundaries of the Arts District LA BID?", content: "The BID covers a specific geographic area within the downtown Los Angeles Arts District, generally bounded by 1st Street, Alameda Street, the 10 Freeway, and the Los Angeles River. See our website for a detailed map." },
|
||||
{ id: "5", title: "How can I contact the Arts District LA BID?", content: "You can reach us through the contact form on this page, or find our direct contact information in the footer below." }
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -161,28 +163,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get Listed"
|
||||
title="Showcase Your Business in LA"
|
||||
description="Join Directory LA today and connect with thousands of potential customers. Elevate your presence in the city of angels."
|
||||
tag="Get in Touch"
|
||||
title="Contact Arts District LA BID"
|
||||
description="Have questions about the Arts District or want to partner with us? Reach out to the Arts District Los Angeles Business Improvement District team."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Submit Inquiry"
|
||||
termsText="By clicking Submit Inquiry you're confirming that you agree with our Terms and Conditions."
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Send Inquiry"
|
||||
termsText="By clicking Send Inquiry, you agree to receive communications from Arts District LA BID and acknowledge our Privacy Policy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Directory LA"
|
||||
logoText="Arts District LA BID"
|
||||
columns={[
|
||||
{ title: "Explore", items: [{ label: "Home", href: "#home" }, { label: "About Us", href: "#about" }, { label: "Listings", href: "#listings" }, { label: "Testimonials", href: "#testimonials" }] },
|
||||
{ title: "Businesses", items: [{ label: "List Your Business", href: "#contact" }, { label: "Premium Features", href: "#features" }, { label: "FAQ", href: "#faq" }] },
|
||||
{ title: "About Us", items: [{ label: "Our Mission", href: "#" }, { label: "Services", href: "#" }, { label: "Our History", href: "#" }] },
|
||||
{ title: "Resources", items: [{ label: "Business Tools", href: "#" }, { label: "Community", href: "#" }, { label: "Events", href: "#" }] },
|
||||
{ title: "Connect", items: [{ label: "Get in Touch", href: "#contact" }, { label: "Area Map", href: "#" }, { label: "Newsletter", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Directory LA. All rights reserved."
|
||||
copyrightText="© 2024 Arts District LA BID. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user