8 Commits

Author SHA1 Message Date
86c570a040 Update src/app/page.tsx 2026-05-10 06:49:16 +00:00
6133ba106f Merge version_3 into main
Merge version_3 into main
2026-05-10 06:48:37 +00:00
7e23dbe254 Update src/app/page.tsx 2026-05-10 06:48:34 +00:00
33d0c8adc8 Merge version_2 into main
Merge version_2 into main
2026-05-10 06:47:45 +00:00
2dad70b8ac Update src/app/page.tsx 2026-05-10 06:47:42 +00:00
0ec07d3441 Merge version_1 into main
Merge version_1 into main
2026-05-10 06:45:11 +00:00
12b9534168 Merge version_1 into main
Merge version_1 into main
2026-05-10 06:44:47 +00:00
d3230b3958 Merge version_1 into main
Merge version_1 into main
2026-05-10 06:44:17 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
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."
buttons={[
{ text: "Get a Free Quote", href: "#contact" },
{ text: "Book Emergency Service Now", href: "#contact" },
{ text: "Call (402) 813-8006", href: "tel:4028138006" }
]}
imageSrc="http://img.b2bpic.net/free-photo/mechanic-filling-out-insurance-contract_482257-85122.jpg"
@@ -106,7 +106,7 @@ export default function LandingPage() {
}
]}
title="What We Do"
description="Residential and commercial HVAC — done right the first time."
description="Our local experts provide reliable, Omaha-specific HVAC solutions guaranteed to keep your home comfortable year-round, backed by our local workmanship warranty."
/>
</div>
@@ -124,13 +124,13 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah S.", imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg" },
{ id: "2", name: "Alex L.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=2" },
{ id: "3", name: "Marni H.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg" },
{ id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153827.jpg?_wi=2" },
{ id: "5", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-couple-smiling_107420-12106.jpg" }
{ id: "1", name: "Sarah S. (Omaha Homeowner)", imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg" },
{ id: "2", name: "Alex L. (Bellevue Business Owner)", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=2" },
{ id: "3", name: "Marni H. (Elkhorn Resident)", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg" },
{ id: "4", name: "David K. (Council Bluffs)", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153827.jpg?_wi=2" },
{ id: "5", name: "Elena R. (Papillion)", imageSrc: "http://img.b2bpic.net/free-photo/portrait-couple-smiling_107420-12106.jpg" }
]}
cardTitle="5.0 Stars. 28 Reviews. Zero Surprises."
cardTitle="5.0 Stars. Trusted by your Omaha Neighbors."
cardTag="Customer Stories"
buttons={[{ text: "Read all on Google", href: "#" }]}
cardAnimation="slide-up"
@@ -211,4 +211,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}