Merge version_2 into main #4
@@ -28,14 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero"},
|
||||
{ name: "Services", id: "features"},
|
||||
{ name: "Testimonials", id: "testimonials"},
|
||||
{ name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Pulse"
|
||||
/>
|
||||
@@ -43,20 +39,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
background={{ variant: "sparkles-gradient"}}
|
||||
title="Scaling Brands Through Data & Creativity"
|
||||
description="We are a premium social media agency focused on high-conversion strategies and visual excellence for modern brands."
|
||||
tag="Next Gen Social Agency"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Project", href: "#contact"},
|
||||
]}
|
||||
buttons={[{ text: "Start Project", href: "#contact"}]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Dashboard visualization"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12010.jpg", imageAlt: "Digital connectivity"}
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Dashboard visualization" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12010.jpg", imageAlt: "Digital connectivity" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -68,8 +58,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"LuxeLife", "NovaTech", "PeakPerform", "VibeGlobal", "ZenithMedia", "FluxDigital", "ApexBrands"]}
|
||||
names={["LuxeLife", "NovaTech", "PeakPerform", "VibeGlobal", "ZenithMedia", "FluxDigital", "ApexBrands"]}
|
||||
title="Industry Leaders We've Scaled"
|
||||
description="Driving tangible results for high-growth enterprises."
|
||||
/>
|
||||
@@ -81,12 +70,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Strategic Content", description: "Story-driven assets designed to convert audience interest into customer action.", tag: "Content", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-post-its_23-2149362915.jpg"},
|
||||
{
|
||||
id: "2", title: "Viral Growth", description: "High-impact social amplification techniques that expand your brand footprint.", tag: "Growth", imageSrc: "http://img.b2bpic.net/free-photo/colored-waterdrops-falling-water_23-2147748937.jpg"},
|
||||
{
|
||||
id: "3", title: "AI Analytics", description: "Precision performance tracking that informs every decision for maximum ROI.", tag: "Data", imageSrc: "http://img.b2bpic.net/free-photo/digital-banking-transparent-screen_53876-105382.jpg"},
|
||||
{ id: "1", title: "Strategic Content", description: "Story-driven assets designed to convert audience interest into customer action.", tag: "Content", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-post-its_23-2149362915.jpg" },
|
||||
{ id: "2", title: "Viral Growth", description: "High-impact social amplification techniques that expand your brand footprint.", tag: "Growth", imageSrc: "http://img.b2bpic.net/free-photo/colored-waterdrops-falling-water_23-2147748937.jpg" },
|
||||
{ id: "3", title: "AI Analytics", description: "Precision performance tracking that informs every decision for maximum ROI.", tag: "Data", imageSrc: "http://img.b2bpic.net/free-photo/digital-banking-transparent-screen_53876-105382.jpg" },
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="Comprehensive marketing solutions tailored to dominate digital landscapes."
|
||||
@@ -100,12 +86,9 @@ export default function LandingPage() {
|
||||
title="Client Success Stories"
|
||||
description="See how we've transformed digital presence for industry leaders."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "150% Growth in Engagement", quote: "Pulse transformed our social strategy. Their data-driven approach is unmatched.", name: "Alex Rivet", role: "CEO, NovaTech"},
|
||||
{
|
||||
id: "2", title: "Content that Converts", quote: "The visual assets produced by Pulse are simply world-class. Our ROI has never been higher.", name: "Sarah Chen", role: "CMO, LuxeLife"},
|
||||
{
|
||||
id: "3", title: "Scale & Speed", quote: "They don't just manage social, they accelerate it. Essential for any growth-stage brand.", name: "Mark Vane", role: "Director, PeakPerform"}
|
||||
{ id: "1", title: "150% Growth in Engagement", quote: "Pulse transformed our social strategy. Their data-driven approach is unmatched.", name: "Alex Rivet", role: "CEO, NovaTech" },
|
||||
{ id: "2", title: "Content that Converts", quote: "The visual assets produced by Pulse are simply world-class. Our ROI has never been higher.", name: "Sarah Chen", role: "CMO, LuxeLife" },
|
||||
{ id: "3", title: "Scale & Speed", quote: "They don't just manage social, they accelerate it. Essential for any growth-stage brand.", name: "Mark Vane", role: "Director, PeakPerform" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,6 +103,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your brand goals" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-using-smartphone-cafe_23-2148408018.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -8,23 +8,37 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
|
||||
export default function PricingPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmall"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Team", id: "/team" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Pulse"
|
||||
/>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Team", id: "/team" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Pulse"
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
title="Our Service Packages"
|
||||
description="Choose the plan that fits your growth ambitions."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "starter", badge: "Starter", price: "$1,999", subtitle: "For new brands", features: ["Social Media Setup", "Monthly Content Calendar", "2 Platforms"] },
|
||||
{ id: "growth", badge: "Growth", price: "$4,999", subtitle: "Scale fast", features: ["Everything in Starter", "Advanced Ads Management", "Influencer Partnerships", "4 Platforms"] },
|
||||
|
||||
@@ -33,28 +33,6 @@ export default function ServicesPage() {
|
||||
brandName="Pulse"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyNine
|
||||
title="Our Social Media Services"
|
||||
description="Comprehensive, high-impact strategies tailored for modern brand growth."
|
||||
animationType="slide-up"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Content Creation", description: "High-quality, visually stunning assets that drive engagement and tell your brand story.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-post-its_23-2149362915.jpg", titleIconSrc: "", buttonText: "View Content"},
|
||||
{
|
||||
title: "Social Strategy", description: "Strategic roadmaps designed to position your brand as a leader within your industry.", imageSrc: "http://img.b2bpic.net/free-photo/colored-waterdrops-falling-water_23-2147748937.jpg", titleIconSrc: "", buttonText: "View Strategy"},
|
||||
{
|
||||
title: "Management", description: "End-to-end channel maintenance, ensuring your brand presence remains active and vibrant.", imageSrc: "http://img.b2bpic.net/free-photo/digital-banking-transparent-screen_53876-105382.jpg", titleIconSrc: "", buttonText: "View Management"},
|
||||
{
|
||||
title: "Advanced Analytics", description: "Deep-dive data insights that refine your performance and maximize your return on ad spend.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-with-data_1262-17869.jpg", titleIconSrc: "", buttonText: "View Analytics"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
@@ -62,17 +40,10 @@ export default function ServicesPage() {
|
||||
title="Scale Your Presence Today"
|
||||
description="Ready to elevate your social media strategy? Get in touch with our expert team."
|
||||
buttons={[{ text: "Contact Us", href: "mailto:hello@pulse.agency" }]}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="PULSE"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -8,23 +8,37 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
|
||||
export default function TeamPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmall"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Team", id: "#team" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Pulse"
|
||||
/>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Team", id: "#team" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Pulse"
|
||||
/>
|
||||
</div>
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardEleven
|
||||
title="Meet Our Experts"
|
||||
description="The creative team powering your brand's growth."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "leadership", groupTitle: "Leadership", members: [
|
||||
|
||||
Reference in New Issue
Block a user