Merge version_7 into main #22

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

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import HeroCarouselLogo from "@/components/sections/hero/HeroCarouselLogo";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
@@ -56,14 +56,14 @@ export default function HomePage() {
</div>
<div id="hero" data-section="hero">
<HeroOverlay
<HeroCarouselLogo
title="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"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328066.jpg?_wi=2"
imageAlt="Professional handyman tools and equipment"
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"]}
buttons={[
{
text: "Call Now: 804-938-0669", href: "tel:804-938-0669"
@@ -371,4 +371,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}