7 Commits

Author SHA1 Message Date
6a1d2c9945 Remove watermark 2026-04-17 05:14:54 +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
0e58b197c5 Update src/app/page.tsx 2026-04-17 05:08:32 +00:00
50bdca8458 Merge version_2 into main
Merge version_2 into main
2026-04-17 05:07:55 +00:00
910a6027a3 Update src/app/page.tsx 2026-04-17 05:07:49 +00:00
92cc15bde9 Merge version_1 into main
Merge version_1 into main
2026-04-17 05:04:54 +00:00
2 changed files with 11 additions and 11 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. Premier residential and commercial roofing, siding, and remodeling 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,12 +127,13 @@ 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."
description="Reach out today to discuss your next residential or commercial project. Construction: 615-686-6921 | Restoration: 615-525-6813"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CTGZmTtOxn8VFTl3Wz3whpziCB/uploaded-1776402456968-2ent03mb.jpg"
logoText="Restoration Inc."
columns={[
{
@@ -156,10 +157,10 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2024 Restoration Inc. Mount Juliet, TN."
copyrightText="© 2024 Restoration Inc. Mount Juliet and middle Tennessee. Construction: 615-686-6921 | Restoration: 615-525-6813"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}