Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24e592f23b | |||
| 1031f1d72e | |||
| 1fb95adedb | |||
| 364fe5cc51 | |||
| 6813fe2a90 | |||
| 8855be5a44 |
@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
@@ -15,6 +16,8 @@ export const metadata: Metadata = {
|
||||
description: 'Loewens Fencing and Deck Repairs offers premium fence installation and deck restoration services, specializing in luxury, high-end outdoor structural designs.',
|
||||
};
|
||||
|
||||
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
@@ -158,11 +158,10 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Get In Touch"
|
||||
title="Ready to Start Your Project?"
|
||||
description="Reach out to discuss your fencing or deck restoration needs with our expert team today."
|
||||
buttons={[{ text: "Book Consultation", href: "mailto:hello@loewens.com" }]}
|
||||
<ContactCenter
|
||||
tag="Luxury Contact"
|
||||
title="Transform Your Outdoor Space"
|
||||
description="We specialize in high-end fencing and deck restoration. Provide your email below to begin your consultation."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user