Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c4710dbed2 | |||
| 4f3b6e9870 | |||
| 8b167bcc97 | |||
| 819cd269a3 | |||
| 731a87b278 | |||
| cfd6f5729e | |||
| 945e8d4e6f |
@@ -9,7 +9,7 @@ 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";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -79,7 +79,8 @@ export default function LandingPage() {
|
||||
description="Join hundreds of satisfied customers across Auckland who trust Jet Cleaning Services"
|
||||
tag="Social Proof"
|
||||
names={[
|
||||
"4.4 Star Rating", "29+ Reviews", "24/7 Available", "Fast Response", "Professional Team", "Fully Equipped", "Satisfaction Guaranteed"]}
|
||||
"Sarah's Home - 5 Stars", "John's Office - Same-Day Service", "Emma's Apartment - Spotless Clean", "Michael's Business - Professional Results", "Lisa's Home - Highly Recommended", "David's Office - Exceptional Quality", "Jennifer's Home - Trusted Partner"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={50}
|
||||
@@ -201,19 +202,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user