27 Commits

Author SHA1 Message Date
0518675622 Merge version_8 into main
Merge version_8 into main
2026-03-25 23:46:48 +00:00
e0257ff6fa Update src/app/page.tsx 2026-03-25 23:46:42 +00:00
3149358d53 Switch to version 6: modified src/components/button/useButtonClick.ts 2026-03-25 23:44:09 +00:00
d7569122bb Switch to version 6: modified src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx 2026-03-25 23:44:08 +00:00
8b6b156d74 Switch to version 6: modified src/app/page.tsx 2026-03-25 23:44:08 +00:00
3b9bdb232f Merge version_7 into main
Merge version_7 into main
2026-03-25 23:39:06 +00:00
68e5f92dde Update src/components/button/useButtonClick.ts 2026-03-25 23:39:02 +00:00
6747ba4d83 Merge version_7 into main
Merge version_7 into main
2026-03-25 23:38:19 +00:00
b76d1546b5 Update src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx 2026-03-25 23:38:13 +00:00
861015f03f Merge version_7 into main
Merge version_7 into main
2026-03-25 23:37:29 +00:00
2eb4be8f1c Update src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx 2026-03-25 23:37:26 +00:00
301c6d04bb Merge version_7 into main
Merge version_7 into main
2026-03-25 23:36:55 +00:00
99daeff82c Update src/components/button/useButtonClick.ts 2026-03-25 23:36:52 +00:00
c0c6b67710 Update src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx 2026-03-25 23:36:52 +00:00
b741446e29 Merge version_7 into main
Merge version_7 into main
2026-03-25 23:34:06 +00:00
a6f99ff072 Update src/components/button/useButtonClick.ts 2026-03-25 23:34:03 +00:00
b842d2ba67 Update src/app/page.tsx 2026-03-25 23:34:03 +00:00
05a3691716 Merge version_6 into main
Merge version_6 into main
2026-03-25 23:30:09 +00:00
498aafdfb6 Update src/app/page.tsx 2026-03-25 23:30:06 +00:00
b67d96e954 Switch to version 4: modified src/app/page.tsx 2026-03-25 23:27:07 +00:00
5e6075de8c Merge version_5 into main
Merge version_5 into main
2026-03-25 20:35:41 +00:00
a5d78ee848 Update src/app/page.tsx 2026-03-25 20:35:35 +00:00
3d9c52f1c4 Merge version_5 into main
Merge version_5 into main
2026-03-25 20:34:59 +00:00
f5f4494897 Update src/app/page.tsx 2026-03-25 20:34:56 +00:00
bdcd89802a Merge version_4 into main
Merge version_4 into main
2026-03-25 20:24:18 +00:00
40ba90567e Update src/app/page.tsx 2026-03-25 20:24:15 +00:00
7b5e6496f3 Merge version_3 into main
Merge version_3 into main
2026-03-25 20:21:14 +00:00

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
{
text: "Get My Free Roof Inspection", href: "#quote"},
{
text: "See Why Dallas Trusts Us", href: "#reviews"},
text: "Call Now", href: "tel:+12145550199"},
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16015.jpg"
@@ -91,8 +91,8 @@ export default function LandingPage() {
id: "6", title: "Realtor Support", tags: [],
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agent-presenting-floor-plan_74855-3057.jpg", imageAlt: "Realtor support icon"},
]}
title="Built to win trust fast and turn visitors into booked inspections."
description="This layout leans into the strongest conversion points: credibility, clarity, responsiveness, and a premium brand feel that separates Results Roofing from average contractors."
title="Comprehensive Roofing & Exterior Services for Your Home"
description="Results Roofing offers a full spectrum of services, including detailed inspections, reliable repairs, full roof replacements, and seamless insurance claim assistance. We also handle gutters and exterior work, providing realtors and homeowners with a trusted partner for all their roofing needs."
tag="Services"
tagIcon={Wrench}
tagAnimation="slide-up"
@@ -173,17 +173,17 @@ export default function LandingPage() {
/>
</div>
<div id="contact-cta" data-section="contact-cta">
<div id="quote" data-section="quote">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient"}}
tag="Ready when you are"
title="Protect your home with a roof that looks better and performs better."
description="Whether you need an inspection, a fast repair, or a full replacement, Results Roofing is positioned here as the premium choice that still feels approachable."
title="Get Your Free Roofing Estimate"
description="Need an inspection, repair, or full roof replacement? Tell us what is going on and our team will reach out to schedule your free estimate."
buttons={[
{
text: "Get a Free Estimate", href: "#quote"},
text: "Request Free Estimate", href: "#quote"},
{
text: "Call Results Roofing", href: "tel:+12145550199"},
]}