Merge version_7 into main #23

Merged
bender merged 1 commits from version_7 into main 2026-03-10 20:47:14 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroCarouselLogo from "@/components/sections/hero/HeroCarouselLogo";
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import ContactCTA from "@/components/sections/contact/ContactCTA";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
@@ -57,13 +57,19 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
title="Reliable Home Services in Richmond, VA"
logoText="Reliable Home Services in Richmond, VA"
description="Professional handyman and home repair services you can trust. Fast, affordable, and locally owned since 2010."
tag="✓ Licensed & Insured | 15+ Years Trusted"
tagIcon={CheckCircle}
tagAnimation="slide-up"
logos={[
"http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328066.jpg?_wi=2", "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530711.jpg?_wi=4", "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=4"]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328066.jpg?_wi=2", imageAlt: "Professional contractor"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530711.jpg?_wi=4", imageAlt: "Construction worker"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=4", imageAlt: "Plumber at work"
}
]}
buttons={[
{
text: "Call Now: 804-938-0669", href: "tel:804-938-0669"
@@ -72,7 +78,6 @@ export default function HomePage() {
text: "Request Service", href: "#contact"
},
]}
buttonAnimation="slide-up"
/>
</div>