Merge version_1 into main #1
226
src/app/page.tsx
226
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Western Roofing Systems"
|
||||
/>
|
||||
@@ -63,44 +51,23 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Your Trusted Partner for Superior Roofing Solutions"
|
||||
description="At Western Roofing Systems, we provide top-quality residential and commercial roofing services, ensuring durability, beauty, and peace of mind. Get a free, no-obligation estimate today."
|
||||
tag="Expert Roofing Services"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "Explore Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Our Services", href: "#services"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-building-with-sky_23-2148106893.jpg",
|
||||
imageAlt: "Professional roofer installing a new roof",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-building-with-sky_23-2148106893.jpg", imageAlt: "Professional roofer installing a new roof"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-view-man-working-roof-with-drill_23-2148748773.jpg",
|
||||
imageAlt: "Detailed roof inspection by a professional",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concrete-building-with-pillars_250224-86.jpg",
|
||||
imageAlt: "Concrete building with pillars",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-brick-fence-before-building_23-2148252742.jpg",
|
||||
imageAlt: "Old brick fence before building",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rooftop_23-2148098547.jpg",
|
||||
imageAlt: "Rooftop",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-view-man-working-roof-with-drill_23-2148748773.jpg", imageAlt: "Detailed roof inspection by a professional"}
|
||||
]}
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="5-Star Rated Roofing Company"
|
||||
/>
|
||||
@@ -111,18 +78,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="About Western Roofing Systems"
|
||||
description={[
|
||||
"Western Roofing Systems is a family-owned and operated business with over 20 years of experience serving our community. We are committed to delivering exceptional craftsmanship and unparalleled customer service on every project, big or small.",
|
||||
"Our team of certified professionals specializes in a wide range of roofing materials and techniques, ensuring that your home or business receives the best possible solution. We pride ourselves on transparent communication, timely completion, and lasting results.",
|
||||
]}
|
||||
"Western Roofing Systems is a family-owned and operated business with over 20 years of experience serving our community. We are committed to delivering exceptional craftsmanship and unparalleled customer service on every project, big or small.", "Our team of certified professionals specializes in a wide range of roofing materials and techniques, ensuring that your home or business receives the best possible solution. We pride ourselves on transparent communication, timely completion, and lasting results."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
{
|
||||
text: "Meet the Team",
|
||||
href: "#",
|
||||
},
|
||||
text: "Meet the Team", href: "#"},
|
||||
]}
|
||||
showBorder={false}
|
||||
/>
|
||||
@@ -136,34 +97,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Home,
|
||||
title: "Residential Roofing",
|
||||
description: "Protect your home with durable and aesthetically pleasing roofing solutions tailored to your needs and budget.",
|
||||
},
|
||||
title: "Residential Roofing", description: "Protect your home with durable and aesthetically pleasing roofing solutions tailored to your needs and budget."},
|
||||
{
|
||||
icon: Building2,
|
||||
title: "Commercial Roofing",
|
||||
description: "Reliable and efficient roofing systems designed for businesses, ensuring minimal disruption and maximum protection.",
|
||||
},
|
||||
title: "Commercial Roofing", description: "Reliable and efficient roofing systems designed for businesses, ensuring minimal disruption and maximum protection."},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Roof Repair & Maintenance",
|
||||
description: "Extend the life of your roof with our prompt repair services and proactive maintenance programs.",
|
||||
},
|
||||
title: "Roof Repair & Maintenance", description: "Extend the life of your roof with our prompt repair services and proactive maintenance programs."},
|
||||
{
|
||||
icon: Cog,
|
||||
title: "New Roof Installation",
|
||||
description: "Expert installation of various roofing materials, including asphalt shingles, metal, tile, and flat roofs.",
|
||||
},
|
||||
title: "New Roof Installation", description: "Expert installation of various roofing materials, including asphalt shingles, metal, tile, and flat roofs."},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Roof Inspections",
|
||||
description: "Thorough inspections to assess your roof's condition, identify potential issues, and recommend optimal solutions.",
|
||||
},
|
||||
title: "Roof Inspections", description: "Thorough inspections to assess your roof's condition, identify potential issues, and recommend optimal solutions."},
|
||||
{
|
||||
icon: Search,
|
||||
title: "Emergency Services",
|
||||
description: "Rapid response for urgent roofing issues to prevent further damage and secure your property.",
|
||||
},
|
||||
title: "Emergency Services", description: "Rapid response for urgent roofing issues to prevent further damage and secure your property."},
|
||||
]}
|
||||
title="Comprehensive Roofing Services"
|
||||
description="From new installations to intricate repairs, our experts handle all your roofing needs with precision and care."
|
||||
@@ -177,45 +126,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@Sarah_Home",
|
||||
testimonial: "Western Roofing Systems did an outstanding job replacing our old roof. The team was professional, efficient, and left our property spotless. Highly recommend their services!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
imageAlt: "Sarah J. customer review",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@Sarah_Home", testimonial: "Western Roofing Systems did an outstanding job replacing our old roof. The team was professional, efficient, and left our property spotless. Highly recommend their services!", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", imageAlt: "Sarah J. customer review"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael D.",
|
||||
handle: "@Mike_BizOwner",
|
||||
testimonial: "Our commercial property needed extensive roof repairs, and Western Roofing Systems delivered. They completed the work on time and within budget, with exceptional quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-insurance-concept-happy-young-man-winking-smiling-showing-paper-house-cutout-sta_1258-173394.jpg",
|
||||
imageAlt: "Michael D. customer review",
|
||||
},
|
||||
id: "2", name: "Michael D.", handle: "@Mike_BizOwner", testimonial: "Our commercial property needed extensive roof repairs, and Western Roofing Systems delivered. They completed the work on time and within budget, with exceptional quality.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-insurance-concept-happy-young-man-winking-smiling-showing-paper-house-cutout-sta_1258-173394.jpg", imageAlt: "Michael D. customer review"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@EmilyRooferFan",
|
||||
testimonial: "From the initial consultation to the final inspection, everything was seamless. Their communication was excellent, and the new roof looks fantastic. A truly great experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg",
|
||||
imageAlt: "Emily R. customer review",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@EmilyRooferFan", testimonial: "From the initial consultation to the final inspection, everything was seamless. Their communication was excellent, and the new roof looks fantastic. A truly great experience.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg", imageAlt: "Emily R. customer review"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@David_Pro",
|
||||
testimonial: "I was impressed by the team's professionalism and attention to detail. They identified a leak we didn't even know we had and fixed it perfectly during our roof tune-up.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-tea-phone_23-2148214640.jpg",
|
||||
imageAlt: "David K. customer review",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@David_Pro", testimonial: "I was impressed by the team's professionalism and attention to detail. They identified a leak we didn't even know we had and fixed it perfectly during our roof tune-up.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-tea-phone_23-2148214640.jpg", imageAlt: "David K. customer review"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica & Tom L.",
|
||||
handle: "@Home_Sweet_Home",
|
||||
testimonial: "We absolutely love our new metal roof! Western Roofing Systems provided us with an amazing upgrade that's not only beautiful but also incredibly durable. Thank you!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-their-new-house_329181-131.jpg",
|
||||
imageAlt: "Jessica & Tom L. customer review",
|
||||
},
|
||||
id: "5", name: "Jessica & Tom L.", handle: "@Home_Sweet_Home", testimonial: "We absolutely love our new metal roof! Western Roofing Systems provided us with an amazing upgrade that's not only beautiful but also incredibly durable. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-their-new-house_329181-131.jpg", imageAlt: "Jessica & Tom L. customer review"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from satisfied homeowners and businesses who trusted Western Roofing Systems for their roofing projects."
|
||||
@@ -228,16 +147,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Local Homes Inc.",
|
||||
"Community Builders",
|
||||
"Property Management Group",
|
||||
"Regional Developers",
|
||||
"Commercial Ventures",
|
||||
"Eco-Friendly Living",
|
||||
"Modern Estates",
|
||||
"Urban Renewals",
|
||||
"Grand Designs",
|
||||
]}
|
||||
"Local Homes Inc.", "Community Builders", "Property Management Group", "Regional Developers", "Commercial Ventures", "Eco-Friendly Living", "Modern Estates", "Urban Renewals", "Grand Designs"]}
|
||||
title="Trusted by Homeowners and Businesses"
|
||||
description="We've proudly served a diverse range of clients, building lasting relationships based on trust and superior workmanship."
|
||||
speed={50}
|
||||
@@ -250,30 +160,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I know if I need a new roof?",
|
||||
content: "Signs you may need a new roof include missing or curled shingles, granules in your gutters, leaks, sagging areas, or a roof that's nearing the end of its lifespan (typically 20-25 years for asphalt shingles).",
|
||||
},
|
||||
id: "1", title: "How do I know if I need a new roof?", content: "Signs you may need a new roof include missing or curled shingles, granules in your gutters, leaks, sagging areas, or a roof that's nearing the end of its lifespan (typically 20-25 years for asphalt shingles)."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What types of roofing materials do you offer?",
|
||||
content: "We offer a wide range of materials including asphalt shingles, metal roofing, tile roofing, flat roofs (TPO, EPDM), and cedar shakes. We'll help you choose the best option for your home and budget.",
|
||||
},
|
||||
id: "2", title: "What types of roofing materials do you offer?", content: "We offer a wide range of materials including asphalt shingles, metal roofing, tile roofing, flat roofs (TPO, EPDM), and cedar shakes. We'll help you choose the best option for your home and budget."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you provide free estimates?",
|
||||
content: "Yes, we offer complimentary, no-obligation roofing estimates. Our team will conduct a thorough inspection and provide a detailed quote outlining all costs and recommendations.",
|
||||
},
|
||||
id: "3", title: "Do you provide free estimates?", content: "Yes, we offer complimentary, no-obligation roofing estimates. Our team will conduct a thorough inspection and provide a detailed quote outlining all costs and recommendations."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How long does a roof replacement take?",
|
||||
content: "The duration of a roof replacement depends on the size and complexity of your roof. Most residential roof replacements are completed within 1-3 days, weather permitting.",
|
||||
},
|
||||
id: "4", title: "How long does a roof replacement take?", content: "The duration of a roof replacement depends on the size and complexity of your roof. Most residential roof replacements are completed within 1-3 days, weather permitting."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are your roofers licensed and insured?",
|
||||
content: "Absolutely. All our roofers are fully licensed, insured, and certified. We adhere to the highest safety standards and ensure all work is compliant with local building codes.",
|
||||
},
|
||||
id: "5", title: "Are your roofers licensed and insured?", content: "Absolutely. All our roofers are fully licensed, insured, and certified. We adhere to the highest safety standards and ensure all work is compliant with local building codes."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our roofing services, process, and commitment to quality."
|
||||
@@ -288,33 +183,22 @@ export default function LandingPage() {
|
||||
description="Ready to discuss your roofing project? Fill out the form below, and our team will get back to you promptly to schedule a consultation."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your roofing needs (e.g., repair, replacement, inspection, material preference)",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us about your roofing needs (e.g., repair, replacement, inspection, material preference)", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-engineer-sitting-his-working-place-job-builder-agenda-business-plan-contractor-success-corporate-document-property_140725-154010.jpg"
|
||||
imageAlt="Roofing project blueprints and hard hat on a desk"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Submit Request"
|
||||
/>
|
||||
@@ -328,49 +212,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Sitemap",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sitemap", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user