Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 21e4039011 | |||
| 459ab08add |
@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, Clock, Star, Users } from "lucide-react";
|
||||
import { Award, Clock, Star, Users, Facebook, Instagram, X } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -200,6 +200,11 @@ export default function LandingPage() {
|
||||
<FooterCard
|
||||
logoText="QUARTZ Plumbing & Heating"
|
||||
copyrightText="© 2025 Quartz Plumbing & Heating. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "https://facebook.com/quartzplumbing", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "https://instagram.com/quartzplumbing", ariaLabel: "Instagram" },
|
||||
{ icon: X, href: "https://twitter.com/quartzplumbing", ariaLabel: "Twitter" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user