Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-03 05:43:31 +00:00

View File

@@ -9,7 +9,6 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterCard from "@/components/sections/footer/FooterCard";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Sparkles, Shield, CheckCircle, Phone, Facebook, Instagram } from "lucide-react";
@@ -205,16 +204,20 @@ export default function LandingPage() {
<FooterBase
logoText="Jet Cleaning Services"
copyrightText="© 2025 Jet Cleaning Services | 304 Church Street, Penrose, Auckland 1061"
socialLinks={[
columns={[
{
icon: Facebook,
href: "https://facebook.com/jetcleaningauckland", ariaLabel: "Facebook"},
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Contact", href: "#contact" },
],
},
{
icon: Instagram,
href: "https://instagram.com/jetcleaningauckland", ariaLabel: "Instagram"},
{
icon: Phone,
href: "tel:+64-9-302-1536", ariaLabel: "Call Us"},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" },
],
},
]}
/>
</div>