diff --git a/src/app/page.tsx b/src/app/page.tsx
index 92751bf..eed0e16 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,13 +3,13 @@
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 ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
-import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
-import { Target, TrendingUp, Users } from "lucide-react";
+import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
+import { Target, TrendingUp, Users, Mail, Phone, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,22 +29,11 @@ export default function LandingPage() {
@@ -52,114 +41,22 @@ export default function LandingPage() {
@@ -168,21 +65,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Strategy-Driven Growth"
metrics={[
- {
- icon: TrendingUp,
- label: "Organic Traffic Growth",
- value: "200%",
- },
- {
- icon: Users,
- label: "Social Engagement",
- value: "150%",
- },
- {
- icon: Target,
- label: "Conversion Rate",
- value: "45%",
- },
+ { icon: TrendingUp, label: "Organic Traffic Growth", value: "200%" },
+ { icon: Users, label: "Social Engagement", value: "150%" },
+ { icon: Target, label: "Conversion Rate", value: "45%" },
]}
metricsAnimation="blur-reveal"
/>
@@ -193,24 +78,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "SEO Services",
- description: "Technical audit, keyword strategy, and backlink growth.",
- imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148761034.jpg",
- imageAlt: "SEO Icon",
- },
- {
- title: "Business Consulting",
- description: "Strategic operational improvements to boost profitability.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-vs-company-metal-letter-logo_460848-6493.jpg",
- imageAlt: "Consulting Icon",
- },
- {
- title: "Social Media Management",
- description: "Brand-consistent content creation and community management.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-illustration-gramophone-color-background_460848-8490.jpg",
- imageAlt: "Social Icon",
- },
+ { title: "SEO Services", description: "Technical audit, keyword strategy, and backlink growth.", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148761034.jpg" },
+ { title: "Business Consulting", description: "Strategic operational improvements to boost profitability.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-vs-company-metal-letter-logo_460848-6493.jpg" },
+ { title: "Social Media Management", description: "Brand-consistent content creation and community management.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-illustration-gramophone-color-background_460848-8490.jpg" },
]}
title="Tailored Digital Solutions"
description="Customized strategies to dominate your industry online."
@@ -218,83 +88,40 @@ export default function LandingPage() {