Merge version_1 into main #2
231
src/app/page.tsx
231
src/app/page.tsx
@@ -32,77 +32,48 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
]}
|
||||
brandName="AgencyCore"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Elevating Brands Through Visual Excellence"
|
||||
description="We specialize in premium social media strategies that turn engagement into impact. Let's redefine your digital presence."
|
||||
tag="Social Media Agency"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Services", href: "#features"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-cover-books-with-green-twig-against-white-background_23-2147924492.jpg?_wi=1",
|
||||
imageAlt: "Creative Studio",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-cover-books-with-green-twig-against-white-background_23-2147924492.jpg", imageAlt: "Creative Studio"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-neon_23-2150853452.jpg?_wi=1",
|
||||
imageAlt: "3D Icons",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-neon_23-2150853452.jpg", imageAlt: "3D Icons"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snapshot-devices-notepad-glasses-apples-background-white-table_197531-25734.jpg?_wi=1",
|
||||
imageAlt: "Design Process",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snapshot-devices-notepad-glasses-apples-background-white-table_197531-25734.jpg", imageAlt: "Design Process"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797643.jpg",
|
||||
imageAlt: "Collaboration",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797643.jpg", imageAlt: "Collaboration"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-dusty-lights-optical-fibers_23-2148241369.jpg",
|
||||
imageAlt: "Light Effect",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-dusty-lights-optical-fibers_23-2148241369.jpg", imageAlt: "Light Effect"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-user-interface-concept_52683-104210.jpg",
|
||||
imageAlt: "Growth Chart",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-user-interface-concept_52683-104210.jpg", imageAlt: "Growth Chart"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,17 +85,11 @@ export default function LandingPage() {
|
||||
description="We combine analytical rigor with artistic vision to deliver high-performing campaigns. Our team of experts works tirelessly to ensure your brand resonates in a crowded digital space."
|
||||
metrics={[
|
||||
{
|
||||
value: "150+",
|
||||
title: "Clients Served",
|
||||
},
|
||||
value: "150+", title: "Clients Served"},
|
||||
{
|
||||
value: "20M+",
|
||||
title: "Total Reach",
|
||||
},
|
||||
value: "20M+", title: "Total Reach"},
|
||||
{
|
||||
value: "12",
|
||||
title: "Awards Won",
|
||||
},
|
||||
value: "12", title: "Awards Won"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/workplace-with-laptop-flowerpot_23-2147689407.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -139,28 +104,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Brand Strategy",
|
||||
description: "Crafting compelling narratives that define your brand voice.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-cover-books-with-green-twig-against-white-background_23-2147924492.jpg?_wi=2",
|
||||
imageAlt: "creative studio atmosphere professional",
|
||||
title: "Brand Strategy", description: "Crafting compelling narratives that define your brand voice.", bentoComponent: "reveal-icon", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Analytics Dashboard",
|
||||
description: "Real-time insights into your campaign performance.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: BarChart2,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-neon_23-2150853452.jpg?_wi=2",
|
||||
imageAlt: "abstract tech interior 3d",
|
||||
title: "Analytics Dashboard", description: "Real-time insights into your campaign performance.", bentoComponent: "reveal-icon", icon: BarChart2,
|
||||
},
|
||||
{
|
||||
title: "Campaign Management",
|
||||
description: "Seamless execution of multi-platform social campaigns.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Rocket,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snapshot-devices-notepad-glasses-apples-background-white-table_197531-25734.jpg?_wi=2",
|
||||
imageAlt: "designer hands working workstation",
|
||||
title: "Campaign Management", description: "Seamless execution of multi-platform social campaigns.", bentoComponent: "reveal-icon", icon: Rocket,
|
||||
},
|
||||
]}
|
||||
title="Our Core Expertise"
|
||||
@@ -176,20 +126,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "240%",
|
||||
description: "Average Engagement Lift",
|
||||
},
|
||||
id: "m1", value: "240%", description: "Average Engagement Lift"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "45%",
|
||||
description: "Reduced Ad Spend",
|
||||
},
|
||||
id: "m2", value: "45%", description: "Reduced Ad Spend"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Satisfaction Rate",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Satisfaction Rate"},
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="We deliver data-backed results that matter for your business."
|
||||
@@ -203,45 +144,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The most professional agency I've worked with. Outstanding results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-smiling_74855-1511.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The most professional agency I've worked with. Outstanding results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-smiling_74855-1511.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Data-driven and creative. A perfect partner for our growth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-businessman-standing-street_1262-3451.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Data-driven and creative. A perfect partner for our growth.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-businessman-standing-street_1262-3451.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilyr",
|
||||
testimonial: "Transformed our digital presence within just three months.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-reddish-man-posing-with-coffee-newspaper_158595-3748.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Transformed our digital presence within just three months.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-reddish-man-posing-with-coffee-newspaper_158595-3748.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "Clear communication and amazing creative output every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16037.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@dkim", testimonial: "Clear communication and amazing creative output every time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16037.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex Smith",
|
||||
handle: "@asmith",
|
||||
testimonial: "Exceeded our ROI expectations significantly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419444.jpg",
|
||||
},
|
||||
id: "5", name: "Alex Smith", handle: "@asmith", testimonial: "Exceeded our ROI expectations significantly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419444.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Voices of Success"
|
||||
@@ -256,39 +172,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$1,999",
|
||||
subtitle: "For emerging brands",
|
||||
features: [
|
||||
"Social Strategy",
|
||||
"Content Plan",
|
||||
"Email Support",
|
||||
],
|
||||
id: "basic", badge: "Essential", price: "$1,999", subtitle: "For emerging brands", features: [
|
||||
"Social Strategy", "Content Plan", "Email Support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Growth",
|
||||
price: "$4,499",
|
||||
subtitle: "For scaling businesses",
|
||||
features: [
|
||||
"Full Strategy",
|
||||
"Content Production",
|
||||
"Dedicated Manager",
|
||||
"Analytics Reporting",
|
||||
],
|
||||
id: "pro", badge: "Growth", price: "$4,499", subtitle: "For scaling businesses", features: [
|
||||
"Full Strategy", "Content Production", "Dedicated Manager", "Analytics Reporting"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Scale",
|
||||
price: "$8,999",
|
||||
subtitle: "For global leaders",
|
||||
features: [
|
||||
"Enterprise Strategy",
|
||||
"Full Service Management",
|
||||
"Priority Support",
|
||||
"Custom Integration",
|
||||
],
|
||||
id: "enterprise", badge: "Scale", price: "$8,999", subtitle: "For global leaders", features: [
|
||||
"Enterprise Strategy", "Full Service Management", "Priority Support", "Custom Integration"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Scaling Plans"
|
||||
@@ -300,8 +193,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
tag="Let's Talk"
|
||||
title="Ready to Transform Your Agency?"
|
||||
description="Join our network of successful partners and elevate your digital brand today."
|
||||
@@ -313,50 +205,31 @@ export default function LandingPage() {
|
||||
logoText="AgencyCore"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
{
|
||||
label: "Support Center",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support Center", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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