Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ff73626e0 | |||
| 42bec33858 | |||
| b1d45f84c1 | |||
| 5db7d01d3d | |||
| 061bba235c |
136
src/app/page.tsx
136
src/app/page.tsx
@@ -31,16 +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", id: "#hero"},
|
{ name: "Services", id: "#features" },
|
||||||
{
|
{ name: "Gallery", id: "#gallery" },
|
||||||
name: "Services", id: "#features"},
|
{ name: "Reviews", id: "#testimonials" },
|
||||||
{
|
{ name: "Contact", id: "#contact" },
|
||||||
name: "Reviews", id: "#testimonials"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "#contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Roofing Pro"
|
brandName="Rogers Roofing"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -49,8 +46,7 @@ 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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV5KR5pEzW1eOhhDpNfNBchMAB/uploaded-1778354695381-upjgjror.png?_wi=1"
|
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"
|
||||||
@@ -62,15 +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", value: "58+"},
|
{ icon: ThumbsUp, label: "Customer Satisfaction", value: "4.9/5" },
|
||||||
{
|
|
||||||
icon: ShieldCheck,
|
|
||||||
label: "Verified Experts", value: "100%"},
|
|
||||||
{
|
|
||||||
icon: ThumbsUp,
|
|
||||||
label: "Customer Satisfaction", value: "4.9/5"},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -82,18 +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", title: "Roof Inspection", 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" },
|
||||||
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"
|
||||||
@@ -101,15 +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", value: "855+", 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 },
|
||||||
{
|
|
||||||
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."
|
||||||
@@ -121,16 +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", 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: "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: "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: "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" },
|
||||||
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."
|
||||||
@@ -141,12 +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", title: "Do you offer free estimates?", 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." },
|
||||||
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"
|
||||||
@@ -159,43 +150,30 @@ 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", type: "text", placeholder: "Your Name", required: true,
|
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||||
},
|
{ name: "phone", type: "tel", placeholder: "Phone Number" },
|
||||||
{
|
|
||||||
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", placeholder: "Tell us about your project"}}
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV5KR5pEzW1eOhhDpNfNBchMAB/uploaded-1778354695381-upjgjror.png?_wi=2"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DV5KR5pEzW1eOhhDpNfNBchMAB/uploaded-1778354695381-upjgjror.png?_wi=2"
|
||||||
/>
|
/>
|
||||||
</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", items: [
|
{ label: "Services", href: "#features" },
|
||||||
{
|
{ label: "Gallery", href: "#gallery" },
|
||||||
label: "Services", href: "#features"},
|
{ label: "Testimonials", href: "#testimonials" },
|
||||||
{
|
] },
|
||||||
label: "Testimonials", href: "#testimonials"},
|
{ title: "Company", items: [
|
||||||
],
|
{ label: "Contact", href: "#contact" },
|
||||||
},
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{
|
] },
|
||||||
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user