Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-10 06:47:45 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
logoText="Omaha's HVAC Pros — On Call 24/7." logoText="Omaha's HVAC Pros — On Call 24/7."
description="From emergency AC repairs to full system installs and gas line work, K&J keeps your home and business running. Five stars. Zero shortcuts." description="From emergency AC repairs to full system installs and gas line work, K&J keeps your home and business running. Five stars. Zero shortcuts."
buttons={[ buttons={[
{ text: "Get a Free Quote", href: "#contact" }, { text: "Book Emergency Service Now", href: "#contact" },
{ text: "Call (402) 813-8006", href: "tel:4028138006" } { text: "Call (402) 813-8006", href: "tel:4028138006" }
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/mechanic-filling-out-insurance-contract_482257-85122.jpg" imageSrc="http://img.b2bpic.net/free-photo/mechanic-filling-out-insurance-contract_482257-85122.jpg"
@@ -211,4 +211,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }