Update src/app/contact/page.tsx

This commit is contained in:
2026-03-25 04:57:10 +00:00
parent 65e368d77a
commit 1e0ecc4c16

View File

@@ -28,31 +28,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Results",
id: "results",
},
name: "Results", id: "results"},
{
name: "Clients",
id: "clients",
},
name: "Clients", id: "clients"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Apex Social"
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
animateOnLoad={true}
/>
</div>
@@ -64,31 +52,20 @@ export default function LandingPage() {
description="Have questions, need a quote, or want to discuss a custom social media strategy? Reach out to our team today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "subject",
type: "text",
placeholder: "Subject",
required: false,
name: "subject", type: "text", placeholder: "Subject", required: false,
},
]}
textarea={{
name: "message",
placeholder: "Your Message",
rows: 5,
name: "message", placeholder: "Your Message", rows: 5,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/working-office_1150-130.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/working-office_1150-130.jpg"
imageAlt="growth graph social media marketing"
buttonText="Send Message"
/>
@@ -98,17 +75,12 @@ export default function LandingPage() {
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="blur-reveal"
faqs={[
{
id: "1",
title: "What makes Apex Social different?",
content: "We combine bespoke strategies, cutting-edge analytics, and a deep understanding of social media trends to deliver truly exceptional and measurable results for premium brands.",
},
id: "1", title: "What makes Apex Social different?", content: "We combine bespoke strategies, cutting-edge analytics, and a deep understanding of social media trends to deliver truly exceptional and measurable results for premium brands."},
{
id: "2",
title: "How do you measure success?",
content: "We establish clear KPIs aligned with your business objectives, tracking metrics like engagement rate, audience growth, conversion rates, and overall ROI through detailed reports.",
},
id: "2", title: "How do you measure success?", content: "We establish clear KPIs aligned with your business objectives, tracking metrics like engagement rate, audience growth, conversion rates, and overall ROI through detailed reports."},
]}
title="Frequently Asked Questions"
description="Find quick answers to the most common inquiries about our services, process, and partnership model."
@@ -119,21 +91,16 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Still Have Questions?"
tagIcon={Phone}
title="We're Here to Help"
description="Our dedicated support team is ready to provide personalized assistance and answer any further questions you may have."
buttons={[
{
text: "Call Us Now",
href: "tel:+1234567890",
},
text: "Call Us Now", href: "tel:+1234567890"},
{
text: "Schedule a Consultation",
href: "/contact",
},
text: "Schedule a Consultation", href: "/contact"},
]}
/>
</div>
@@ -142,62 +109,37 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Social Strategy",
href: "/services",
},
label: "Social Strategy", href: "/services"},
{
label: "Content Creation",
href: "/services",
},
label: "Content Creation", href: "/services"},
{
label: "Community Management",
href: "/services",
},
label: "Community Management", href: "/services"},
{
label: "Performance Analytics",
href: "/services",
},
label: "Performance Analytics", href: "/services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Our Team",
href: "/about",
},
label: "Our Team", href: "/about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
{
label: "Case Studies",
href: "#",
},
label: "Case Studies", href: "#"},
{
label: "FAQs",
href: "/contact",
},
label: "FAQs", href: "/contact"},
],
},
]}