From 7f020289207196941487728d60a4f0e85ffa1f71 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 00:18:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 345 +++++++++++------------------------------------ 1 file changed, 77 insertions(+), 268 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca9f77c..4e73b20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,39 +34,23 @@ export default function LandingPage() { @@ -74,108 +58,63 @@ export default function LandingPage() { @@ -186,14 +125,10 @@ export default function LandingPage() { useInvertedBackground={true} title="Your Growth Partner in Digital Marketing" description={[ - "At Apex Marketing, we blend creativity with data-driven strategies to deliver measurable results. Our team of experts is passionate about helping businesses like yours thrive in the competitive digital landscape.", - "From SEO and content creation to social media and paid advertising, we craft bespoke campaigns tailored to your unique goals. Let's achieve remarkable success together.", - ]} + "At Apex Marketing, we blend creativity with data-driven strategies to deliver measurable results. Our team of experts is passionate about helping businesses like yours thrive in the competitive digital landscape.", "From SEO and content creation to social media and paid advertising, we craft bespoke campaigns tailored to your unique goals. Let's achieve remarkable success together."]} buttons={[ { - text: "Learn About Us", - href: "#team", - }, + text: "Learn About Us", href: "#team"}, ]} /> @@ -202,32 +137,23 @@ export default function LandingPage() { @@ -396,25 +253,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq1", - title: "What types of businesses do you work with?", - content: "We partner with businesses of all sizes, from startups to established enterprises, across a wide range of industries. Our strategies are tailored to meet your unique business objectives.", - }, + id: "faq1", title: "What types of businesses do you work with?", content: "We partner with businesses of all sizes, from startups to established enterprises, across a wide range of industries. Our strategies are tailored to meet your unique business objectives."}, { - id: "faq2", - title: "How do you measure campaign success?", - content: "We utilize a variety of metrics, including ROI, lead generation, website traffic, conversion rates, and brand engagement. We provide regular, transparent reports to keep you informed of your campaign's performance.", - }, + id: "faq2", title: "How do you measure campaign success?", content: "We utilize a variety of metrics, including ROI, lead generation, website traffic, conversion rates, and brand engagement. We provide regular, transparent reports to keep you informed of your campaign's performance."}, { - id: "faq3", - title: "What makes Apex Marketing different?", - content: "Our blend of creative innovation and data-driven precision sets us apart. We prioritize transparent communication, customized strategies, and measurable results, building long-term partnerships with our clients.", - }, + id: "faq3", title: "What makes Apex Marketing different?", content: "Our blend of creative innovation and data-driven precision sets us apart. We prioritize transparent communication, customized strategies, and measurable results, building long-term partnerships with our clients."}, { - id: "faq4", - title: "Can you integrate with our existing marketing tools?", - content: "Absolutely. We are adept at working with a wide range of marketing platforms and tools, ensuring seamless integration with your current tech stack for efficient operations.", - }, + id: "faq4", title: "Can you integrate with our existing marketing tools?", content: "Absolutely. We are adept at working with a wide range of marketing platforms and tools, ensuring seamless integration with your current tech stack for efficient operations."}, ]} title="Frequently Asked Questions" description="Find quick answers to common questions about our services, process, and partnership model." @@ -430,34 +275,20 @@ export default function LandingPage() { description="Ready to elevate your marketing? Fill out the form below to schedule a free consultation. We're excited to hear from you!" 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: "company", - type: "text", - placeholder: "Your Company", - required: false, + name: "company", type: "text", placeholder: "Your Company", required: false, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number (Optional)", - required: false, + name: "phone", type: "tel", placeholder: "Phone Number (Optional)", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your project...", - rows: 4, + name: "message", placeholder: "Tell us about your project...", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5031.jpg" @@ -473,57 +304,35 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "#home", - }, + label: "Home", href: "#home"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Team", - href: "#team", - }, + label: "Team", href: "#team"}, ], }, { items: [ { - label: "Results", - href: "#results", - }, + label: "Results", href: "#results"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Sitemap", - href: "#", - }, + label: "Sitemap", href: "#"}, ], }, ]} -- 2.49.1