Update src/app/page.tsx
This commit is contained in:
231
src/app/page.tsx
231
src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Award, Shield, Sparkles, Zap } from "lucide-react";
|
||||
import { Award, Shield, Sparkles, Zap, FileText } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -20,75 +20,45 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="AgencyCore"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Scale Your Agency Impact"
|
||||
description="Transform your digital footprint with precision strategies and data-driven growth. We deliver results that scale your revenue and amplify brand authority."
|
||||
tag="Marketing Excellence"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg",
|
||||
imageAlt: "Dashboard visualization",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-statistic-green-blackboard_1379-290.jpg",
|
||||
imageAlt: "Data growth chart",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg",
|
||||
imageAlt: "Futuristic ai data visualization",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941513.jpg",
|
||||
imageAlt: "3d rendering of futuristic technologies",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241197.jpg",
|
||||
imageAlt: "Modern and equipped computer lab",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg", imageAlt: "Dashboard visualization" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/data-statistic-green-blackboard_1379-290.jpg", imageAlt: "Data growth chart" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Trusted by 500+ brands worldwide"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Our Approach",
|
||||
href: "#about",
|
||||
},
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Our Approach", href: "#about" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,24 +69,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Zap,
|
||||
title: "Campaign Growth",
|
||||
value: "150%",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Shield,
|
||||
title: "Customer Retention",
|
||||
value: "98%",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Award,
|
||||
title: "ROI Increase",
|
||||
value: "320%",
|
||||
},
|
||||
{ id: "m1", icon: Zap, title: "Campaign Growth", value: "150%" },
|
||||
{ id: "m2", icon: Shield, title: "Customer Retention", value: "98%" },
|
||||
{ id: "m3", icon: Award, title: "ROI Increase", value: "320%" },
|
||||
]}
|
||||
title="Proven Performance"
|
||||
description="Our numbers speak for themselves. We deliver consistent, measurable growth."
|
||||
@@ -129,14 +84,8 @@ export default function LandingPage() {
|
||||
title="Your Partner in Digital Growth"
|
||||
description="We blend innovative strategy with cutting-edge analytics to ensure your digital marketing isn't just seen—it converts."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+ Years",
|
||||
title: "In Industry",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Expert Specialists",
|
||||
},
|
||||
{ value: "10+ Years", title: "In Industry" },
|
||||
{ value: "50+", title: "Expert Specialists" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-meeting-where-multicultural-partners-collaborate-through-video-call-applying-strategic_482257-132358.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -150,36 +99,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "SEO Optimization",
|
||||
description: "Dominate search rankings with data-backed SEO and content strategy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-line-graph-report_53876-120736.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Social Growth",
|
||||
description: "Engage and build communities across all major social media platforms.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-mobile-phone-analyzing-twitter-graph_23-2147847487.jpg",
|
||||
buttonIcon: "Shield",
|
||||
},
|
||||
{
|
||||
title: "Paid Advertising",
|
||||
description: "High-conversion ad campaigns that maximize every dollar spent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-table-office_53876-42947.jpg",
|
||||
buttonIcon: "Award",
|
||||
},
|
||||
{
|
||||
title: "Conversion Rate",
|
||||
description: "Turn visitors into loyal customers with optimized user journeys.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-flowing-particles-design-with-cyber-particles_1048-13350.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Content Strategy",
|
||||
description: "Engaging narratives that build authority and trust.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-analysis-report-folder-icon_53876-14638.jpg",
|
||||
buttonIcon: "FileText",
|
||||
},
|
||||
{ title: "SEO Optimization", description: "Dominate search rankings with data-backed SEO and content strategy.", imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-line-graph-report_53876-120736.jpg", buttonIcon: Zap },
|
||||
{ title: "Social Growth", description: "Engage and build communities across all major social media platforms.", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-mobile-phone-analyzing-twitter-graph_23-2147847487.jpg", buttonIcon: Shield },
|
||||
{ title: "Paid Advertising", description: "High-conversion ad campaigns that maximize every dollar spent.", imageSrc: "http://img.b2bpic.net/free-photo/desktop-table-office_53876-42947.jpg", buttonIcon: Award },
|
||||
{ title: "Conversion Rate", description: "Turn visitors into loyal customers with optimized user journeys.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-flowing-particles-design-with-cyber-particles_1048-13350.jpg", buttonIcon: Zap },
|
||||
]}
|
||||
title="Comprehensive Strategy"
|
||||
description="Full-funnel marketing solutions tailored to your unique business objectives."
|
||||
@@ -190,15 +113,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"InnovateLab",
|
||||
"GrowthCo",
|
||||
"StartupXYZ",
|
||||
"DigitalPulse",
|
||||
"CloudNet",
|
||||
"DataStream",
|
||||
]}
|
||||
names={["TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DigitalPulse", "CloudNet", "DataStream"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Partnering with the world's most forward-thinking businesses to scale their digital impact."
|
||||
/>
|
||||
@@ -208,61 +123,16 @@ export default function LandingPage() {
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="depth-3d"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
company: "InnovateLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager",
|
||||
company: "StartupXYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Wang",
|
||||
role: "Founder",
|
||||
company: "DigitalPulse",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-yellow-jacket-brush-stroke_23-2149020782.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg" },
|
||||
{ id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "150%",
|
||||
label: "Growth",
|
||||
},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Retention",
|
||||
},
|
||||
{
|
||||
value: "320%",
|
||||
label: "ROI",
|
||||
},
|
||||
{ value: "150%", label: "Growth" },
|
||||
{ value: "98%", label: "Retention" },
|
||||
{ value: "320%", label: "ROI" },
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="See how we help brands exceed their marketing goals."
|
||||
@@ -274,21 +144,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How long does it take to see results?",
|
||||
content: "Our campaigns are optimized for rapid growth, with most clients observing significant performance shifts within the first 30 days.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can you handle multiple channels?",
|
||||
content: "Yes, we specialize in multi-channel strategies that ensure brand coherence and maximum cross-platform synergy.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is there a minimum contract length?",
|
||||
content: "We offer flexible partnership models designed to align with your business goals and growth timeline.",
|
||||
},
|
||||
{ id: "q1", title: "How long does it take to see results?", content: "Our campaigns are optimized for rapid growth." },
|
||||
{ id: "q2", title: "Can you handle multiple channels?", content: "Yes, we specialize in multi-channel strategies." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Clear answers to help you understand our process and impact."
|
||||
@@ -299,9 +156,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Ready to Scale Your Impact?"
|
||||
description="Start your journey with us today and let's craft your custom digital growth strategy."
|
||||
tag="Let's Connect"
|
||||
@@ -311,14 +166,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="AgencyCore"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user