diff --git a/src/app/page.tsx b/src/app/page.tsx
index a506880..aabea7c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,9 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
-import ContactText from '@/components/sections/contact/ContactText';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureBento from '@/components/sections/feature/FeatureBento';
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
+import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
@@ -29,62 +29,31 @@ export default function LandingPage() {
@@ -93,15 +62,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Impact Driven Outcomes"
metrics={[
- {
- icon: TrendingUp,
- label: "Growth Rate", value: "150%"},
- {
- icon: Users,
- label: "Community Size", value: "2M+"},
- {
- icon: DollarSign,
- label: "Ad Spend ROI", value: "4.5x"},
+ { icon: TrendingUp, label: "Growth Rate", value: "150%" },
+ { icon: Users, label: "Community Size", value: "2M+" },
+ { icon: DollarSign, label: "Ad Spend ROI", value: "4.5x" },
]}
metricsAnimation="slide-up"
/>
@@ -113,15 +76,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- 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,
- },
- {
- title: "Community Management", description: "24/7 engagement that builds long-term loyalty.", bentoComponent: "reveal-icon", icon: MessageSquare,
- },
+ { 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 },
+ { title: "Community Management", description: "24/7 engagement that builds long-term loyalty.", bentoComponent: "reveal-icon", icon: MessageSquare },
]}
title="End-to-End Social Solutions"
description="A comprehensive suite of social media tools designed to amplify your brand across all digital platforms."
@@ -134,21 +91,9 @@ export default function LandingPage() {
textboxLayout="default"
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"},
- {
- 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: "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: "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: "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" },
+ { 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" },
]}
showRating={true}
title="Client Success Stories"
@@ -157,51 +102,28 @@ export default function LandingPage() {
-
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index fd718b9..4fd73bf 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -13,12 +13,12 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
- --primary-cta: #106EFB;
+ --primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
- --background-accent: #106EFB;
+ --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);