13 Commits

Author SHA1 Message Date
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
c58995ef46 Update src/app/styles/variables.css 2026-03-25 20:21:11 +00:00
b8495e866b Update src/app/page.tsx 2026-03-25 20:21:10 +00:00
bc259b2173 Merge version_1 into main
Merge version_1 into main
2026-03-25 20:14:01 +00:00
6fa3644103 Merge version_1 into main
Merge version_1 into main
2026-03-25 20:12:47 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLarge"
background="noise"
background="floatingGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -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"
@@ -179,11 +179,11 @@ export default function LandingPage() {
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"},
]}
@@ -234,4 +234,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #020617;
--card: #0f172a;
--foreground: #e2e8f0;
--primary-cta: #c4d8f9;
--primary-cta-text: #020617;
--secondary-cta: #041633;
--secondary-cta-text: #e2e8f0;
--accent: #2d30f3;
--background-accent: #1d4ed8;
--background: #010110;
--card: #08081F;
--foreground: #E8E8FF;
--primary-cta: #4A7CFF;
--primary-cta-text: #FFFFFF;
--secondary-cta: #1A2A4C;
--secondary-cta-text: #E8E8FF;
--accent: #70A0FF;
--background-accent: #030320;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);