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