Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-08 17:35:06 +00:00

View File

@@ -2,9 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Star, ShieldCheck, Clock, PaintBucket, Home } from 'lucide-react';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
@@ -88,7 +86,6 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={true}
title="Hupp Painting - Dunedin's Painting Experts"
description="Located at 918 Gulf View Blvd, we serve our community with honesty and craftsmanship. Reach us at (727) 330-1821."
buttons={[{ text: "Visit hupppainting.com", href: "https://hupppainting.com" }]}
/>
</div>
@@ -113,6 +110,8 @@ export default function LandingPage() {
title="Get Your Free Estimate Today"
description="Visit us at 918 Gulf View Blvd, Dunedin, FL, or call (727) 330-1821 to get started."
buttons={[{ text: "Call Now: (727) 330-1821", href: "tel:7273301821" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>