5 Commits

Author SHA1 Message Date
68fa17efa0 Merge version_5 into main
Merge version_5 into main
2026-06-10 19:37:39 +00:00
c495ce9b28 Update src/app/styles/variables.css 2026-06-10 19:37:33 +00:00
43f782adcb Merge version_4 into main
Merge version_4 into main
2026-06-10 19:30:09 +00:00
5887d0d6ae Update src/app/page.tsx 2026-06-10 19:30:03 +00:00
f7a141cdd0 Merge version_3 into main
Merge version_3 into main
2026-06-10 19:27:50 +00:00
2 changed files with 9 additions and 25 deletions

View File

@@ -3,7 +3,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
@@ -41,9 +40,7 @@ export default function LandingPage() {
{
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ", id: "#faq"},
{
name: "Contact", id: "#contact"},
name: "FAQ", id: "#faq"}
]}
brandName="Flex Lawn Care & Tree Service"
bottomLeftText="Pasadena, TX"
@@ -214,19 +211,6 @@ export default function LandingPage() {
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Get in Touch"
title="Ready for a Beautiful Yard?"
description="Contact us today for a quote on our comprehensive lawn care and tree services in Pasadena, TX. Call: 713 955 8020."
inputPlaceholder="Enter your email"
buttonText="Request a Quote"
termsText="By clicking Request a Quote you're confirming that you agree with our Terms and Conditions."
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
@@ -240,4 +224,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffff;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
--accent: #15479c;
--background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);