2 Commits

Author SHA1 Message Date
3ac50700a7 Switch to version 2: modified src/app/page.tsx 2026-04-04 16:49:45 +00:00
3991fb632d Merge version_3 into main
Merge version_3 into main
2026-04-04 16:49:03 +00:00

View File

@@ -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 FooterMedia from '@/components/sections/footer/FooterMedia';
import FooterBase from '@/components/sections/footer/FooterBase';
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/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: "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: "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,8 +110,7 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg"
<FooterBase
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }]}
logoText="ASLC Detailing"
/>