Merge version_3 into main #3
@@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Facebook, Instagram, Twitter } from "lucide-react";
|
||||
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
logoAlt="805 Plumbing and Heating Logo"
|
||||
brandName="805 Plumbing & Heating"
|
||||
button={{
|
||||
text: "Call Now", href: "tel:+17028455138"}}
|
||||
text: "Call Now", href: "tel:+17028455138"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -226,20 +226,10 @@ export default function LandingPage() {
|
||||
logoAlt="plumbing and heating logo professional"
|
||||
logoText="805 Plumbing & Heating"
|
||||
copyrightText="© 2024 805 Plumbing And Heating. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com", ariaLabel: "Instagram"},
|
||||
]}
|
||||
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user