Update src/app/page.tsx
This commit is contained in:
203
src/app/page.tsx
203
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#results",
|
||||
},
|
||||
name: "Results", id: "results"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AgencyCore"
|
||||
/>
|
||||
@@ -57,12 +49,10 @@ export default function LandingPage() {
|
||||
description="Premium social media strategy that drives authority and growth for high-impact brands."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Scaling",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Scaling", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/social-media-planner-analyzing-snapchat-graph-with-digital-tablet_23-2147847489.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/social-media-planner-analyzing-snapchat-graph-with-digital-tablet_23-2147847489.jpg"
|
||||
imageAlt="Agency growth concept"
|
||||
/>
|
||||
</div>
|
||||
@@ -74,55 +64,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Brand Strategy",
|
||||
description: "Defining your unique voice and visual identity in a crowded market.",
|
||||
icon: Shield,
|
||||
title: "Brand Strategy", description: "Defining your unique voice and visual identity in a crowded market.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg?_wi=1",
|
||||
imageAlt: "Analytics dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg", imageAlt: "Analytics dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calendar-appointment-meeting-date-concept_53876-120967.jpg?_wi=1",
|
||||
imageAlt: "Content strategy",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calendar-appointment-meeting-date-concept_53876-120967.jpg", imageAlt: "Content strategy"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-media-planner-analyzing-snapchat-graph-with-digital-tablet_23-2147847489.jpg?_wi=2",
|
||||
imageAlt: "digital agency office workspace",
|
||||
},
|
||||
{
|
||||
title: "High-Growth Ads",
|
||||
description: "Hyper-targeted campaigns designed for scale and high conversion.",
|
||||
icon: Zap,
|
||||
title: "High-Growth Ads", description: "Hyper-targeted campaigns designed for scale and high conversion.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calendar-appointment-meeting-date-concept_53876-120967.jpg?_wi=2",
|
||||
imageAlt: "Content calendar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calendar-appointment-meeting-date-concept_53876-120967.jpg", imageAlt: "Content calendar"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-place-designer-closeup_93675-131352.jpg?_wi=1",
|
||||
imageAlt: "Branding visuals",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-place-designer-closeup_93675-131352.jpg", imageAlt: "Branding visuals"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg?_wi=2",
|
||||
imageAlt: "analytics software dashboard",
|
||||
},
|
||||
{
|
||||
title: "Creative Content",
|
||||
description: "High-fidelity production that aligns with your brand's aesthetic.",
|
||||
icon: Sparkles,
|
||||
title: "Creative Content", description: "High-fidelity production that aligns with your brand's aesthetic.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-place-designer-closeup_93675-131352.jpg?_wi=2",
|
||||
imageAlt: "Professional design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-place-designer-closeup_93675-131352.jpg", imageAlt: "Professional design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg?_wi=3",
|
||||
imageAlt: "Analytics data",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg", imageAlt: "Analytics data"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calendar-appointment-meeting-date-concept_53876-120967.jpg?_wi=3",
|
||||
imageAlt: "creative content strategy concept",
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Strategy"
|
||||
@@ -137,40 +103,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "450%",
|
||||
title: "Growth",
|
||||
description: "Avg audience growth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-statistics-presentation-with-arrows_23-2149023767.jpg?_wi=1",
|
||||
},
|
||||
id: "m1", value: "450%", title: "Growth", description: "Avg audience growth", imageSrc: "http://img.b2bpic.net/free-photo/flat-statistics-presentation-with-arrows_23-2149023767.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "3x",
|
||||
title: "ROI",
|
||||
description: "Avg return on ad spend",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-social-media-her-smartphone_53876-102033.jpg?_wi=1",
|
||||
},
|
||||
id: "m2", value: "3x", title: "ROI", description: "Avg return on ad spend", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-social-media-her-smartphone_53876-102033.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "85%",
|
||||
title: "Retention",
|
||||
description: "Avg client retention rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphics-composition_23-2148991204.jpg",
|
||||
},
|
||||
id: "m3", value: "85%", title: "Retention", description: "Avg client retention rate", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphics-composition_23-2148991204.jpg"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "90%",
|
||||
title: "Engagement",
|
||||
description: "Community interaction",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-statistics-presentation-with-arrows_23-2149023767.jpg?_wi=2",
|
||||
},
|
||||
id: "m4", value: "90%", title: "Engagement", description: "Community interaction", imageSrc: "http://img.b2bpic.net/free-photo/flat-statistics-presentation-with-arrows_23-2149023767.jpg"},
|
||||
{
|
||||
id: "m5",
|
||||
value: "200%",
|
||||
title: "Conversions",
|
||||
description: "Lead generation rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-social-media-her-smartphone_53876-102033.jpg?_wi=2",
|
||||
},
|
||||
id: "m5", value: "200%", title: "Conversions", description: "Lead generation rate", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-social-media-her-smartphone_53876-102033.jpg"},
|
||||
]}
|
||||
title="Measurable Impact"
|
||||
description="Data-driven results for brands that are ready to lead."
|
||||
@@ -183,55 +124,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Jan 2025",
|
||||
title: "CEO",
|
||||
quote: "AgencyCore completely changed our trajectory.",
|
||||
tag: "Tech",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "Jan 2025", title: "CEO", quote: "AgencyCore completely changed our trajectory.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-latin-businesswoman-smiling-happy-standing-with-arms-crossed-gesture-city_839833-17431.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
date: "Dec 2024",
|
||||
title: "Founder",
|
||||
quote: "Unmatched creative vision and execution.",
|
||||
tag: "Fashion",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", date: "Dec 2024", title: "Founder", quote: "Unmatched creative vision and execution.", tag: "Fashion", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elise R.",
|
||||
date: "Nov 2024",
|
||||
title: "VP Marketing",
|
||||
quote: "They understand our brand's unique voice perfectly.",
|
||||
tag: "SaaS",
|
||||
avatarSrc: "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",
|
||||
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",
|
||||
},
|
||||
id: "3", name: "Elise R.", date: "Nov 2024", title: "VP Marketing", quote: "They understand our brand's unique voice perfectly.", tag: "SaaS", avatarSrc: "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", 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"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
date: "Oct 2024",
|
||||
title: "Brand Director",
|
||||
quote: "Reliable, strategic, and incredibly creative.",
|
||||
tag: "Lifestyle",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-digital-camera_641386-318.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-digital-camera_641386-318.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", date: "Oct 2024", title: "Brand Director", quote: "Reliable, strategic, and incredibly creative.", tag: "Lifestyle", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-digital-camera_641386-318.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-digital-camera_641386-318.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice T.",
|
||||
date: "Sep 2024",
|
||||
title: "Owner",
|
||||
quote: "The results speak for themselves.",
|
||||
tag: "Retail",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights_482257-112565.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights_482257-112565.jpg",
|
||||
},
|
||||
id: "5", name: "Alice T.", date: "Sep 2024", title: "Owner", quote: "The results speak for themselves.", tag: "Retail", avatarSrc: "http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights_482257-112565.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights_482257-112565.jpg"},
|
||||
]}
|
||||
title="Trusted by Leaders"
|
||||
description="See why top brands choose our agency for their growth."
|
||||
@@ -244,30 +145,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What's the onboarding process?",
|
||||
content: "Our onboarding is seamless, typically taking 5 business days.",
|
||||
},
|
||||
id: "q1", title: "What's the onboarding process?", content: "Our onboarding is seamless, typically taking 5 business days."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you handle all platforms?",
|
||||
content: "We specialize in high-impact platforms tailored to your brand's unique audience.",
|
||||
},
|
||||
id: "q2", title: "Do you handle all platforms?", content: "We specialize in high-impact platforms tailored to your brand's unique audience."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What's your pricing model?",
|
||||
content: "We work with custom retainers based on brand scope and growth goals.",
|
||||
},
|
||||
id: "q3", title: "What's your pricing model?", content: "We work with custom retainers based on brand scope and growth goals."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Can you scale ads globally?",
|
||||
content: "Yes, we manage international ad campaigns for diverse markets.",
|
||||
},
|
||||
id: "q4", title: "Can you scale ads globally?", content: "Yes, we manage international ad campaigns for diverse markets."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What reporting can I expect?",
|
||||
content: "We provide weekly comprehensive performance reports and monthly strategy reviews.",
|
||||
},
|
||||
id: "q5", title: "What reporting can I expect?", content: "We provide weekly comprehensive performance reports and monthly strategy reviews."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Here's what you need to know about our premium service."
|
||||
@@ -279,8 +165,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Ready to Scale?"
|
||||
description="Book a discovery call and let's define your growth strategy."
|
||||
tag="Get Started"
|
||||
@@ -291,33 +176,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Agency",
|
||||
items: [
|
||||
title: "Agency", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Results",
|
||||
href: "#results",
|
||||
},
|
||||
label: "Results", href: "#results"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user