14 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
2e5296dc4c Update src/app/styles/variables.css 2026-04-17 08:27:35 +00:00
d6d39762c4 Merge version_10 into main
Merge version_10 into main
2026-04-17 08:24:43 +00:00
cd408fbbe8 Update src/app/page.tsx 2026-04-17 08:24:40 +00:00
b1371d1a05 Merge version_9 into main
Merge version_9 into main
2026-04-17 08:24:26 +00:00
1779460d1f Update src/app/page.tsx 2026-04-17 08:24:23 +00:00
28ba480e72 Merge version_8 into main
Merge version_8 into main
2026-04-17 08:23:36 +00:00
89aace7ec0 Merge version_8 into main
Merge version_8 into main
2026-04-17 08:23:05 +00:00
2 changed files with 14 additions and 12 deletions

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,7 +73,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{ type: "text", content: "REED PROPERTY SOLUTIONS LLC — BUILT ON SERVICE" }
{ 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>
@@ -122,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>

View File

@@ -10,12 +10,12 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0d0d0f;
--card: #161619;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #1a4fff;
--primary-cta-text: #ffffff;
--secondary-cta: #b0bec5;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #0d0d0f;
--accent: #1a4fff;
--background-accent: #1a1a1e;