Update src/app/contact/page.tsx
This commit is contained in:
@@ -25,11 +25,11 @@ export default function ContactPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Features", id: "/" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "How It Works", id: "/" },
|
||||
{ name: "Testimonials", id: "/" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "How It Works", id: "howitworks" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="HighlightAI"
|
||||
bottomLeftText="Sports Video Intelligence"
|
||||
@@ -48,7 +48,7 @@ export default function ContactPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/a-sleek-sports-highlight-reel-editing-da-1772750807322-41a26c68.png?_wi=4"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/a-sleek-sports-highlight-reel-editing-da-1772750807322-41a26c68.png"
|
||||
imageAlt="Contact page hero section"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -60,30 +60,19 @@ export default function ContactPage() {
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How can I contact support?",
|
||||
content: "You can reach our support team at hello@highlightai.com or through the contact form on this page. We typically respond within 24 hours.",
|
||||
},
|
||||
id: "1", title: "How can I contact support?", content: "You can reach our support team at hello@highlightai.com or through the contact form on this page. We typically respond within 24 hours."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What are your business hours?",
|
||||
content: "Our support team is available Monday through Friday, 9 AM to 5 PM EST. We respond to all inquiries, including weekend messages, by Monday.",
|
||||
},
|
||||
id: "2", title: "What are your business hours?", content: "Our support team is available Monday through Friday, 9 AM to 5 PM EST. We respond to all inquiries, including weekend messages, by Monday."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer sales consultations?",
|
||||
content: "Yes! If you're interested in our enterprise plans or have specific needs, we can arrange a call with our sales team. Contact us to schedule.",
|
||||
},
|
||||
id: "3", title: "Do you offer sales consultations?", content: "Yes! If you're interested in our enterprise plans or have specific needs, we can arrange a call with our sales team. Contact us to schedule."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are there partnership opportunities?",
|
||||
content: "We're always interested in partnerships with athletes, coaches, teams, and media companies. Please reach out to discuss opportunities.",
|
||||
},
|
||||
id: "4", title: "Are there partnership opportunities?", content: "We're always interested in partnerships with athletes, coaches, teams, and media companies. Please reach out to discuss opportunities."},
|
||||
]}
|
||||
sideTitle="Contact Support"
|
||||
sideDescription="Find answers to common questions or get in touch with our team"
|
||||
useInvertedBackground={false}
|
||||
textPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,17 +95,15 @@ export default function ContactPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{ label: "Features", href: "/" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "How It Works", href: "/" },
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "features" },
|
||||
{ label: "Pricing", href: "pricing" },
|
||||
{ label: "How It Works", href: "howitworks" },
|
||||
{ label: "Download App", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -124,11 +111,10 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Contact Support", href: "/contact" },
|
||||
{ label: "Contact Support", href: "contact" },
|
||||
{ label: "Accessibility", href: "#" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user