diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1224fd0..568a879 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
-import FooterSimple from '@/components/sections/footer/FooterSimple';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,64 +45,41 @@ export default function LandingPage() {
@@ -134,20 +103,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Growth Acceleration",
- description: "Scale your business 5x faster with our proven strategies.",
- imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-up-colorful-letters-forming-abbreviation-seo_53876-138083.jpg",
- },
+ title: "Growth Acceleration", description: "Scale your business 5x faster with our proven strategies.", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-up-colorful-letters-forming-abbreviation-seo_53876-138083.jpg"},
{
- title: "Data-Driven",
- description: "Every decision backed by analytics and precision targeting.",
- imageSrc: "http://img.b2bpic.net/free-photo/laptop-tablet-phone-along-with-graphics_1232-1070.jpg",
- },
+ title: "Data-Driven", description: "Every decision backed by analytics and precision targeting.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-tablet-phone-along-with-graphics_1232-1070.jpg"},
{
- title: "Expert Team",
- description: "Work with top 1% marketers in the industry.",
- imageSrc: "http://img.b2bpic.net/free-photo/paper-cut-people-blue-background_23-2148144512.jpg",
- },
+ title: "Expert Team", description: "Work with top 1% marketers in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/paper-cut-people-blue-background_23-2148144512.jpg"},
]}
title="Why Choose Aura?"
description="Proven strategies to grow your brand and revenue."
@@ -161,23 +121,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "1",
- icon: Users,
- title: "Happy Clients",
- value: "10K+",
- },
+ id: "1", icon: Users,
+ title: "Happy Clients", value: "10K+"},
{
- id: "2",
- icon: TrendingUp,
- title: "Revenue Generated",
- value: "$50M+",
- },
+ id: "2", icon: TrendingUp,
+ title: "Revenue Generated", value: "$50M+"},
{
- id: "3",
- icon: Award,
- title: "Average ROI",
- value: "500%",
- },
+ id: "3", icon: Award,
+ title: "Average ROI", value: "500%"},
]}
title="Our Impact"
description="Performance metrics that speak for themselves."
@@ -188,8 +139,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file