Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 12904cd397 | |||
| 3ade97ea91 | |||
| 29909bb285 |
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user