From ff77f8424c747d47a6eee7f340a79053d506bfe4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:49:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 946afbf..17ab12c 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 FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -59,8 +59,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Exterior Detailing", description: "Revitalise your paintwork and protect your investment.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wrapping-car_23-2149385679.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wrapping-car_23-2149385679.jpg?_wi=2" }] }, - { title: "Interior Deep Clean", description: "Complete sanitisation and rejuvenation of your vehicle interior.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg?_wi=2" }] }, + { title: "Exterior Detailing", description: "Revitalise your paintwork and protect your investment.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-studio-clean.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-studio-clean.jpg?_wi=2" }] }, + { title: "Interior Deep Clean", description: "Complete sanitisation and rejuvenation of your vehicle interior.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-tools-clean.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-tools-clean.jpg?_wi=2" }] }, { title: "Ceramic Coating", description: "Long-term paint protection for a lasting showroom shine.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg?_wi=2" }] } ]} title="Our Premium Services" @@ -110,7 +110,8 @@ export default function LandingPage() {