diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 66c498f..db981b6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Services", href: "/" }, { label: "Portfolio", href: "/portfolio" }, @@ -29,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Case Studies", href: "/portfolio" }, { label: "Social Media Guide", href: "#" }, @@ -38,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact", href: "/contact" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Instagram", href: "https://instagram.com" }, @@ -47,8 +44,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -82,26 +78,18 @@ export default function AboutPage() { tag="Our Story" tagIcon={Award} tagAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/team-of-diverse-social-media-professiona-1774061889972-e4c4a045.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/team-of-diverse-social-media-professiona-1774061889972-e4c4a045.png" imageAlt="SocialPulse team collaborating" mediaAnimation="slide-up" metrics={[ { - value: "10+", - title: "Years Experience", - }, + value: "10+", title: "Years Experience"}, { - value: "200+", - title: "Brands Served", - }, + value: "200+", title: "Brands Served"}, { - value: "500M+", - title: "Combined Reach", - }, + value: "500M+", title: "Combined Reach"}, { - value: "98%", - title: "Client Satisfaction", - }, + value: "98%", title: "Client Satisfaction"}, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -117,40 +105,15 @@ export default function AboutPage() { useInvertedBackground={true} team={[ { - id: "team-1", - name: "James Richardson", - role: "Founder & Creative Director", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-creative-direct-1774061886775-736361e9.png", - imageAlt: "James Richardson", - }, + id: "team-1", name: "James Richardson", role: "Founder & Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-creative-direct-1774061886775-736361e9.png", imageAlt: "James Richardson"}, { - id: "team-2", - name: "Elena Martinez", - role: "Head of Strategy", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-social-media-st-1774061886740-1031fe5e.png", - imageAlt: "Elena Martinez", - }, + id: "team-2", name: "Elena Martinez", role: "Head of Strategy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-social-media-st-1774061886740-1031fe5e.png", imageAlt: "Elena Martinez"}, { - id: "team-3", - name: "Marcus West", - role: "Content Director", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-content-creator-1774061888026-631f0fb1.png", - imageAlt: "Marcus West", - }, + id: "team-3", name: "Marcus West", role: "Content Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-content-creator-1774061888026-631f0fb1.png", imageAlt: "Marcus West"}, { - id: "team-4", - name: "Sophie Klein", - role: "Analytics Lead", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-analytics-lead--1774061885696-c7209f15.png", - imageAlt: "Sophie Klein", - }, + id: "team-4", name: "Sophie Klein", role: "Analytics Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-analytics-lead--1774061885696-c7209f15.png", imageAlt: "Sophie Klein"}, { - id: "team-5", - name: "David Park", - role: "Community Manager", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-community-manag-1774061887460-2aa8300a.png", - imageAlt: "David Park", - }, + id: "team-5", name: "David Park", role: "Community Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-community-manag-1774061887460-2aa8300a.png", imageAlt: "David Park"}, ]} /> @@ -162,7 +125,7 @@ export default function AboutPage() { description="Schedule a consultation with our team to discuss your brand's social media strategy and how we can drive meaningful growth." tagIcon={Heart} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Consultation" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 478b45f..94c2072 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Case Studies", href: "/portfolio" }, { label: "Social Media Guide", href: "#" }, @@ -36,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact", href: "/contact" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Instagram", href: "https://instagram.com" }, @@ -45,8 +42,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -79,8 +75,7 @@ export default function ContactPage() { tagIcon={MessageSquare} tagAnimation="slide-up" background={{ - variant: "aurora", - }} + variant: "plain"}} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Consultation" diff --git a/src/app/page.tsx b/src/app/page.tsx index 899eb5d..1ba1049 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ const navItems = [ const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/" }, @@ -32,8 +31,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Case Studies", href: "/" }, { label: "Social Media Guide", href: "#" }, @@ -41,8 +39,7 @@ const footerColumns = [ ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact", href: "/contact" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Instagram", href: "https://instagram.com" }, @@ -50,8 +47,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -81,53 +77,35 @@ export default function HomePage() { @@ -214,45 +172,17 @@ export default function HomePage() { useInvertedBackground={false} products={[ { - id: "campaign-1", - brand: "Luxury Fashion", - name: "Brand Elevation Campaign", - price: "312% ROI", - rating: 5, - reviewCount: "14M impressions", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/successful-social-media-campaign-showcas-1774061887125-a7a8f984.png?_wi=1", - imageAlt: "Luxury fashion campaign", - }, + id: "campaign-1", brand: "Luxury Fashion", name: "Brand Elevation Campaign", price: "312% ROI", rating: 5, + reviewCount: "14M impressions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/successful-social-media-campaign-showcas-1774061887125-a7a8f984.png", imageAlt: "Luxury fashion campaign"}, { - id: "campaign-2", - brand: "Beauty & Wellness", - name: "Influencer Growth Strategy", - price: "486% Engagement", - rating: 5, - reviewCount: "8.2M followers gained", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/viral-influencer-campaign-across-multipl-1774061888924-667be891.png?_wi=1", - imageAlt: "Beauty campaign", - }, + id: "campaign-2", brand: "Beauty & Wellness", name: "Influencer Growth Strategy", price: "486% Engagement", rating: 5, + reviewCount: "8.2M followers gained", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/viral-influencer-campaign-across-multipl-1774061888924-667be891.png", imageAlt: "Beauty campaign"}, { - id: "campaign-3", - brand: "E-Commerce", - name: "Social Selling Initiative", - price: "$2.1M Revenue", - rating: 5, - reviewCount: "28K conversions", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/e-commerce-brand-social-selling-campaign-1774061888120-3b61abdb.png?_wi=1", - imageAlt: "Ecommerce campaign", - }, + id: "campaign-3", brand: "E-Commerce", name: "Social Selling Initiative", price: "$2.1M Revenue", rating: 5, + reviewCount: "28K conversions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/e-commerce-brand-social-selling-campaign-1774061888120-3b61abdb.png", imageAlt: "Ecommerce campaign"}, { - id: "campaign-4", - brand: "Tech Startup", - name: "Community Awareness", - price: "1.2M Users", - rating: 5, - reviewCount: "45% engagement rate", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/brand-awareness-campaign-across-tiktok-a-1774061902535-3c74ef0a.png?_wi=1", - imageAlt: "Tech startup campaign", - }, + id: "campaign-4", brand: "Tech Startup", name: "Community Awareness", price: "1.2M Users", rating: 5, + reviewCount: "45% engagement rate", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/brand-awareness-campaign-across-tiktok-a-1774061902535-3c74ef0a.png", imageAlt: "Tech startup campaign"}, ]} /> @@ -265,41 +195,13 @@ export default function HomePage() { useInvertedBackground={true} testimonials={[ { - id: "test-1", - title: "Exceptional Strategic Partnership", - quote: "SocialPulse transformed our social presence from good to extraordinary. Their data-driven approach and creative excellence resulted in a 400% increase in engagement within six months.", - name: "Alexandra Chen", - role: "CEO", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-successful-entr-1774061887877-af9d9a44.png?_wi=1", - imageAlt: "Alexandra Chen", - }, + id: "test-1", title: "Exceptional Strategic Partnership", quote: "SocialPulse transformed our social presence from good to extraordinary. Their data-driven approach and creative excellence resulted in a 400% increase in engagement within six months.", name: "Alexandra Chen", role: "CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-successful-entr-1774061887877-af9d9a44.png", imageAlt: "Alexandra Chen"}, { - id: "test-2", - title: "Authentic Brand Connection", - quote: "Working with SocialPulse felt like partnering with an extension of our team. They truly understand our brand values and translate that into compelling social narratives that resonate with our audience.", - name: "Victoria Sterling", - role: "Founder", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-fashion-brand-f-1774061886548-a48afc22.png?_wi=1", - imageAlt: "Victoria Sterling", - }, + id: "test-2", title: "Authentic Brand Connection", quote: "Working with SocialPulse felt like partnering with an extension of our team. They truly understand our brand values and translate that into compelling social narratives that resonate with our audience.", name: "Victoria Sterling", role: "Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-fashion-brand-f-1774061886548-a48afc22.png", imageAlt: "Victoria Sterling"}, { - id: "test-3", - title: "Results-Driven Excellence", - quote: "The ROI we've seen is remarkable. SocialPulse doesn't just create content; they create strategy. Their attention to metrics and continuous optimization keeps us ahead of the competition.", - name: "Marcus Thompson", - role: "CMO", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-tech-startup-fo-1774061886467-88ae4291.png?_wi=1", - imageAlt: "Marcus Thompson", - }, + id: "test-3", title: "Results-Driven Excellence", quote: "The ROI we've seen is remarkable. SocialPulse doesn't just create content; they create strategy. Their attention to metrics and continuous optimization keeps us ahead of the competition.", name: "Marcus Thompson", role: "CMO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-tech-startup-fo-1774061886467-88ae4291.png", imageAlt: "Marcus Thompson"}, { - id: "test-4", - title: "Premium Creative Execution", - quote: "What impresses us most is their ability to balance creativity with strategy. Every campaign is both beautiful and purposeful, delivering measurable business impact.", - name: "Isabelle Laurent", - role: "Brand Director", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-luxury-retail-b-1774061886191-b70440f0.png?_wi=1", - imageAlt: "Isabelle Laurent", - }, + id: "test-4", title: "Premium Creative Execution", quote: "What impresses us most is their ability to balance creativity with strategy. Every campaign is both beautiful and purposeful, delivering measurable business impact.", name: "Isabelle Laurent", role: "Brand Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-luxury-retail-b-1774061886191-b70440f0.png", imageAlt: "Isabelle Laurent"}, ]} /> @@ -313,33 +215,13 @@ export default function HomePage() { useInvertedBackground={false} metrics={[ { - id: "metric-1", - title: "Average Client Growth", - subtitle: "Within first year", - category: "Engagement", - value: "312%", - }, + id: "metric-1", title: "Average Client Growth", subtitle: "Within first year", category: "Engagement", value: "312%"}, { - id: "metric-2", - title: "Social ROI Multiple", - subtitle: "Average return", - category: "Revenue", - value: "8.5x", - }, + id: "metric-2", title: "Social ROI Multiple", subtitle: "Average return", category: "Revenue", value: "8.5x"}, { - id: "metric-3", - title: "Content Performance", - subtitle: "Above industry average", - category: "Reach", - value: "6.2M", - }, + id: "metric-3", title: "Content Performance", subtitle: "Above industry average", category: "Reach", value: "6.2M"}, { - id: "metric-4", - title: "Client Retention", - subtitle: "Three-year average", - category: "Loyalty", - value: "98%", - }, + id: "metric-4", title: "Client Retention", subtitle: "Three-year average", category: "Loyalty", value: "98%"}, ]} /> @@ -351,7 +233,7 @@ export default function HomePage() { description="Schedule a consultation with our team to discuss your brand's social media strategy and how we can drive meaningful growth." tagIcon={MessageSquare} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Consultation" diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 8508723..f2718cc 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -28,8 +28,7 @@ export default function PortfolioPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Services", href: "/" }, { label: "Portfolio", href: "/portfolio" }, @@ -37,8 +36,7 @@ export default function PortfolioPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Case Studies", href: "/portfolio" }, { label: "Social Media Guide", href: "#" }, @@ -46,8 +44,7 @@ export default function PortfolioPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact", href: "/contact" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Instagram", href: "https://instagram.com" }, @@ -55,8 +52,7 @@ export default function PortfolioPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -96,45 +92,17 @@ export default function PortfolioPage() { useInvertedBackground={false} products={[ { - id: "campaign-1", - brand: "Luxury Fashion", - name: "Brand Elevation Campaign", - price: "312% ROI", - rating: 5, - reviewCount: "14M impressions", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/successful-social-media-campaign-showcas-1774061887125-a7a8f984.png?_wi=2", - imageAlt: "Luxury fashion campaign", - }, + id: "campaign-1", brand: "Luxury Fashion", name: "Brand Elevation Campaign", price: "312% ROI", rating: 5, + reviewCount: "14M impressions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/successful-social-media-campaign-showcas-1774061887125-a7a8f984.png", imageAlt: "Luxury fashion campaign"}, { - id: "campaign-2", - brand: "Beauty & Wellness", - name: "Influencer Growth Strategy", - price: "486% Engagement", - rating: 5, - reviewCount: "8.2M followers gained", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/viral-influencer-campaign-across-multipl-1774061888924-667be891.png?_wi=2", - imageAlt: "Beauty campaign", - }, + id: "campaign-2", brand: "Beauty & Wellness", name: "Influencer Growth Strategy", price: "486% Engagement", rating: 5, + reviewCount: "8.2M followers gained", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/viral-influencer-campaign-across-multipl-1774061888924-667be891.png", imageAlt: "Beauty campaign"}, { - id: "campaign-3", - brand: "E-Commerce", - name: "Social Selling Initiative", - price: "$2.1M Revenue", - rating: 5, - reviewCount: "28K conversions", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/e-commerce-brand-social-selling-campaign-1774061888120-3b61abdb.png?_wi=2", - imageAlt: "Ecommerce campaign", - }, + id: "campaign-3", brand: "E-Commerce", name: "Social Selling Initiative", price: "$2.1M Revenue", rating: 5, + reviewCount: "28K conversions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/e-commerce-brand-social-selling-campaign-1774061888120-3b61abdb.png", imageAlt: "Ecommerce campaign"}, { - id: "campaign-4", - brand: "Tech Startup", - name: "Community Awareness", - price: "1.2M Users", - rating: 5, - reviewCount: "45% engagement rate", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/brand-awareness-campaign-across-tiktok-a-1774061902535-3c74ef0a.png?_wi=2", - imageAlt: "Tech startup campaign", - }, + id: "campaign-4", brand: "Tech Startup", name: "Community Awareness", price: "1.2M Users", rating: 5, + reviewCount: "45% engagement rate", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/brand-awareness-campaign-across-tiktok-a-1774061902535-3c74ef0a.png", imageAlt: "Tech startup campaign"}, ]} /> @@ -147,41 +115,13 @@ export default function PortfolioPage() { useInvertedBackground={true} testimonials={[ { - id: "test-1", - title: "Exceptional Strategic Partnership", - quote: "SocialPulse transformed our social presence from good to extraordinary. Their data-driven approach and creative excellence resulted in a 400% increase in engagement within six months.", - name: "Alexandra Chen", - role: "CEO", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-successful-entr-1774061887877-af9d9a44.png?_wi=2", - imageAlt: "Alexandra Chen", - }, + id: "test-1", title: "Exceptional Strategic Partnership", quote: "SocialPulse transformed our social presence from good to extraordinary. Their data-driven approach and creative excellence resulted in a 400% increase in engagement within six months.", name: "Alexandra Chen", role: "CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-successful-entr-1774061887877-af9d9a44.png", imageAlt: "Alexandra Chen"}, { - id: "test-2", - title: "Authentic Brand Connection", - quote: "Working with SocialPulse felt like partnering with an extension of our team. They truly understand our brand values and translate that into compelling social narratives that resonate with our audience.", - name: "Victoria Sterling", - role: "Founder", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-fashion-brand-f-1774061886548-a48afc22.png?_wi=2", - imageAlt: "Victoria Sterling", - }, + id: "test-2", title: "Authentic Brand Connection", quote: "Working with SocialPulse felt like partnering with an extension of our team. They truly understand our brand values and translate that into compelling social narratives that resonate with our audience.", name: "Victoria Sterling", role: "Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-fashion-brand-f-1774061886548-a48afc22.png", imageAlt: "Victoria Sterling"}, { - id: "test-3", - title: "Results-Driven Excellence", - quote: "The ROI we've seen is remarkable. SocialPulse doesn't just create content; they create strategy. Their attention to metrics and continuous optimization keeps us ahead of the competition.", - name: "Marcus Thompson", - role: "CMO", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-tech-startup-fo-1774061886467-88ae4291.png?_wi=2", - imageAlt: "Marcus Thompson", - }, + id: "test-3", title: "Results-Driven Excellence", quote: "The ROI we've seen is remarkable. SocialPulse doesn't just create content; they create strategy. Their attention to metrics and continuous optimization keeps us ahead of the competition.", name: "Marcus Thompson", role: "CMO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-tech-startup-fo-1774061886467-88ae4291.png", imageAlt: "Marcus Thompson"}, { - id: "test-4", - title: "Premium Creative Execution", - quote: "What impresses us most is their ability to balance creativity with strategy. Every campaign is both beautiful and purposeful, delivering measurable business impact.", - name: "Isabelle Laurent", - role: "Brand Director", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-luxury-retail-b-1774061886191-b70440f0.png?_wi=2", - imageAlt: "Isabelle Laurent", - }, + id: "test-4", title: "Premium Creative Execution", quote: "What impresses us most is their ability to balance creativity with strategy. Every campaign is both beautiful and purposeful, delivering measurable business impact.", name: "Isabelle Laurent", role: "Brand Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/professional-headshot-of-luxury-retail-b-1774061886191-b70440f0.png", imageAlt: "Isabelle Laurent"}, ]} /> @@ -193,7 +133,7 @@ export default function PortfolioPage() { description="Schedule a consultation with our team to discuss your brand's social media strategy and how we can drive meaningful growth." tagIcon={Heart} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Consultation" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d86fc86..7c61d0e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -19,8 +19,7 @@ const navItems = [ const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/" }, @@ -28,8 +27,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Case Studies", href: "/" }, { label: "Social Media Guide", href: "#" }, @@ -37,8 +35,7 @@ const footerColumns = [ ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact", href: "/contact" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Instagram", href: "https://instagram.com" }, @@ -46,8 +43,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -86,23 +82,11 @@ export default function ServicesPage() { useInvertedBackground={false} features={[ { - title: "Strategic Planning & Consultation", - description: "In-depth market analysis, audience research, and competitive benchmarking to develop actionable social media strategies aligned with your business objectives and KPIs.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/social-media-strategist-analyzing-market-1774061887487-9b3b4f48.png?_wi=2", - imageAlt: "Strategic planning", - }, + title: "Strategic Planning & Consultation", description: "In-depth market analysis, audience research, and competitive benchmarking to develop actionable social media strategies aligned with your business objectives and KPIs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/social-media-strategist-analyzing-market-1774061887487-9b3b4f48.png", imageAlt: "Strategic planning"}, { - title: "Premium Content Creation", - description: "Bespoke content production across all formats: photography, videography, copywriting, and graphic design. Every piece crafted to reflect your brand's unique voice and resonate with your target audience.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/content-creator-filming-and-photographin-1774061886762-aaccd6ac.png?_wi=2", - imageAlt: "Content creation", - }, + title: "Premium Content Creation", description: "Bespoke content production across all formats: photography, videography, copywriting, and graphic design. Every piece crafted to reflect your brand's unique voice and resonate with your target audience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/content-creator-filming-and-photographin-1774061886762-aaccd6ac.png", imageAlt: "Content creation"}, { - title: "Active Community Engagement", - description: "Professional community management including real-time engagement, crisis response, influencer collaboration, and audience relationship building to foster loyal brand advocates.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/community-manager-engaging-with-follower-1774061887144-5d5b32de.png?_wi=2", - imageAlt: "Community management", - }, + title: "Active Community Engagement", description: "Professional community management including real-time engagement, crisis response, influencer collaboration, and audience relationship building to foster loyal brand advocates.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEkrDreWmuHuFqPgScSRfu4m9t/community-manager-engaging-with-follower-1774061887144-5d5b32de.png", imageAlt: "Community management"}, ]} /> @@ -116,33 +100,13 @@ export default function ServicesPage() { useInvertedBackground={true} metrics={[ { - id: "benefit-1", - title: "Data-Driven Approach", - subtitle: "Every decision backed by metrics", - category: "Strategy", - value: "100%", - }, + id: "benefit-1", title: "Data-Driven Approach", subtitle: "Every decision backed by metrics", category: "Strategy", value: "100%"}, { - id: "benefit-2", - title: "Creative Excellence", - subtitle: "Award-winning creative team", - category: "Quality", - value: "5★", - }, + id: "benefit-2", title: "Creative Excellence", subtitle: "Award-winning creative team", category: "Quality", value: "5★"}, { - id: "benefit-3", - title: "Dedicated Support", - subtitle: "Assigned account managers", - category: "Service", - value: "24/7", - }, + id: "benefit-3", title: "Dedicated Support", subtitle: "Assigned account managers", category: "Service", value: "24/7"}, { - id: "benefit-4", - title: "Transparent Reporting", - subtitle: "Monthly comprehensive analytics", - category: "Accountability", - value: "Full", - }, + id: "benefit-4", title: "Transparent Reporting", subtitle: "Monthly comprehensive analytics", category: "Accountability", value: "Full"}, ]} /> @@ -154,7 +118,7 @@ export default function ServicesPage() { description="Our team is ready to discuss how our services can transform your brand's social media presence and deliver exceptional results." tagIcon={MessageSquare} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get in Touch"