Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-10 05:04:29 +00:00

View File

@@ -33,34 +33,20 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Projects", name: "Projects", id: "#projects"},
id: "#projects",
},
{ {
name: "Reviews", name: "Reviews", id: "#reviews"},
id: "#reviews",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
button={{ button={{
text: "Free Inspection", text: "Free Inspection", href: "#contact"}}
href: "#contact",
}}
logoAlt="Y&B Roofing Inc. Logo" logoAlt="Y&B Roofing Inc. Logo"
brandName="Y&B Roofing Inc." brandName="Y&B Roofing Inc."
/> />
@@ -69,72 +55,47 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroSplit <HeroSplit
background={{ background={{
variant: "rotated-rays-animated-grid", variant: "rotated-rays-animated-grid"}}
}}
imagePosition="right" imagePosition="right"
title="Chicago's Most Trusted Roofing Professionals" title="Chicago's Most Trusted Roofing Professionals"
description="With 164+ five-star reviews, Y&B Roofing delivers premium roofing installations, repairs, inspections, and storm restoration services throughout Chicago." description="With 164+ five-star reviews, Y&B Roofing delivers premium roofing installations, repairs, inspections, and storm restoration services throughout Chicago."
buttons={[ buttons={[
{ {
text: "Get Free Roof Inspection", text: "Get Free Roof Inspection", href: "#contact"},
href: "#contact",
},
{ {
text: "View Our Work", text: "View Our Work", href: "#projects"},
href: "#projects",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-with-protection-helmet_23-2149343638.jpg" imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-working-with-protection-helmet_23-2149343638.jpg"
imageAlt="Luxury Chicago home with new roof at golden hour" imageAlt="Luxury Chicago home with new roof at golden hour"
mediaAnimation="slide-up" mediaAnimation="slide-up"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "5.0 Star Rating", icon: Star,
text: "5.0 Star Rating",
icon: Star,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
text: "Licensed & Insured",
icon: ShieldCheck,
}, },
{ {
type: "text-icon", type: "text-icon", text: "164+ Reviews", icon: MessageSquare,
text: "164+ Reviews",
icon: MessageSquare,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Quality Craftsmanship", icon: Cog,
text: "Quality Craftsmanship",
icon: Cog,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Free Estimates", icon: FileText,
text: "Free Estimates",
icon: FileText,
}, },
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg", src: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg", alt: "Satisfied client John Doe"},
alt: "Satisfied client John Doe",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", alt: "Happy customer Jane Smith"},
alt: "Happy customer Jane Smith",
},
{ {
src: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-camera-making-welcoming-gesture-with-hands-standing-purple-background_141793-110881.jpg", src: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-camera-making-welcoming-gesture-with-hands-standing-purple-background_141793-110881.jpg", alt: "Pleased client Robert Brown"},
alt: "Pleased client Robert Brown",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-holding-smartphone_273609-13222.jpg", src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-holding-smartphone_273609-13222.jpg", alt: "Content customer Lisa White"},
alt: "Content customer Lisa White",
},
{ {
src: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", src: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", alt: "Valued client William Green"},
alt: "Valued client William Green",
},
]} ]}
/> />
</div> </div>
@@ -147,47 +108,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "roof-installation", id: "roof-installation", name: "Roof Installation", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-working-roof_23-2149343672.jpg", imageAlt: "Roof Installation service", price: "Custom Quote"},
name: "Roof Installation",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-working-roof_23-2149343672.jpg",
imageAlt: "Roof Installation service",
price: "Custom Quote",
},
{ {
id: "roof-replacement", id: "roof-replacement", name: "Roof Replacement", imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-into-solid-fuel-boiler-working-with-biofuels-economical-heating-top-view_169016-14806.jpg", imageAlt: "Roof Replacement service", price: "Custom Quote"},
name: "Roof Replacement",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-into-solid-fuel-boiler-working-with-biofuels-economical-heating-top-view_169016-14806.jpg",
imageAlt: "Roof Replacement service",
price: "Custom Quote",
},
{ {
id: "roof-repair", id: "roof-repair", name: "Roof Repair", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg", imageAlt: "Roof Repair service", price: "Custom Quote"},
name: "Roof Repair",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg",
imageAlt: "Roof Repair service",
price: "Custom Quote",
},
{ {
id: "storm-restoration", id: "storm-restoration", name: "Storm Damage Restoration", imageSrc: "http://img.b2bpic.net/free-photo/windmill-witch-rooftop-with-blue-sky_1428-577.jpg", imageAlt: "Storm Damage Restoration service", price: "Custom Quote"},
name: "Storm Damage Restoration",
imageSrc: "http://img.b2bpic.net/free-photo/windmill-witch-rooftop-with-blue-sky_1428-577.jpg",
imageAlt: "Storm Damage Restoration service",
price: "Custom Quote",
},
{ {
id: "insurance-claims", id: "insurance-claims", name: "Insurance Claim Assistance", imageSrc: "http://img.b2bpic.net/free-photo/people-business-work-concept-woman-man-coworkers-study-documentation-think-about-productive-strategy-raise-profits-pose-wooden-floor-with-takeaway-coffee-have-serious-look_273609-28954.jpg", imageAlt: "Insurance Claim Assistance service", price: "Custom Quote"},
name: "Insurance Claim Assistance",
imageSrc: "http://img.b2bpic.net/free-photo/people-business-work-concept-woman-man-coworkers-study-documentation-think-about-productive-strategy-raise-profits-pose-wooden-floor-with-takeaway-coffee-have-serious-look_273609-28954.jpg",
imageAlt: "Insurance Claim Assistance service",
price: "Custom Quote",
},
{ {
id: "roof-inspection", id: "roof-inspection", name: "Roof Inspection", imageSrc: "http://img.b2bpic.net/free-photo/young-male-shirt-helmet-holding-blackboard-showing-thumb-down-looking-displeased-front-view_176474-30109.jpg", imageAlt: "Roof Inspection service", price: "Custom Quote"},
name: "Roof Inspection",
imageSrc: "http://img.b2bpic.net/free-photo/young-male-shirt-helmet-holding-blackboard-showing-thumb-down-looking-displeased-front-view_176474-30109.jpg",
imageAlt: "Roof Inspection service",
price: "Custom Quote",
},
]} ]}
title="Comprehensive Roofing Services" title="Comprehensive Roofing Services"
description="From new installations to storm damage repair, Y&B Roofing provides a full spectrum of premium services for Chicago homeowners." description="From new installations to storm damage repair, Y&B Roofing provides a full spectrum of premium services for Chicago homeowners."
@@ -199,32 +130,18 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up"
metrics={[ metrics={[
{ {
id: "reviews", id: "reviews", value: "164+", description: "Five-Star Reviews"},
value: "164+",
description: "Five-Star Reviews",
},
{ {
id: "satisfaction", id: "satisfaction", value: "100%", description: "Customer Satisfaction"},
value: "100%",
description: "Customer Satisfaction",
},
{ {
id: "licensed", id: "licensed", value: "Licensed", description: "& Insured"},
value: "Licensed",
description: "& Insured",
},
{ {
id: "materials", id: "materials", value: "Premium", description: "Materials Used"},
value: "Premium",
description: "Materials Used",
},
{ {
id: "experienced", id: "experienced", value: "Experienced", description: "Professionals"},
value: "Experienced",
description: "Professionals",
},
]} ]}
title="Why Choose Y&B Roofing?" title="Why Choose Y&B Roofing?"
description="Experience the difference of working with Chicago's premier roofing experts. We are committed to excellence." description="Experience the difference of working with Chicago's premier roofing experts. We are committed to excellence."
@@ -235,16 +152,11 @@ export default function LandingPage() {
<TextAbout <TextAbout
useInvertedBackground={true} useInvertedBackground={true}
title="Y&B Roofing: Chicago's Trusted Local Experts" title="Y&B Roofing: Chicago's Trusted Local Experts"
description="As a local Chicago roofing contractor, Y&B Roofing Inc. is committed to exceptional craftsmanship, transparent communication, and customer-first service. We use premium materials to ensure long-lasting protection for your home, treating every project with the meticulous care it deserves. Our focus is on long-term roof protection and client peace of mind."
buttons={[ buttons={[
{ {
text: "Get a Free Quote", text: "Get a Free Quote", href: "#contact"},
href: "#contact",
},
{ {
text: "Why Choose Y&B Roofing", text: "Why Choose Y&B Roofing", href: "#why-choose-us"},
href: "#why-choose-us",
},
]} ]}
/> />
</div> </div>
@@ -255,25 +167,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "step-1", id: "step-1", title: "Step 1: Schedule Your Inspection", content: "Contact us to schedule a comprehensive, no-obligation roof inspection at your convenience. Our experts will assess your roof's condition thoroughly."},
title: "Step 1: Schedule Your Inspection",
content: "Contact us to schedule a comprehensive, no-obligation roof inspection at your convenience. Our experts will assess your roof's condition thoroughly.",
},
{ {
id: "step-2", id: "step-2", title: "Step 2: Receive Detailed Proposal", content: "Following the inspection, we'll provide a transparent, detailed proposal outlining the scope of work, material options, and exact pricing, with no hidden fees."},
title: "Step 2: Receive Detailed Proposal",
content: "Following the inspection, we'll provide a transparent, detailed proposal outlining the scope of work, material options, and exact pricing, with no hidden fees.",
},
{ {
id: "step-3", id: "step-3", title: "Step 3: Professional Installation", content: "Our certified and experienced crew will execute the installation or repair with precision, adhering to the highest industry standards and safety protocols."},
title: "Step 3: Professional Installation",
content: "Our certified and experienced crew will execute the installation or repair with precision, adhering to the highest industry standards and safety protocols.",
},
{ {
id: "step-4", id: "step-4", title: "Step 4: Final Quality Inspection", content: "Upon completion, we conduct a final rigorous quality inspection to ensure every detail meets our stringent standards and your complete satisfaction."},
title: "Step 4: Final Quality Inspection",
content: "Upon completion, we conduct a final rigorous quality inspection to ensure every detail meets our stringent standards and your complete satisfaction.",
},
]} ]}
title="Our Streamlined Roofing Process" title="Our Streamlined Roofing Process"
description="We make getting a new roof or repair simple and stress-free with our efficient 4-step approach, ensuring transparency and quality every step of the way." description="We make getting a new roof or repair simple and stress-free with our efficient 4-step approach, ensuring transparency and quality every step of the way."
@@ -290,71 +190,17 @@ export default function LandingPage() {
description="Browse our portfolio of high-end residential and commercial roofing projects across Chicago, showcasing our craftsmanship and attention to detail." description="Browse our portfolio of high-end residential and commercial roofing projects across Chicago, showcasing our craftsmanship and attention to detail."
blogs={[ blogs={[
{ {
id: "project-1", id: "project-1", category: "Residential", title: "Lincoln Park Luxury Home", excerpt: "Complete roof replacement with premium architectural shingles.", imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-9990.jpg", imageAlt: "Luxury home roof replacement", authorName: "Y&B Roofing Inc.", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", date: "May 2024"},
category: "Residential",
title: "Lincoln Park Luxury Home",
excerpt: "Complete roof replacement with premium architectural shingles.",
imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-9990.jpg",
imageAlt: "Luxury home roof replacement",
authorName: "Y&B Roofing Inc.",
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
date: "May 2024",
},
{ {
id: "project-2", id: "project-2", category: "Commercial", title: "Downtown Office Building", excerpt: "Large-scale flat roof installation for a commercial property.", imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937900.jpg", imageAlt: "Commercial office building roof", authorName: "Y&B Roofing Inc.", authorAvatar: "http://img.b2bpic.net/free-photo/young-brunette-woman-with-curly-hair-working-small-business-ecommerce-holding-boss-cup-smiling-with-idea-question-pointing-finger-with-happy-face-number-one_839833-7619.jpg", date: "April 2024"},
category: "Commercial",
title: "Downtown Office Building",
excerpt: "Large-scale flat roof installation for a commercial property.",
imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937900.jpg",
imageAlt: "Commercial office building roof",
authorName: "Y&B Roofing Inc.",
authorAvatar: "http://img.b2bpic.net/free-photo/young-brunette-woman-with-curly-hair-working-small-business-ecommerce-holding-boss-cup-smiling-with-idea-question-pointing-finger-with-happy-face-number-one_839833-7619.jpg",
date: "April 2024",
},
{ {
id: "project-3", id: "project-3", category: "Restoration", title: "Historic Gold Coast Brownstone", excerpt: "Meticulous slate roof restoration for a heritage property.", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-building-white-clouds-blue-sky-daytime_181624-1893.jpg", imageAlt: "Historic brownstone slate roof", authorName: "Y&B Roofing Inc.", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-business-man-white-shirt-walking-street_1303-28066.jpg", date: "March 2024"},
category: "Restoration",
title: "Historic Gold Coast Brownstone",
excerpt: "Meticulous slate roof restoration for a heritage property.",
imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-brown-building-white-clouds-blue-sky-daytime_181624-1893.jpg",
imageAlt: "Historic brownstone slate roof",
authorName: "Y&B Roofing Inc.",
authorAvatar: "http://img.b2bpic.net/free-photo/handsome-business-man-white-shirt-walking-street_1303-28066.jpg",
date: "March 2024",
},
{ {
id: "project-4", id: "project-4", category: "Storm Damage", title: "Suburban Home Storm Repair", excerpt: "Emergency storm damage repair and full roof restoration.", imageSrc: "http://img.b2bpic.net/free-photo/female-worker-wearing-work-clothes_273609-10975.jpg", imageAlt: "Storm damaged roof repair", authorName: "Y&B Roofing Inc.", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-manager_1098-15671.jpg", date: "February 2024"},
category: "Storm Damage",
title: "Suburban Home Storm Repair",
excerpt: "Emergency storm damage repair and full roof restoration.",
imageSrc: "http://img.b2bpic.net/free-photo/female-worker-wearing-work-clothes_273609-10975.jpg",
imageAlt: "Storm damaged roof repair",
authorName: "Y&B Roofing Inc.",
authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-manager_1098-15671.jpg",
date: "February 2024",
},
{ {
id: "project-5", id: "project-5", category: "Multi-Family", title: "Wicker Park Apartment Complex", excerpt: "Roofing solutions for a multi-unit residential building.", imageSrc: "http://img.b2bpic.net/free-photo/hong-kong-terrace_181624-6391.jpg", imageAlt: "Apartment complex roof", authorName: "Y&B Roofing Inc.", authorAvatar: "http://img.b2bpic.net/free-photo/portait-handsome-european-elderly-man-smiles-positively-enjoys-retirement-wears-shirt-spectacles-has-perfect-white-teeth-isolated-beige-studio-wall_273609-44196.jpg", date: "January 2024"},
category: "Multi-Family",
title: "Wicker Park Apartment Complex",
excerpt: "Roofing solutions for a multi-unit residential building.",
imageSrc: "http://img.b2bpic.net/free-photo/hong-kong-terrace_181624-6391.jpg",
imageAlt: "Apartment complex roof",
authorName: "Y&B Roofing Inc.",
authorAvatar: "http://img.b2bpic.net/free-photo/portait-handsome-european-elderly-man-smiles-positively-enjoys-retirement-wears-shirt-spectacles-has-perfect-white-teeth-isolated-beige-studio-wall_273609-44196.jpg",
date: "January 2024",
},
{ {
id: "project-6", id: "project-6", category: "Custom", title: "River North Modern Residence", excerpt: "Custom metal roofing installation for an architectural masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg", imageAlt: "Modern residence metal roof", authorName: "Y&B Roofing Inc.", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-young-man-posing-elegant_23-2148289222.jpg", date: "December 2023"},
category: "Custom",
title: "River North Modern Residence",
excerpt: "Custom metal roofing installation for an architectural masterpiece.",
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg",
imageAlt: "Modern residence metal roof",
authorName: "Y&B Roofing Inc.",
authorAvatar: "http://img.b2bpic.net/free-photo/stylish-young-man-posing-elegant_23-2148289222.jpg",
date: "December 2023",
},
]} ]}
/> />
</div> </div>
@@ -365,65 +211,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", date: "May 10, 2024", title: "Exceptional Service and Craftsmanship!", quote: "Y&B Roofing Inc. exceeded all my expectations. The team was professional, the materials were top-notch, and the new roof looks absolutely stunning. Highly recommend!", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg", imageAlt: "New roof installation"},
name: "Sarah Johnson",
date: "May 10, 2024",
title: "Exceptional Service and Craftsmanship!",
quote: "Y&B Roofing Inc. exceeded all my expectations. The team was professional, the materials were top-notch, and the new roof looks absolutely stunning. Highly recommend!",
tag: "5 Stars",
avatarSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg",
avatarAlt: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg",
imageAlt: "New roof installation",
},
{ {
id: "2", id: "2", name: "Michael Chen", date: "April 22, 2024", title: "High-Quality Materials, Precise Installation", quote: "The quality of materials and the precision of the installation were outstanding. Y&B Roofing proved to be reliable and delivered exactly what they promised.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/blissful-laughing-woman-playing-with-hairs-enjoing-uotumn-day-european-city-elegant-look_273443-3213.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg", imageAlt: "Roofing team working"},
name: "Michael Chen",
date: "April 22, 2024",
title: "High-Quality Materials, Precise Installation",
quote: "The quality of materials and the precision of the installation were outstanding. Y&B Roofing proved to be reliable and delivered exactly what they promised.",
tag: "5 Stars",
avatarSrc: "http://img.b2bpic.net/free-photo/blissful-laughing-woman-playing-with-hairs-enjoing-uotumn-day-european-city-elegant-look_273443-3213.jpg",
avatarAlt: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg",
imageAlt: "Roofing team working",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", date: "March 15, 2024", title: "Great Pricing and Exceptional Work Ethic", quote: "I was very impressed with both the competitive pricing and the incredible work ethic of the Y&B Roofing team. They completed the project efficiently and flawlessly.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-glasses-white_158538-11366.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/concrete-building_1127-2031.jpg", imageAlt: "Roof inspection drone"},
name: "Emily Rodriguez",
date: "March 15, 2024",
title: "Great Pricing and Exceptional Work Ethic",
quote: "I was very impressed with both the competitive pricing and the incredible work ethic of the Y&B Roofing team. They completed the project efficiently and flawlessly.",
tag: "5 Stars",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-glasses-white_158538-11366.jpg",
avatarAlt: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/concrete-building_1127-2031.jpg",
imageAlt: "Roof inspection drone",
},
{ {
id: "4", id: "4", name: "David Kim", date: "February 28, 2024", title: "Trusted Experts, Seamless Process", quote: "From inspection to completion, Y&B Roofing made the entire process seamless. Their expertise and transparent communication made me feel completely at ease.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cute-joyful-woman-with-charming-cheerful-smile-posing-happiness-positiveness-good-mood-concept_273609-587.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/mountain-landscape-illuminated-by-moonlight-milky-way-generated-by-ai_188544-11622.jpg", imageAlt: "Luxury home exterior"},
name: "David Kim",
date: "February 28, 2024",
title: "Trusted Experts, Seamless Process",
quote: "From inspection to completion, Y&B Roofing made the entire process seamless. Their expertise and transparent communication made me feel completely at ease.",
tag: "5 Stars",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cute-joyful-woman-with-charming-cheerful-smile-posing-happiness-positiveness-good-mood-concept_273609-587.jpg",
avatarAlt: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/mountain-landscape-illuminated-by-moonlight-milky-way-generated-by-ai_188544-11622.jpg",
imageAlt: "Luxury home exterior",
},
{ {
id: "5", id: "5", name: "Laura Williams", date: "January 19, 2024", title: "Professional and Reliable Roofing", quote: "Y&B Roofing delivered a truly professional and reliable service. They addressed all my concerns and provided a durable solution for my home.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up_74855-15159.jpg", avatarAlt: "Laura Williams", imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-handshaking-couple-congratulate-them-their-new-house_23-2148895484.jpg", imageAlt: "Roofer shaking hands with client"},
name: "Laura Williams",
date: "January 19, 2024",
title: "Professional and Reliable Roofing",
quote: "Y&B Roofing delivered a truly professional and reliable service. They addressed all my concerns and provided a durable solution for my home.",
tag: "5 Stars",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up_74855-15159.jpg",
avatarAlt: "Laura Williams",
imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-handshaking-couple-congratulate-them-their-new-house_23-2148895484.jpg",
imageAlt: "Roofer shaking hands with client",
},
]} ]}
title="What Our Clients Say" title="What Our Clients Say"
description="With 164+ five-star reviews, our commitment to quality and customer satisfaction speaks for itself. Read why homeowners trust Y&B Roofing." description="With 164+ five-star reviews, our commitment to quality and customer satisfaction speaks for itself. Read why homeowners trust Y&B Roofing."
@@ -437,47 +233,24 @@ export default function LandingPage() {
description="Fill out the form below for a no-obligation quote or call us directly at (773) 495-2021 if you have a roof leak or storm damage. We're here to provide expert roofing help before the damage gets worse." description="Fill out the form below for a no-obligation quote or call us directly at (773) 495-2021 if you have a roof leak or storm damage. We're here to provide expert roofing help before the damage gets worse."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Full Name", required: true,
type: "text",
placeholder: "Your Full Name",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Phone Number", required: true,
type: "tel",
placeholder: "Phone Number",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Email Address", required: true,
type: "email",
placeholder: "Email Address",
required: true,
}, },
{ {
name: "address", name: "address", type: "text", placeholder: "Property Address (e.g., 123 Main St, Chicago, IL)", required: true,
type: "text",
placeholder: "Property Address (e.g., 123 Main St, Chicago, IL)",
required: true,
}, },
]} ]}
multiSelect={{ multiSelect={{
name: "serviceNeeded", name: "serviceNeeded", label: "Select Roofing Service Needed", options: [
label: "Select Roofing Service Needed", "Roof Installation", "Roof Replacement", "Roof Repair", "Storm Damage Restoration", "Insurance Claim Assistance", "Roof Inspection", "Other"],
options: [
"Roof Installation",
"Roof Replacement",
"Roof Repair",
"Storm Damage Restoration",
"Insurance Claim Assistance",
"Roof Inspection",
"Other",
],
}} }}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Tell us more about your roofing needs (optional)", rows: 4,
placeholder: "Tell us more about your roofing needs (optional)",
rows: 4,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/fashion-girl-walking-sspring-park_1157-21317.jpg" imageSrc="http://img.b2bpic.net/free-photo/fashion-girl-walking-sspring-park_1157-21317.jpg"
imageAlt="Luxury home with new roof for contact form background" imageAlt="Luxury home with new roof for contact form background"
@@ -494,95 +267,55 @@ export default function LandingPage() {
logoText="Y&B Roofing Inc." logoText="Y&B Roofing Inc."
columns={[ columns={[
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ {
label: "Home", label: "Home", href: "#home"},
href: "#home",
},
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
{ {
label: "Projects", label: "Projects", href: "#projects"},
href: "#projects",
},
{ {
label: "Reviews", label: "Reviews", href: "#reviews"},
href: "#reviews",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Roof Installation", label: "Roof Installation", href: "#services"},
href: "#services",
},
{ {
label: "Roof Replacement", label: "Roof Replacement", href: "#services"},
href: "#services",
},
{ {
label: "Roof Repair", label: "Roof Repair", href: "#services"},
href: "#services",
},
{ {
label: "Storm Restoration", label: "Storm Restoration", href: "#services"},
href: "#services",
},
{ {
label: "Insurance Claims", label: "Insurance Claims", href: "#services"},
href: "#services",
},
{ {
label: "Roof Inspection", label: "Roof Inspection", href: "#services"},
href: "#services",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "Phone: (773) 495-2021", label: "Phone: (773) 495-2021", href: "tel:+17734952021"},
href: "tel:+17734952021",
},
{ {
label: "Email: info@ybroofing.com", label: "Email: info@ybroofing.com", href: "mailto:info@ybroofing.com"},
href: "mailto:info@ybroofing.com",
},
{ {
label: "Address: Chicago, Illinois", label: "Address: Chicago, Illinois", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Follow Us", title: "Follow Us", items: [
items: [
{ {
label: "Facebook", label: "Facebook", href: "https://facebook.com/ybroofing"},
href: "https://facebook.com/ybroofing",
},
{ {
label: "Instagram", label: "Instagram", href: "https://instagram.com/ybroofing"},
href: "https://instagram.com/ybroofing",
},
{ {
label: "LinkedIn", label: "LinkedIn", href: "https://linkedin.com/company/ybroofing"},
href: "https://linkedin.com/company/ybroofing",
},
], ],
}, },
]} ]}