diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2da0a94..0e8db16 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 ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,47 +44,26 @@ export default function LandingPage() {
@@ -104,34 +75,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "ooh",
- label: "OOH",
- title: "Billboard & Out of Home",
- items: [
- "Massive format display",
- "Strategic site selection",
- "High-traffic targeting",
- ],
+ id: "ooh", label: "OOH", title: "Billboard & Out of Home", items: [
+ "Massive format display", "Strategic site selection", "High-traffic targeting"],
},
{
- id: "events",
- label: "EVENTS",
- title: "Experiential & Pop-ups",
- items: [
- "Immersive event design",
- "Brand activation zones",
- "Audience engagement",
- ],
+ id: "events", label: "EVENTS", title: "Experiential & Pop-ups", items: [
+ "Immersive event design", "Brand activation zones", "Audience engagement"],
},
{
- id: "movements",
- label: "MOVEMENTS",
- title: "Cultural Movements",
- items: [
- "Community-led storytelling",
- "Trend-setting campaigns",
- "Viral offline growth",
- ],
+ id: "movements", label: "MOVEMENTS", title: "Cultural Movements", items: [
+ "Community-led storytelling", "Trend-setting campaigns", "Viral offline growth"],
},
]}
title="Our Specialized Marketing Services"
@@ -147,20 +100,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "150M+",
- description: "Impressions delivered",
- },
+ id: "m1", value: "150M+", description: "Impressions delivered"},
{
- id: "m2",
- value: "250+",
- description: "Events coordinated",
- },
+ id: "m2", value: "250+", description: "Events coordinated"},
{
- id: "m3",
- value: "45+",
- description: "Global brands",
- },
+ id: "m3", value: "45+", description: "Global brands"},
]}
title="Impact In Numbers"
description="We don't just dream, we deliver measurable offline engagement."
@@ -175,25 +119,15 @@ export default function LandingPage() {
author="Sarah Jenkins, VP Marketing"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-dark-color-shirt-looking-up-puzzled-thinking-crossing-hands-his-chest-standing-brown-background_141793-133897.jpg",
- alt: "Sarah Jenkins",
- },
+ src: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-dark-color-shirt-looking-up-puzzled-thinking-crossing-hands-his-chest-standing-brown-background_141793-133897.jpg", alt: "Sarah Jenkins"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg",
- alt: "Michael Chen",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg", alt: "Michael Chen"},
{
- src: "http://img.b2bpic.net/free-photo/handsome-black-man-posing-public-library_74855-1939.jpg",
- alt: "Emily Rodriguez",
- },
+ src: "http://img.b2bpic.net/free-photo/handsome-black-man-posing-public-library_74855-1939.jpg", alt: "Emily Rodriguez"},
{
- src: "http://img.b2bpic.net/free-photo/side-view-business-woman-posing_23-2149457762.jpg",
- alt: "David Kim",
- },
+ src: "http://img.b2bpic.net/free-photo/side-view-business-woman-posing_23-2149457762.jpg", alt: "David Kim"},
{
- src: "http://img.b2bpic.net/free-photo/graphic-designer-making-logo-notebook_23-2149142118.jpg",
- alt: "Alex Rivera",
- },
+ src: "http://img.b2bpic.net/free-photo/graphic-designer-making-logo-notebook_23-2149142118.jpg", alt: "Alex Rivera"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -204,58 +138,35 @@ export default function LandingPage() {