7 Commits

Author SHA1 Message Date
1cda4e9def Merge version_13 into main
Merge version_13 into main
2026-04-17 08:30:38 +00:00
a40ba3bf95 Update src/app/page.tsx 2026-04-17 08:30:32 +00:00
167a7d2008 Merge version_13 into main
Merge version_13 into main
2026-04-17 08:30:09 +00:00
601cec1962 Update src/app/page.tsx 2026-04-17 08:30:06 +00:00
b47fde70b7 Merge version_12 into main
Merge version_12 into main
2026-04-17 08:28:57 +00:00
f273cb0369 Update src/app/page.tsx 2026-04-17 08:28:51 +00:00
fdbe1fce4b Merge version_11 into main
Merge version_11 into main
2026-04-17 08:27:38 +00:00

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -65,7 +65,7 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[]}
title="WHAT WE DO"
description="Reliable property solutions delivered with military-grade precision for your home or business at Reedpropertysolutionsllc.com."
description="Reliable property solutions delivered with precision for your home or business at Reedpropertysolutionsllc.com."
/>
</div>
@@ -73,8 +73,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{ type: "text", content: "TRUSTED, VETERAN-OWNED SERVICE" },
{ type: "text", content: "REED PROPERTY SOLUTIONS LLC IS BUILT ON MILITARY VALUES: HONOR, RELIABILITY, AND PRECISION. AS A VETERAN-OWNED BUSINESS, WE BRING A LEVEL OF DISCIPLINE AND INTEGRITY TO EVERY PROPERTY JOB, ENSURING YOU RECEIVE SERVICE YOU CAN TRUST TO GET THE JOB DONE RIGHT, ON TIME, EVERY TIME." }
{ type: "text", content: "VETERAN-OWNED PROPERTY SOLUTIONS" },
{ type: "text", content: "Reed Property Solutions LLC is a proud veteran-owned business. We bring a high level of dedication and care to every property job, ensuring your needs are met with reliability and professionalism, every time." }
]}
/>
</div>
@@ -123,19 +123,20 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
<ContactCTA
tag="Get in touch"
title="GET YOUR FREE ESTIMATE TODAY"
description="Contact us at 256-263-2188 or Jreed@reedpropertysolutionsllc.com"
buttons={[{ text: "Call Now", href: "tel:2562632188" }, { text: "Email Us", href: "mailto:Jreed@reedpropertysolutionsllc.com" }]}
useInvertedBackground={true}
background={{ variant: "plain" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[]}
<FooterBaseCard
logoText="Reedpropertysolutionsllc.com"
columns={[]}
/>
</div>
</ReactLenis>