6 Commits

Author SHA1 Message Date
24e592f23b Update theme fonts 2026-04-30 22:16:02 +00:00
1031f1d72e Update theme fonts 2026-04-30 22:16:01 +00:00
1fb95adedb Update theme fonts 2026-04-30 22:15:59 +00:00
364fe5cc51 Update theme fonts 2026-04-30 22:15:59 +00:00
6813fe2a90 Update src/app/page.tsx 2026-04-30 22:06:49 +00:00
8855be5a44 Merge version_3 into main
Merge version_3 into main
2026-04-30 21:59:44 +00:00
2 changed files with 8 additions and 6 deletions

View File

@@ -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"],

View File

@@ -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}
/>