Merge version_1 into main #2
185
src/app/page.tsx
185
src/app/page.tsx
@@ -30,92 +30,59 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#results",
|
||||
},
|
||||
name: "Results", id: "#results"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="SocialPulse"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get Started", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Scale Your Presence with Data-Driven Social"
|
||||
description="We turn social media into your strongest growth engine. Strategic content, targeted ads, and expert community management for scaling brands."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-graphic-designer-using-digital-tablet_1170-1092.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-graphic-designer-using-digital-tablet_1170-1092.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-logo-designer-working-her-office_23-2149119230.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-logo-designer-working-her-office_23-2149119230.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 50+ growing brands"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Our Services", href: "#services"},
|
||||
{
|
||||
text: "Book a Strategy Call",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Strategy Call", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Performance Focused",
|
||||
icon: TrendingUp,
|
||||
type: "text-icon", text: "Performance Focused", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Data Driven",
|
||||
icon: Database,
|
||||
type: "text-icon", text: "Data Driven", icon: Database,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Community Centric",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Community Centric", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Growth Oriented",
|
||||
icon: ArrowUp,
|
||||
type: "text-icon", text: "Growth Oriented", icon: ArrowUp,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Creative Excellence",
|
||||
icon: Palette,
|
||||
type: "text-icon", text: "Creative Excellence", icon: Palette,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -128,19 +95,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Growth Rate",
|
||||
value: "150%",
|
||||
},
|
||||
label: "Growth Rate", value: "150%"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Community Size",
|
||||
value: "2M+",
|
||||
},
|
||||
label: "Community Size", value: "2M+"},
|
||||
{
|
||||
icon: DollarSign,
|
||||
label: "Ad Spend ROI",
|
||||
value: "4.5x",
|
||||
},
|
||||
label: "Ad Spend ROI", value: "4.5x"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -153,28 +114,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Strategic Content",
|
||||
description: "High-performing assets tailored to your brand identity.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: PenTool,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg",
|
||||
imageAlt: "social media marketing dashboard tech",
|
||||
title: "Strategic Content", description: "High-performing assets tailored to your brand identity.", bentoComponent: "reveal-icon", icon: PenTool,
|
||||
},
|
||||
{
|
||||
title: "Targeted Advertising",
|
||||
description: "Precision ad campaigns that maximize conversion rates.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Target,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg?_wi=1",
|
||||
imageAlt: "business woman professional portrait",
|
||||
title: "Targeted Advertising", description: "Precision ad campaigns that maximize conversion rates.", bentoComponent: "reveal-icon", icon: Target,
|
||||
},
|
||||
{
|
||||
title: "Community Management",
|
||||
description: "24/7 engagement that builds long-term loyalty.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: MessageSquare,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-using-digital-tablet_1170-1092.jpg?_wi=1",
|
||||
imageAlt: "tech founder portrait casual professional",
|
||||
title: "Community Management", description: "24/7 engagement that builds long-term loyalty.", bentoComponent: "reveal-icon", icon: MessageSquare,
|
||||
},
|
||||
]}
|
||||
title="End-to-End Social Solutions"
|
||||
@@ -189,45 +135,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@sarahj",
|
||||
testimonial: "SocialPulse completely transformed our brand voice. Engagement is up 300%!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah Jenkins", handle: "@sarahj", testimonial: "SocialPulse completely transformed our brand voice. Engagement is up 300%!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Stevens",
|
||||
handle: "@mstevens",
|
||||
testimonial: "The ad ROI they generate is unmatched in the industry. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-using-digital-tablet_1170-1092.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Mark Stevens", handle: "@mstevens", testimonial: "The ad ROI they generate is unmatched in the industry. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-using-digital-tablet_1170-1092.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elena_r",
|
||||
testimonial: "Finally found a team that understands the nuance of social community building.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-logo-designer-working-her-office_23-2149119230.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", handle: "@elena_r", testimonial: "Finally found a team that understands the nuance of social community building.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-logo-designer-working-her-office_23-2149119230.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kevin Chen",
|
||||
handle: "@kchen",
|
||||
testimonial: "Professional, data-driven, and highly creative. A true growth partner.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "Kevin Chen", handle: "@kchen", testimonial: "Professional, data-driven, and highly creative. A true growth partner.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda Wu",
|
||||
handle: "@linda_w",
|
||||
testimonial: "The best content agency we have ever worked with. Simply phenomenal.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Linda Wu", handle: "@linda_w", testimonial: "The best content agency we have ever worked with. Simply phenomenal.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Success Stories"
|
||||
@@ -239,14 +160,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to scale your social impact? Let's discuss your brand goals."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:hello@socialpulse.com",
|
||||
},
|
||||
text: "Contact Us Now", href: "mailto:hello@socialpulse.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -256,42 +174,27 @@ export default function LandingPage() {
|
||||
logoText="SocialPulse"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Case Studies",
|
||||
href: "#",
|
||||
},
|
||||
label: "Case Studies", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user