3 Commits

Author SHA1 Message Date
12904cd397 Update src/app/page.tsx 2026-03-07 21:44:21 +00:00
3ade97ea91 Update src/app/page.tsx 2026-03-07 21:43:11 +00:00
29909bb285 Merge version_1 into main
Merge version_1 into main
2026-03-07 21:40:26 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
@@ -41,7 +41,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplit
<HeroOverlay
title="Reliable Heating & Air Conditioning Services in San Jose"
description="Trusted local HVAC experts delivering fast, affordable installation, repair, and maintenance. 4.9★ rated by 43+ local homeowners."
tag="4.9 Stars from 43+ Local Reviews"
@@ -50,11 +50,8 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:(408)991-2645" },
{ text: "Get Free Estimate", href: "#contact" }
]}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg"
imageAlt="Professional HVAC system installation"
imagePosition="right"
mediaAnimation="slide-up"
tagAnimation="slide-up"
buttonAnimation="slide-up"
/>