4 Commits

Author SHA1 Message Date
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
2 changed files with 6 additions and 6 deletions

View File

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

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;