Merge version_25 into main

Merge version_25 into main
This commit was merged in pull request #37.
This commit is contained in:
2026-05-08 18:41:44 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextAbout from '@/components/sections/about/TextAbout';
@@ -39,15 +39,10 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
<HeroBillboard
title="Professional Painting for Dunedin Homes"
description="Transform your home's appearance with Dunedin's most trusted, 5-star rated painting professionals."
testimonials={[
{ name: "Local Customer", handle: "Dunedin, FL", testimonial: "The best painting experience we've ever had.", rating: 5 },
{ name: "Homeowner", handle: "Dunedin, FL", testimonial: "Reliable, punctual, and amazing quality.", rating: 5 }
]}
buttons={[{ text: "Get Your Free Estimate", href: "#contact" }]}
avatarText="Trusted by Dunedin homeowners"
imageSrc="https://images.unsplash.com/photo-1568605114967-8130f3a36994?auto=format&fit=crop&q=80&w=2000"
imageAlt="Nicely painted urban house"
/>
@@ -140,4 +135,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}