Merge version_1 into main #2
345
src/app/page.tsx
345
src/app/page.tsx
@@ -34,39 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#results",
|
||||
},
|
||||
name: "Results", id: "#results"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Apex Marketing"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,108 +58,63 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Elevate Your Brand with Apex Marketing"
|
||||
description="Strategic marketing solutions that drive growth, engage audiences, and build lasting connections."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@InnovateGrowth",
|
||||
testimonial: "Apex Marketing transformed our online presence. Their data-driven approach delivered incredible ROI and customer engagement. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg",
|
||||
},
|
||||
name: "Sarah J.", handle: "@InnovateGrowth", testimonial: "Apex Marketing transformed our online presence. Their data-driven approach delivered incredible ROI and customer engagement. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg"},
|
||||
{
|
||||
name: "Michael C.",
|
||||
handle: "@BizSolutions",
|
||||
testimonial: "Working with Apex Marketing was a game-changer. They crafted a comprehensive strategy that significantly boosted our lead generation and brand visibility.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-entrepreneur-standing-looking-camera-crossing-arms-smiling_482257-5018.jpg",
|
||||
},
|
||||
name: "Michael C.", handle: "@BizSolutions", testimonial: "Working with Apex Marketing was a game-changer. They crafted a comprehensive strategy that significantly boosted our lead generation and brand visibility.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-entrepreneur-standing-looking-camera-crossing-arms-smiling_482257-5018.jpg"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@CreativeSpark",
|
||||
testimonial: "The team at Apex is brilliant! Their creative campaigns and attention to detail brought our vision to life and exceeded all our expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg",
|
||||
},
|
||||
name: "Emily R.", handle: "@CreativeSpark", testimonial: "The team at Apex is brilliant! Their creative campaigns and attention to detail brought our vision to life and exceeded all our expectations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg"},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@GlobalTech",
|
||||
testimonial: "Professional, efficient, and effective. Apex Marketing understood our complex needs and delivered tailored solutions that yielded impressive results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
name: "David L.", handle: "@GlobalTech", testimonial: "Professional, efficient, and effective. Apex Marketing understood our complex needs and delivered tailored solutions that yielded impressive results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
{
|
||||
name: "Jessica B.",
|
||||
handle: "@GrowthHarbor",
|
||||
testimonial: "Our partnership with Apex has been invaluable. They consistently provide innovative ideas and flawless execution, leading to sustained business growth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg",
|
||||
},
|
||||
name: "Jessica B.", handle: "@GrowthHarbor", testimonial: "Our partnership with Apex has been invaluable. They consistently provide innovative ideas and flawless execution, leading to sustained business growth.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg"},
|
||||
]}
|
||||
tag="Your Growth Partner"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
alt: "Client Avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Client Avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg",
|
||||
alt: "Client Avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg", alt: "Client Avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg",
|
||||
alt: "Client Avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", alt: "Client Avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-confident-man_1098-18449.jpg",
|
||||
alt: "Client Avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-confident-man_1098-18449.jpg", alt: "Client Avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg",
|
||||
alt: "Client Avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", alt: "Client Avatar 5"},
|
||||
]}
|
||||
avatarText="Join 500+ happy clients"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-celebrating-together_23-2149008957.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-celebrating-together_23-2149008957.jpg"
|
||||
imageAlt="Apex Marketing team collaborating on a digital marketing strategy"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "SEO Optimization",
|
||||
icon: Search,
|
||||
type: "text-icon", text: "SEO Optimization", icon: Search,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Content Strategy",
|
||||
icon: Layout,
|
||||
type: "text-icon", text: "Content Strategy", icon: Layout,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Social Media Growth",
|
||||
icon: Share2,
|
||||
type: "text-icon", text: "Social Media Growth", icon: Share2,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Targeted Ads",
|
||||
icon: Rocket,
|
||||
type: "text-icon", text: "Targeted Ads", icon: Rocket,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Web Development",
|
||||
icon: Palette,
|
||||
type: "text-icon", text: "Web Development", icon: Palette,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -202,32 +137,23 @@ export default function LandingPage() {
|
||||
<FeatureHoverPattern
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
icon: Search,
|
||||
title: "Search Engine Optimization (SEO)",
|
||||
description: "Improve your visibility on search engines and attract organic traffic with our expert SEO strategies.",
|
||||
},
|
||||
title: "Search Engine Optimization (SEO)", description: "Improve your visibility on search engines and attract organic traffic with our expert SEO strategies."},
|
||||
{
|
||||
icon: Layout,
|
||||
title: "Content Marketing",
|
||||
description: "Engage your audience with compelling, high-quality content that drives brand awareness and conversions.",
|
||||
},
|
||||
title: "Content Marketing", description: "Engage your audience with compelling, high-quality content that drives brand awareness and conversions."},
|
||||
{
|
||||
icon: Share2,
|
||||
title: "Social Media Management",
|
||||
description: "Build a strong brand presence and foster community engagement across all major social platforms.",
|
||||
},
|
||||
title: "Social Media Management", description: "Build a strong brand presence and foster community engagement across all major social platforms."},
|
||||
{
|
||||
icon: Rocket,
|
||||
title: "Paid Advertising (PPC)",
|
||||
description: "Maximize your ad spend with targeted campaigns on Google, social media, and other key channels.",
|
||||
},
|
||||
title: "Paid Advertising (PPC)", description: "Maximize your ad spend with targeted campaigns on Google, social media, and other key channels."},
|
||||
{
|
||||
icon: Palette,
|
||||
title: "Web Design & Development",
|
||||
description: "Create stunning, user-friendly websites that convert visitors into loyal customers.",
|
||||
},
|
||||
title: "Web Design & Development", description: "Create stunning, user-friendly websites that convert visitors into loyal customers."},
|
||||
]}
|
||||
title="Our Core Marketing Services"
|
||||
description="Comprehensive strategies designed to maximize your online presence and achieve your business objectives."
|
||||
@@ -243,32 +169,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "250%",
|
||||
title: "Average ROI",
|
||||
description: "Achieved for our clients across various campaigns.",
|
||||
icon: TrendingUp,
|
||||
id: "m1", value: "250%", title: "Average ROI", description: "Achieved for our clients across various campaigns.", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "80%",
|
||||
title: "Client Retention",
|
||||
description: "Our commitment to results fosters long-term partnerships.",
|
||||
icon: Users,
|
||||
id: "m2", value: "80%", title: "Client Retention", description: "Our commitment to results fosters long-term partnerships.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "120K+",
|
||||
title: "Leads Generated",
|
||||
description: "Connecting businesses with valuable potential customers.",
|
||||
icon: Zap,
|
||||
id: "m3", value: "120K+", title: "Leads Generated", description: "Connecting businesses with valuable potential customers.", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "3.5X",
|
||||
title: "Website Traffic",
|
||||
description: "Average increase in organic website traffic for our clients.",
|
||||
icon: BarChart,
|
||||
id: "m4", value: "3.5X", title: "Website Traffic", description: "Average increase in organic website traffic for our clients.", icon: BarChart,
|
||||
},
|
||||
]}
|
||||
title="Proven Results, Tangible Growth"
|
||||
@@ -282,16 +192,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Innovations",
|
||||
"Future Dynamics",
|
||||
"Creative Edge Studios",
|
||||
"Pioneer Solutions",
|
||||
"Digital Horizon Co.",
|
||||
"Spark Growth Group",
|
||||
"Zenith Ventures",
|
||||
"Quantum Leap Corp.",
|
||||
"NextWave Tech",
|
||||
]}
|
||||
"Global Innovations", "Future Dynamics", "Creative Edge Studios", "Pioneer Solutions", "Digital Horizon Co.", "Spark Growth Group", "Zenith Ventures", "Quantum Leap Corp.", "NextWave Tech"]}
|
||||
title="Trusted by Leading Brands"
|
||||
description="Our commitment to excellence has earned the trust of diverse clients across industries, from startups to enterprises."
|
||||
speed={35}
|
||||
@@ -305,37 +206,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "leadership",
|
||||
groupTitle: "Leadership Team",
|
||||
members: [
|
||||
id: "leadership", groupTitle: "Leadership Team", members: [
|
||||
{
|
||||
id: "t1",
|
||||
title: "Emily Watson",
|
||||
subtitle: "Founder & CEO",
|
||||
detail: "Emily is a visionary leader with over 15 years in digital marketing, specializing in brand strategy and business development. She guides Apex Marketing with a passion for innovation and client success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-manager-holding-business-presentation-looking-camera-while-standing-front-whiteboard_637285-6989.jpg",
|
||||
imageAlt: "Emily Watson, Founder & CEO",
|
||||
},
|
||||
id: "t1", title: "Emily Watson", subtitle: "Founder & CEO", detail: "Emily is a visionary leader with over 15 years in digital marketing, specializing in brand strategy and business development. She guides Apex Marketing with a passion for innovation and client success.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-manager-holding-business-presentation-looking-camera-while-standing-front-whiteboard_637285-6989.jpg", imageAlt: "Emily Watson, Founder & CEO"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "James Rodriguez",
|
||||
subtitle: "Chief Marketing Officer",
|
||||
detail: "James oversees all marketing operations, ensuring our campaigns are cutting-edge and deliver maximum impact. His expertise spans SEO, PPC, and content strategy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg",
|
||||
imageAlt: "James Rodriguez, Chief Marketing Officer",
|
||||
},
|
||||
id: "t2", title: "James Rodriguez", subtitle: "Chief Marketing Officer", detail: "James oversees all marketing operations, ensuring our campaigns are cutting-edge and deliver maximum impact. His expertise spans SEO, PPC, and content strategy.", imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", imageAlt: "James Rodriguez, Chief Marketing Officer"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Sophia Lee",
|
||||
subtitle: "Head of Creative",
|
||||
detail: "Sophia leads our creative team, bringing innovative ideas and stunning visuals to life. Her background in design and storytelling ensures every campaign resonates deeply with audiences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-depository-workers-analyzing-bureaucracy-record-working-overhours-accountancy-report-arhive-room-businesspeople-checking-administrative-documents-corporate-repository_482257-71606.jpg",
|
||||
imageAlt: "Sophia Lee, Head of Creative",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-celebrating-together_23-2149008957.jpg?_wi=2",
|
||||
imageAlt: "male marketing director smiling",
|
||||
},
|
||||
id: "t3", title: "Sophia Lee", subtitle: "Head of Creative", detail: "Sophia leads our creative team, bringing innovative ideas and stunning visuals to life. Her background in design and storytelling ensures every campaign resonates deeply with audiences.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-depository-workers-analyzing-bureaucracy-record-working-overhours-accountancy-report-arhive-room-businesspeople-checking-administrative-documents-corporate-repository_482257-71606.jpg", imageAlt: "Sophia Lee, Head of Creative"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Meet Our Expert Team"
|
||||
description="Our passionate professionals bring diverse expertise and a shared dedication to your success. Get to know the faces behind Apex Marketing."
|
||||
@@ -348,43 +227,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Alex Johnson, CEO of InnovateTech",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
|
||||
imageAlt: "Alex Johnson",
|
||||
},
|
||||
id: "testimonial-1", name: "Alex Johnson, CEO of InnovateTech", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", imageAlt: "Alex Johnson"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Maria Garcia, Founder of EcoTrends",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg",
|
||||
imageAlt: "Maria Garcia",
|
||||
},
|
||||
id: "testimonial-2", name: "Maria Garcia, Founder of EcoTrends", imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", imageAlt: "Maria Garcia"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "David Kim, Marketing Director at FutureCorp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-adult-slavic-superhero-man-red-cape-wearing-glasses-holding-idea-bubble-looking-pointing-isolated-green-wall_141793-80025.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "testimonial-3", name: "David Kim, Marketing Director at FutureCorp", imageSrc: "http://img.b2bpic.net/free-photo/smiling-adult-slavic-superhero-man-red-cape-wearing-glasses-holding-idea-bubble-looking-pointing-isolated-green-wall_141793-80025.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Jessica Brown, Owner of Sweet Delights Bakery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-student-passed-exams-having-fun-with-university-mates-international-office-workers-discussing-about-new-company-goals_197531-3749.jpg",
|
||||
imageAlt: "Jessica Brown",
|
||||
},
|
||||
id: "testimonial-4", name: "Jessica Brown, Owner of Sweet Delights Bakery", imageSrc: "http://img.b2bpic.net/free-photo/african-student-passed-exams-having-fun-with-university-mates-international-office-workers-discussing-about-new-company-goals_197531-3749.jpg", imageAlt: "Jessica Brown"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Michael Chen, VP Sales at Global Solutions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-saleswoman-working-office-sitting-business-room-reading-writing-down_1258-193622.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "testimonial-5", name: "Michael Chen, VP Sales at Global Solutions", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-saleswoman-working-office-sitting-business-room-reading-writing-down_1258-193622.jpg", imageAlt: "Michael Chen"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Success Stories"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More Reviews",
|
||||
href: "#",
|
||||
},
|
||||
text: "Read More Reviews", href: "#"},
|
||||
]}
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user