6 Commits

Author SHA1 Message Date
d06bca14fe Update src/app/page.tsx 2026-04-17 05:15:21 +00:00
8234ce7546 Merge version_4 into main
Merge version_4 into main
2026-04-17 05:14:57 +00:00
6a1d2c9945 Remove watermark 2026-04-17 05:14:54 +00:00
8953988fd5 Merge version_4 into main
Merge version_4 into main
2026-04-17 05:09:26 +00:00
cc0486ba85 Update src/app/page.tsx 2026-04-17 05:09:23 +00:00
6975985d03 Merge version_3 into main
Merge version_3 into main
2026-04-17 05:08:35 +00:00
2 changed files with 9 additions and 10 deletions

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Libre_Baskerville } from "next/font/google";
@@ -39,7 +38,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -44,8 +44,8 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-static"}}
title="Restoring Excellence in Mount Juliet"
description="Family-owned and trusted for 18+ years. Serving Mount Juliet, TN. Call us at 615-686-6921 for Construction or 615-525-6813 for Restoration Services."
title="Restoring Excellence in Mount Juliet and middle Tennessee"
description="Family-owned and trusted for 18+ years. Serving Mount Juliet, TN and middle Tennessee. Call us at 615-686-6921 for Construction or 615-525-6813 for Restoration Services."
buttons={[
{
text: "Get an Estimate", href: "#contact"},
@@ -65,7 +65,7 @@ export default function LandingPage() {
<MediaAbout
useInvertedBackground={true}
title="Family-Owned, Local Expertise"
description="With over 18 years of dedicated service in Mount Juliet, TN, our family-owned business prides itself on quality, honesty, and lasting relationships. We treat your property as our own."
description="With over 18 years of dedicated service in Mount Juliet, TN and middle Tennessee, our family-owned business prides itself on quality, honesty, and lasting relationships. We treat your property as our own."
imageSrc="http://img.b2bpic.net/free-photo/group-three-engineers_23-2147704210.jpg"
imageAlt="Our team at work"
/>
@@ -83,7 +83,7 @@ export default function LandingPage() {
{ title: "Interior Remodeling", description: "Full-service interior renovations tailored to your personal taste and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278568.jpg" },
]}
title="Our Expert Services"
description="We specialize in both commercial and residential projects across Mount Juliet."
description="We specialize in both commercial and residential projects across Mount Juliet and middle Tennessee."
/>
</div>
@@ -101,7 +101,7 @@ export default function LandingPage() {
]}
showRating={true}
title="Trusted by Local Homeowners"
description="Hear what our Mount Juliet community says about our restoration work."
description="Hear what our Mount Juliet and middle Tennessee community says about our restoration work."
/>
</div>
@@ -110,7 +110,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "How long have you been in business?", content: "We have been providing expert construction and restoration services in Mount Juliet for over 18 years." },
{ id: "f1", title: "How long have you been in business?", content: "We have been providing expert construction and restoration services in Mount Juliet and middle Tennessee for over 18 years." },
{ id: "f2", title: "Do you handle both residential and commercial?", content: "Yes, we specialize in both types of projects with dedicated expertise for each." },
{ id: "f3", title: "Are you fully insured and licensed?", content: "Absolutely. We are fully licensed and insured for all construction and restoration tasks." },
]}
@@ -127,7 +127,7 @@ export default function LandingPage() {
variant: "rotated-rays-static"}}
tag="Contact Us"
title="Ready for a Renovation?"
description="Reach out today to discuss your next residential or commercial project. Construction: 615-686-6921 | Restoration: 615-525-6813"
description="Reach out today to request your free quote or discuss your next residential or commercial project. We're here to help!"
/>
</div>
@@ -157,7 +157,7 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2024 Restoration Inc. Mount Juliet, TN. Construction: 615-686-6921 | Restoration: 615-525-6813"
copyrightText="© 2024 Restoration Inc. Mount Juliet and middle Tennessee. Construction: 615-686-6921 | Restoration: 615-525-6813"
/>
</div>
</ReactLenis>