Compare commits
37 Commits
version_23
...
version_35
| Author | SHA1 | Date | |
|---|---|---|---|
| 671e22fb2c | |||
| 25771207dc | |||
| bc3957dceb | |||
| fd8f7a1a20 | |||
| 69fab8f04d | |||
| 91d338e80b | |||
| 85a7d38c27 | |||
| 6ad5cb180b | |||
| 26de0a1adf | |||
| 10eac1b5d0 | |||
| f338b7be7c | |||
| 7bbbbe0330 | |||
| a4200e95ad | |||
| 6489b0e636 | |||
| deb53e62a5 | |||
| 1eeb0207d7 | |||
| fb3bcf6072 | |||
| 118fe4103b | |||
| 0639275f28 | |||
| 2768f46875 | |||
| 4df1fb7d91 | |||
| 69c30f6d89 | |||
| 568fca80e5 | |||
| 5e77480b48 | |||
| 90e6f90ce7 | |||
| 62d7b9b66f | |||
| e043c302bd | |||
| 24896cc726 | |||
| acf994535c | |||
| 5496a5f442 | |||
| 87a6a6de64 | |||
| 57ce24b1af | |||
| 14d6a8e6e9 | |||
| fa4da8eeb3 | |||
| 791e4c2bc6 | |||
| 1eca0affd6 | |||
| de8f9590fc |
@@ -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,11 @@ 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 }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
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"
|
||||
/>
|
||||
@@ -77,9 +73,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Residential & Commercial"
|
||||
features={[
|
||||
{ id: "s1", title: "Interior Painting", descriptions: ["Refreshing your living spaces with high-quality finishes."], imageSrc: "https://images.unsplash.com/photo-1594475508007-00f83d97e296?auto=format&fit=crop&q=80&w=800" },
|
||||
{ id: "s2", title: "Exterior Painting", descriptions: ["Weather-resistant protection for your Dunedin home."], imageSrc: "https://images.unsplash.com/photo-1513584684374-8bab748fbf90?auto=format&fit=crop&q=80&w=800" },
|
||||
{ id: "s3", title: "Cabinet Refinishing", descriptions: ["A budget-friendly way to update your kitchen."], imageSrc: "https://images.unsplash.com/photo-1556912173-3d70637e3b5e?auto=format&fit=crop&q=80&w=800" },
|
||||
{ id: "s1", title: "Interior Painting", descriptions: ["From living rooms to bedrooms to full home interiors, Hupp Painting delivers clean, precise results that make your space feel brand new. Expert color consultation included — because the right paint choice makes all the difference. "], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRXEScR9k6s451D07iYn2oBnWv/uploaded-1778265824848-shf02fay.webp" },
|
||||
{ id: "s2", title: "Exterior Painting", descriptions: ["Boost your home's curb appeal with a professional exterior paint job done right. From prep to final coat, Hupp Painting protects and beautifies your home's exterior with results built to last in the Florida climate."], imageSrc: "https://images.unsplash.com/photo-1513584684374-8bab748fbf90?auto=format&fit=crop&q=80&w=800" },
|
||||
{ id: "s3", title: "Cabinet Refinishing", descriptions: ["Transform your kitchen or bathroom without the price tag of a full remodel. Cabinet refinishing by Hupp Painting delivers a clean, durable finish that looks brand new — at a fraction of the cost of replacement. "], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRXEScR9k6s451D07iYn2oBnWv/tmp/nicley-painted-cabinets-1778265932056-4e80ba10.png" },
|
||||
]}
|
||||
title="Our Services"
|
||||
description="We provide durable, high-quality finishes designed to enhance curb appeal and ensure long-lasting protection for your home."
|
||||
@@ -140,4 +136,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user