7 Commits

Author SHA1 Message Date
3ff73626e0 Update src/app/page.tsx 2026-05-09 19:29:12 +00:00
42bec33858 Merge version_3 into main
Merge version_3 into main
2026-05-09 19:27:04 +00:00
b1d45f84c1 Update src/app/page.tsx 2026-05-09 19:26:58 +00:00
5db7d01d3d Merge version_2 into main
Merge version_2 into main
2026-05-09 19:25:46 +00:00
c5e552e495 Update src/app/page.tsx 2026-05-09 19:25:42 +00:00
061bba235c Merge version_2 into main
Merge version_2 into main
2026-05-09 19:25:11 +00:00
4171d1ffe5 Update src/app/page.tsx 2026-05-09 19:25:08 +00:00

View File

@@ -31,24 +31,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ { name: "Overview", id: "#hero" },
name: "Overview", { name: "Services", id: "#features" },
id: "#hero", { name: "Gallery", id: "#gallery" },
}, { name: "Reviews", id: "#testimonials" },
{ { name: "Contact", id: "#contact" },
name: "Services",
id: "#features",
},
{
name: "Reviews",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
]} ]}
brandName="Roofing Pro" brandName="Rogers Roofing"
/> />
</div> </div>
@@ -57,12 +46,9 @@ export default function LandingPage() {
logoText="Trusted Roofing Services Since 1966" logoText="Trusted Roofing Services Since 1966"
description="With over 58 years of experience, we provide top-tier roof inspection, repair, and installation services for the Rockford community. Get your free estimate today." description="With over 58 years of experience, we provide top-tier roof inspection, repair, and installation services for the Rockford community. Get your free estimate today."
buttons={[ buttons={[
{ { text: "Get Free Estimate", href: "#contact" },
text: "Get Free Estimate",
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV5KR5pEzW1eOhhDpNfNBchMAB/uploaded-1778354695381-upjgjror.png?_wi=1"
imageAlt="Professional roof repair team at work" imageAlt="Professional roof repair team at work"
/> />
</div> </div>
@@ -72,21 +58,9 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Built on Workmanship & Trust" title="Built on Workmanship & Trust"
metrics={[ metrics={[
{ { icon: Award, label: "Years in Business", value: "58+" },
icon: Award, { icon: ShieldCheck, label: "Verified Experts", value: "100%" },
label: "Years in Business", { icon: ThumbsUp, label: "Customer Satisfaction", value: "4.9/5" },
value: "58+",
},
{
icon: ShieldCheck,
label: "Verified Experts",
value: "100%",
},
{
icon: ThumbsUp,
label: "Customer Satisfaction",
value: "4.9/5",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -98,33 +72,33 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ { id: "s1", title: "Roof Inspection", subtitle: "Detailed damage assessment", category: "Maintenance", value: "Thorough" },
id: "s1", { id: "s2", title: "Installation", subtitle: "Expertly fitted roofs", category: "Projects", value: "Premium" },
title: "Roof Inspection", { id: "s3", title: "Emergency Repair", subtitle: "Rapid storm damage relief", category: "Repairs", value: "Available" },
subtitle: "Detailed damage assessment",
category: "Maintenance",
value: "Thorough",
},
{
id: "s2",
title: "Installation",
subtitle: "Expertly fitted roofs",
category: "Projects",
value: "Premium",
},
{
id: "s3",
title: "Emergency Repair",
subtitle: "Rapid storm damage relief",
category: "Repairs",
value: "Available",
},
]} ]}
title="Comprehensive Roofing Services" title="Comprehensive Roofing Services"
description="We offer a full range of residential and commercial roofing solutions tailored to meet your property needs." description="We offer a full range of residential and commercial roofing solutions tailored to meet your property needs."
/> />
</div> </div>
<div id="gallery" data-section="gallery">
<FeatureCardTwentyEight
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
title="Recent Roofing Projects"
description="Check out our latest residential and commercial roofing transformations across the region."
features={[
{ id: "p1", title: "Project A", subtitle: "Full Roof Replacement", category: "Residential", value: "Premium", buttons: [{ text: "View Image" }] },
{ id: "p2", title: "Project B", subtitle: "Metal Roofing Upgrade", category: "Commercial", value: "Durable", buttons: [{ text: "View Image" }] },
{ id: "p3", title: "Project C", subtitle: "Shingle Installation", category: "Residential", value: "Modern", buttons: [{ text: "View Image" }] },
{ id: "p4", title: "Project D", subtitle: "Emergency Repair", category: "Repair", value: "Fast", buttons: [{ text: "View Image" }] },
{ id: "p5", title: "Project E", subtitle: "Roof Maintenance", category: "Service", value: "Complete", buttons: [{ text: "View Image" }] }
]}
className="bg-card"
/>
</div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardOne <MetricCardOne
animationType="slide-up" animationType="slide-up"
@@ -132,27 +106,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ { id: "m1", value: "855+", title: "Happy Clients", description: "Verified positive reviews", icon: Users },
id: "m1", { id: "m2", value: "24/7", title: "Fast Response", description: "Typically replies in 1 hour", icon: Clock },
value: "855+", { id: "m3", value: "Local", title: "Community Focus", description: "Locally-owned & operated", icon: MapPin },
title: "Happy Clients",
description: "Verified positive reviews",
icon: Users,
},
{
id: "m2",
value: "24/7",
title: "Fast Response",
description: "Typically replies in 1 hour",
icon: Clock,
},
{
id: "m3",
value: "Local",
title: "Community Focus",
description: "Locally-owned & operated",
icon: MapPin,
},
]} ]}
title="Proven Track Record" title="Proven Track Record"
description="Serving Rockford with dedication and excellence for over half a century." description="Serving Rockford with dedication and excellence for over half a century."
@@ -164,46 +120,11 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ { id: "1", title: "Professionalism", quote: "Excellent work on my roof repair. Very quick response time.", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/lovely-pretty-woman-with-dark-hair-happy-smile-wearing-white-t-shirt-drinking-morning-coffee-kitchen-good-sunny-day_291650-163.jpg" },
id: "1", { id: "2", title: "Reliable", quote: "They fixed my leak right before the storm. Highly recommend.", name: "Mike R.", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-european-woman-with-dark-hair-healthy-skin-smiling-with-morning-coffee-modern-light-kitchen_291650-153.jpg" },
title: "Professionalism", { id: "3", title: "Quality", quote: "Fantastic workmanship guarantee, felt secure throughout the project.", name: "Emily D.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg" },
quote: "Excellent work on my roof repair. Very quick response time.", { id: "4", title: "Helpful", quote: "Very friendly staff and transparent pricing from the get-go.", name: "Tom B.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg" },
name: "Sarah J.", { id: "5", title: "Impressive", quote: "Fastest roofing company I have ever worked with in Rockford.", name: "Linda G.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg" },
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/lovely-pretty-woman-with-dark-hair-happy-smile-wearing-white-t-shirt-drinking-morning-coffee-kitchen-good-sunny-day_291650-163.jpg",
},
{
id: "2",
title: "Reliable",
quote: "They fixed my leak right before the storm. Highly recommend.",
name: "Mike R.",
role: "Property Owner",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-european-woman-with-dark-hair-healthy-skin-smiling-with-morning-coffee-modern-light-kitchen_291650-153.jpg",
},
{
id: "3",
title: "Quality",
quote: "Fantastic workmanship guarantee, felt secure throughout the project.",
name: "Emily D.",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg",
},
{
id: "4",
title: "Helpful",
quote: "Very friendly staff and transparent pricing from the get-go.",
name: "Tom B.",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg",
},
{
id: "5",
title: "Impressive",
quote: "Fastest roofing company I have ever worked with in Rockford.",
name: "Linda G.",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg",
},
]} ]}
title="What Our Neighbors Say" title="What Our Neighbors Say"
description="Trusted by hundreds of local homeowners." description="Trusted by hundreds of local homeowners."
@@ -214,21 +135,9 @@ export default function LandingPage() {
<FaqSplitText <FaqSplitText
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ { id: "q1", title: "Do you offer free estimates?", content: "Yes, we provide free, no-obligation estimates for all roofing services." },
id: "q1", { id: "q2", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and background-checked for your security." },
title: "Do you offer free estimates?", { id: "q3", title: "Do you work weekends?", content: "Weekend appointments are available upon request to suit your schedule." },
content: "Yes, we provide free, no-obligation estimates for all roofing services.",
},
{
id: "q2",
title: "Are you licensed and insured?",
content: "Yes, we are fully licensed and background-checked for your security.",
},
{
id: "q3",
title: "Do you work weekends?",
content: "Weekend appointments are available upon request to suit your schedule.",
},
]} ]}
sideTitle="Frequently Asked Questions" sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -241,67 +150,33 @@ export default function LandingPage() {
title="Contact Our Roofing Experts" title="Contact Our Roofing Experts"
description="Ready to get started? We typically reply within 1 hour." description="Ready to get started? We typically reply within 1 hour."
inputs={[ inputs={[
{ { name: "name", type: "text", placeholder: "Your Name", required: true },
name: "name", { name: "email", type: "email", placeholder: "Email Address", required: true },
type: "text", { name: "phone", type: "tel", placeholder: "Phone Number" },
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
},
]} ]}
textarea={{ textarea={{ name: "message", placeholder: "Tell us about your project" }}
name: "message", imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV5KR5pEzW1eOhhDpNfNBchMAB/uploaded-1778354695381-upjgjror.png?_wi=2"
placeholder: "Tell us about your project",
}}
imageSrc="http://img.b2bpic.net/free-photo/people-negotiating-about-blueprint-house_23-2148301717.jpg"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoText="Roofing Pro" logoText="Rogers Roofing"
columns={[ columns={[
{ { title: "Navigate", items: [
title: "Navigate", { label: "Services", href: "#features" },
items: [ { label: "Gallery", href: "#gallery" },
{ { label: "Testimonials", href: "#testimonials" },
label: "Services", ] },
href: "#features", { title: "Company", items: [
}, { label: "Contact", href: "#contact" },
{ { label: "Privacy Policy", href: "#" },
label: "Testimonials", ] },
href: "#testimonials",
},
],
},
{
title: "Company",
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
]} ]}
copyrightText="© 2025 Roofing Pro | Servicing Rockford & Area" copyrightText="© 2025 Rogers Roofing | Servicing Rockford & Area"
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }