Merge version_1 into main #1
257
src/app/page.tsx
257
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -31,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
]}
|
||||
brandName="Express Roofing"
|
||||
/>
|
||||
@@ -54,31 +43,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background="circleGradient"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Reliable Roofing for Your Home"
|
||||
description="Express Roofing provides professional, high-quality roofing services, from repairs to full replacements. We ensure your home stays dry, safe, and looking its best."
|
||||
tag="Trusted Experts"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-construction-roof-daylight_23-2148748815.jpg",
|
||||
imageAlt: "Professional residential roof installation services",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg",
|
||||
imageAlt: "Professional roofing team on house site",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg",
|
||||
imageAlt: "Full shot man wearing protection helmet outdoors",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg",
|
||||
imageAlt: "Man working on roof medium shot",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg",
|
||||
imageAlt: "Roof pattern",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-construction-roof-daylight_23-2148748815.jpg", imageAlt: "Professional residential roof installation services" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg", imageAlt: "Professional roofing team on house site" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -93,18 +64,9 @@ export default function LandingPage() {
|
||||
title="Dedicated to Craftsmanship"
|
||||
description="With over 20 years of experience, Express Roofing has built a reputation for integrity and excellence in the roofing industry. Our team of certified professionals ensures every project meets the highest standards of safety and durability."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Certified Technicians",
|
||||
description: "Every member of our team is fully licensed and factory-trained.",
|
||||
},
|
||||
{
|
||||
title: "Quality Materials",
|
||||
description: "We partner with leading manufacturers to provide top-tier roofing.",
|
||||
},
|
||||
{
|
||||
title: "Lifetime Warranty",
|
||||
description: "We stand by our work with industry-leading warranty coverage.",
|
||||
},
|
||||
{ title: "Certified Technicians", description: "Every member of our team is fully licensed and factory-trained." },
|
||||
{ title: "Quality Materials", description: "We partner with leading manufacturers to provide top-tier roofing." },
|
||||
{ title: "Lifetime Warranty", description: "We stand by our work with industry-leading warranty coverage." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-holding-clipboard_23-2148921393.jpg"
|
||||
/>
|
||||
@@ -115,30 +77,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Shingle Replacement",
|
||||
description: "Complete shingle replacement for aging or damaged roofs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Metal Roofing",
|
||||
description: "Durable and energy-efficient metal roof installations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Emergency Repairs",
|
||||
description: "Fast, reliable leak detection and urgent repair services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Roof Maintenance",
|
||||
description: "Seasonal cleaning and proactive inspection services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{ title: "Shingle Replacement", description: "Complete shingle replacement for aging or damaged roofs.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg", buttonIcon: Zap },
|
||||
{ title: "Metal Roofing", description: "Durable and energy-efficient metal roof installations.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg", buttonIcon: Zap },
|
||||
{ title: "Emergency Repairs", description: "Fast, reliable leak detection and urgent repair services.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg", buttonIcon: Zap },
|
||||
{ title: "Roof Maintenance", description: "Seasonal cleaning and proactive inspection services.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg", buttonIcon: Zap }
|
||||
]}
|
||||
title="Our Roofing Services"
|
||||
description="Comprehensive solutions tailored to meet the unique needs of your home."
|
||||
@@ -151,36 +93,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Serving the community",
|
||||
"Thousands of projects",
|
||||
"Proven expertise",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
title: "Roofs Installed",
|
||||
items: [
|
||||
"Commercial projects",
|
||||
"Residential homes",
|
||||
"Custom builds",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
title: "Satisfaction Rate",
|
||||
items: [
|
||||
"Based on feedback",
|
||||
"Customer retention",
|
||||
"Professional quality",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "20+", title: "Years Experience", items: ["Serving the community", "Thousands of projects", "Proven expertise"] },
|
||||
{ id: "m2", value: "5k+", title: "Roofs Installed", items: ["Commercial projects", "Residential homes", "Custom builds"] },
|
||||
{ id: "m3", value: "99%", title: "Satisfaction Rate", items: ["Based on feedback", "Customer retention", "Professional quality"] }
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="Our numbers speak to the consistency and reliability of our service."
|
||||
@@ -191,13 +106,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"GAF",
|
||||
"CertainTeed",
|
||||
"Owens Corning",
|
||||
"IKO",
|
||||
"Tamko",
|
||||
]}
|
||||
names={["GAF", "CertainTeed", "Owens Corning", "IKO", "Tamko"]}
|
||||
title="Partnered with Industry Leaders"
|
||||
description="We collaborate with the best names in the construction and home improvement industry."
|
||||
/>
|
||||
@@ -205,44 +114,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
role: "Homeowner",
|
||||
testimonial: "Express Roofing completed my roof replacement in record time. Excellent quality!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Smith",
|
||||
role: "Property Owner",
|
||||
testimonial: "Very professional and clean work. I highly recommend their services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-holding-thumbs-up_23-2148752021.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Robert Brown",
|
||||
role: "Resident",
|
||||
testimonial: "They caught a major issue that others missed. Great service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roomate-with-tablet-couch_23-2149103374.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alice Green",
|
||||
role: "Homeowner",
|
||||
testimonial: "The entire process was stress-free and very transparent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-holding-book-with-mug_23-2148389956.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Michael White",
|
||||
role: "Property Manager",
|
||||
testimonial: "The quality of craftsmanship is second to none.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-dancing-salsa-casual-get-together_23-2151356546.jpg",
|
||||
},
|
||||
{ id: "t1", name: "John Doe", role: "Homeowner", testimonial: "Express Roofing completed my roof replacement in record time. Excellent quality!", imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg" },
|
||||
{ id: "t2", name: "Jane Smith", role: "Property Owner", testimonial: "Very professional and clean work. I highly recommend their services.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-holding-thumbs-up_23-2148752021.jpg" },
|
||||
{ id: "t3", name: "Robert Brown", role: "Resident", testimonial: "They caught a major issue that others missed. Great service.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roomate-with-tablet-couch_23-2149103374.jpg" },
|
||||
{ id: "t4", name: "Alice Green", role: "Homeowner", testimonial: "The entire process was stress-free and very transparent.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-holding-book-with-mug_23-2148389956.jpg" },
|
||||
{ id: "t5", name: "Michael White", role: "Property Manager", testimonial: "The quality of craftsmanship is second to none.", imageSrc: "http://img.b2bpic.net/free-photo/person-dancing-salsa-casual-get-together_23-2151356546.jpg" }
|
||||
]}
|
||||
title="Customer Stories"
|
||||
description="See why homeowners trust Express Roofing for their property needs."
|
||||
@@ -254,26 +134,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How long does a roof installation take?",
|
||||
content: "Most residential roof installations can be completed in 1-2 days.",
|
||||
},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you provide free estimates?",
|
||||
content: "Yes, we offer complimentary on-site roof inspections and estimates.",
|
||||
},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely. We are fully licensed, bonded, and insured for your peace of mind.",
|
||||
},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What kind of warranty do you offer?",
|
||||
content: "We offer extensive labor and manufacturer warranties on all our roofing work.",
|
||||
},
|
||||
{ id: "faq1", title: "How long does a roof installation take?", content: "Most residential roof installations can be completed in 1-2 days." },
|
||||
{ id: "faq2", title: "Do you provide free estimates?", content: "Yes, we offer complimentary on-site roof inspections and estimates." },
|
||||
{ id: "faq3", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed, bonded, and insured for your peace of mind." },
|
||||
{ id: "faq4", title: "What kind of warranty do you offer?", content: "We offer extensive labor and manufacturer warranties on all our roofing work." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to the most common questions about our roofing services."
|
||||
@@ -284,9 +148,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Start Your Roofing Project"
|
||||
description="Ready to get a new roof or need urgent repair? Send us a message and our experts will reach out to you."
|
||||
@@ -299,52 +161,25 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Repairs",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Replacement",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Inspections",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Services", items: [
|
||||
{ label: "Repairs", href: "#" },
|
||||
{ label: "Replacement", href: "#" },
|
||||
{ label: "Inspections", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Blog", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Express Roofing."
|
||||
bottomRightText="All rights reserved."
|
||||
@@ -353,4 +188,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user