Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
205
src/app/page.tsx
205
src/app/page.tsx
@@ -29,25 +29,15 @@ 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: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Y&B Roofing Inc."
|
||||
/>
|
||||
@@ -57,58 +47,36 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Y&B Roofing Inc.\nChicago's Most Trusted Roofing Team"
|
||||
description="Fast. Fair. Flawless. From emergency repairs to full tear-offs, José and his crew deliver results that even insurance contractors praise."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Google User",
|
||||
handle: "@anon",
|
||||
testimonial: "Exceptional service!",
|
||||
rating: 5,
|
||||
name: "Google User", handle: "@anon", testimonial: "Exceptional service!", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Local Homeowner",
|
||||
handle: "@resident",
|
||||
testimonial: "Quick and reliable!",
|
||||
rating: 5,
|
||||
name: "Local Homeowner", handle: "@resident", testimonial: "Quick and reliable!", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Satisfied Client",
|
||||
handle: "@client",
|
||||
testimonial: "Highly recommend Y&B!",
|
||||
rating: 5,
|
||||
name: "Satisfied Client", handle: "@client", testimonial: "Highly recommend Y&B!", rating: 5,
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Your Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5551234567",
|
||||
},
|
||||
text: "Call Now", href: "tel:5551234567"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://pixabay.com/get/g4b3befd1da2560dd43c5da250e8df6f98c89266ed4891a87553d829fd429858592e416562e435fbc3146066f1ba561d57108647e9fdede2c372f8ea7dfdacc1f_1280.jpg",
|
||||
alt: "Client review avatar",
|
||||
},
|
||||
src: "https://pixabay.com/get/g4b3befd1da2560dd43c5da250e8df6f98c89266ed4891a87553d829fd429858592e416562e435fbc3146066f1ba561d57108647e9fdede2c372f8ea7dfdacc1f_1280.jpg", alt: "Client review avatar"},
|
||||
{
|
||||
src: "https://pixabay.com/get/g5328c348de245b8d4adc851a08c1c92b7c4a609c634eb539b0667662e50ed2333f389ac43604a7263b46f015c45c041fa71181597725868fd7c8a10b31d59fdc_1280.jpg",
|
||||
alt: "Client review avatar",
|
||||
},
|
||||
src: "https://pixabay.com/get/g5328c348de245b8d4adc851a08c1c92b7c4a609c634eb539b0667662e50ed2333f389ac43604a7263b46f015c45c041fa71181597725868fd7c8a10b31d59fdc_1280.jpg", alt: "Client review avatar"},
|
||||
{
|
||||
src: "https://pixabay.com/get/g4a1881768cc4dcfcc70d20e97cfa9224283d72e9aebc59f0259bd902420eb61a5b19f3dbff44cfa3439675868ffbd01e3f290c12ac50b86ce61b86a3a0250cc6_1280.jpg",
|
||||
alt: "Client review avatar",
|
||||
},
|
||||
src: "https://pixabay.com/get/g4a1881768cc4dcfcc70d20e97cfa9224283d72e9aebc59f0259bd902420eb61a5b19f3dbff44cfa3439675868ffbd01e3f290c12ac50b86ce61b86a3a0250cc6_1280.jpg", alt: "Client review avatar"},
|
||||
{
|
||||
src: "https://pixabay.com/get/gb8a948d067a9509105e541660f296894907750da058241035e95d05fb31c6db73d128ce97fe62fe13404baccd709ec8ffda8b6ee1bb80966c12d687aa394bea8_1280.jpg",
|
||||
alt: "Client review avatar",
|
||||
},
|
||||
src: "https://pixabay.com/get/gb8a948d067a9509105e541660f296894907750da058241035e95d05fb31c6db73d128ce97fe62fe13404baccd709ec8ffda8b6ee1bb80966c12d687aa394bea8_1280.jpg", alt: "Client review avatar"},
|
||||
]}
|
||||
avatarText="5-Star Rated on Google"
|
||||
imageSrc="https://pixabay.com/get/gfb69e3c499cd5cc2c8a9d95d6a9bd0f54aca04ed862a8481e39c634d44851526e02dd721fa0cd1355e1d01bd7315068026da2a615493ac6e08e641c00e1cdbbe_1280.jpg"
|
||||
@@ -121,45 +89,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Built on Integrity. Backed by Results.",
|
||||
},
|
||||
type: "text", content: "Built on Integrity. Backed by Results."},
|
||||
{
|
||||
type: "text",
|
||||
content: "Y&B Roofing Inc. is a family-run roofing company serving homeowners across Chicagoland. Led by José, our crew is known for showing up fast, communicating clearly, and delivering work so clean it speaks for itself.",
|
||||
},
|
||||
type: "text", content: "Y&B Roofing Inc. is a family-run roofing company serving homeowners across Chicagoland. Led by José, our crew is known for showing up fast, communicating clearly, and delivering work so clean it speaks for itself."},
|
||||
{
|
||||
type: "text",
|
||||
content: "We don't do high-pressure sales. We don't quote you $28K when the job doesn't call for it. We show up, assess honestly, price fairly, and get it done — often in under two days.",
|
||||
},
|
||||
type: "text", content: "We don't do high-pressure sales. We don't quote you $28K when the job doesn't call for it. We show up, assess honestly, price fairly, and get it done — often in under two days."},
|
||||
{
|
||||
type: "text",
|
||||
content: "Whether it's storm damage, a leaking dormer, raccoon damage, or a full tear-off with new gutters, we treat every roof like it's our own.",
|
||||
},
|
||||
type: "text", content: "Whether it's storm damage, a leaking dormer, raccoon damage, or a full tear-off with new gutters, we treat every roof like it's our own."},
|
||||
{
|
||||
type: "text",
|
||||
content: "\nWhy Homeowners Choose Y&B:",
|
||||
},
|
||||
type: "text", content: "\nWhy Homeowners Choose Y&B:"},
|
||||
{
|
||||
type: "text",
|
||||
content: "- Fast Response — Most homeowners hear back within 24 hours.",
|
||||
},
|
||||
type: "text", content: "- Fast Response — Most homeowners hear back within 24 hours."},
|
||||
{
|
||||
type: "text",
|
||||
content: "- Fair, Honest Pricing — Straightforward numbers that reflect the actual scope of work.",
|
||||
},
|
||||
type: "text", content: "- Fair, Honest Pricing — Straightforward numbers that reflect the actual scope of work."},
|
||||
{
|
||||
type: "text",
|
||||
content: "- Clean, Thorough Crews — We sweep for nails and leave your property cleaner.",
|
||||
},
|
||||
type: "text", content: "- Clean, Thorough Crews — We sweep for nails and leave your property cleaner."},
|
||||
{
|
||||
type: "text",
|
||||
content: "- Insurance-Approved Quality — Our workmanship has been praised by independent insurance contractors.",
|
||||
},
|
||||
type: "text", content: "- Insurance-Approved Quality — Our workmanship has been praised by independent insurance contractors."},
|
||||
{
|
||||
type: "text",
|
||||
content: "- Clear Communication — You'll know what's happening, when it's happening, and what it costs. No surprises.",
|
||||
},
|
||||
type: "text", content: "- Clear Communication — You'll know what's happening, when it's happening, and what it costs. No surprises."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,34 +116,19 @@ export default function LandingPage() {
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-items-equal"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Roof Replacements & Full Tear-Offs",
|
||||
description: "Complete removal and installation with premium materials. New underlayment, flashing, and clean finish — done fast without cutting corners.",
|
||||
imageSrc: "https://pixabay.com/get/gb07704b940cb815dbf35157a0e6739a114fcc58336c39b171858ae38ed89a5297940685f80479cf84b52588ee20fee84a57fdf6f1a6c0d1c922215fb65d547c3_1280.jpg",
|
||||
},
|
||||
title: "Roof Replacements & Full Tear-Offs", description: "Complete removal and installation with premium materials. New underlayment, flashing, and clean finish — done fast without cutting corners.", imageSrc: "https://pixabay.com/get/gb07704b940cb815dbf35157a0e6739a114fcc58336c39b171858ae38ed89a5297940685f80479cf84b52588ee20fee84a57fdf6f1a6c0d1c922215fb65d547c3_1280.jpg"},
|
||||
{
|
||||
title: "Roof Repairs",
|
||||
description: "Leaks, storm damage, animal damage, cracked shingles, hatch repairs — we diagnose it right and fix it right the first time.",
|
||||
imageSrc: "https://pixabay.com/get/gf04bd6c379c860c289da3cbdfadffeb8cd32c5d0ecc522377408730ddac7eac2f0de69ae76f283d5a358905432faefb27f0796d1780137b9fb67d00ffd704b50_1280.jpg",
|
||||
},
|
||||
title: "Roof Repairs", description: "Leaks, storm damage, animal damage, cracked shingles, hatch repairs — we diagnose it right and fix it right the first time.", imageSrc: "https://pixabay.com/get/gf04bd6c379c860c289da3cbdfadffeb8cd32c5d0ecc522377408730ddac7eac2f0de69ae76f283d5a358905432faefb27f0796d1780137b9fb67d00ffd704b50_1280.jpg"},
|
||||
{
|
||||
title: "Gutter Installation & Repair",
|
||||
description: "Seamless gutters that protect your foundation and look sharp. Installed with the same precision we bring to every job.",
|
||||
imageSrc: "https://pixabay.com/get/g396dd6f9059f135c45c810534377a6b574a095fd018ffac15f06bcf1b54528e4cffd33300d46c28bae603c4f40aed5f3d697dd6f27fc708da4690a468d62bef1_1280.jpg",
|
||||
},
|
||||
title: "Gutter Installation & Repair", description: "Seamless gutters that protect your foundation and look sharp. Installed with the same precision we bring to every job.", imageSrc: "https://pixabay.com/get/g396dd6f9059f135c45c810534377a6b574a095fd018ffac15f06bcf1b54528e4cffd33300d46c28bae603c4f40aed5f3d697dd6f27fc708da4690a468d62bef1_1280.jpg"},
|
||||
{
|
||||
title: "Emergency & Winter Roofing",
|
||||
description: "Other companies won't pick up the phone in January. We will. When your ceiling is leaking and options are limited, Y&B shows up.",
|
||||
imageSrc: "https://pixabay.com/get/g6e55de4441f920c1d2e3b8447532ab8897d3a2e4bb68cd62786ebc992ac5437f5e4d5879480fef6530fcce07e09980b44ab3e1ee124a5b810241f3d9a1956cec_1280.jpg",
|
||||
},
|
||||
title: "Emergency & Winter Roofing", description: "Other companies won't pick up the phone in January. We will. When your ceiling is leaking and options are limited, Y&B shows up.", imageSrc: "https://pixabay.com/get/g6e55de4441f920c1d2e3b8447532ab8897d3a2e4bb68cd62786ebc992ac5437f5e4d5879480fef6530fcce07e09980b44ab3e1ee124a5b810241f3d9a1956cec_1280.jpg"},
|
||||
{
|
||||
title: "Wood Replacement & Structural Repair",
|
||||
description: "Rotted decking, damaged fascia, compromised wood — we replace what needs replacing so your new roof sits on a solid foundation.",
|
||||
imageSrc: "https://pixabay.com/get/g5afed51b8c8ff45648628c828a9c5f620b21a063cfb91ffadd1bb8a115a7bc32acc56c9de756d805b7543988e0863e0e3fa42e564102d05d61b3da2ab6686b7d_1280.jpg",
|
||||
},
|
||||
title: "Wood Replacement & Structural Repair", description: "Rotted decking, damaged fascia, compromised wood — we replace what needs replacing so your new roof sits on a solid foundation.", imageSrc: "https://pixabay.com/get/g5afed51b8c8ff45648628c828a9c5f620b21a063cfb91ffadd1bb8a115a7bc32acc56c9de756d805b7543988e0863e0e3fa42e564102d05d61b3da2ab6686b7d_1280.jpg"},
|
||||
]}
|
||||
title="What We Do"
|
||||
description="Our comprehensive roofing services ensure your home is protected with quality craftsmanship and reliable materials."
|
||||
@@ -209,40 +142,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Deneen G.",
|
||||
role: "Satisfied Homeowner",
|
||||
testimonial: "We desperately needed our roof done in winter and options were limited. Y&B came through when others wouldn't — and at a fraction of the price we were quoted elsewhere.",
|
||||
imageSrc: "https://pixabay.com/get/g059c23d039f853e8b80c0caa3c6dcf441ab27bc10a0710294a7e99e0e830992410172678ae94d5b23a884fa069fd032459f9fcd92e8206f0f95fcf25518f075b_1280.jpg",
|
||||
},
|
||||
id: "1", name: "Deneen G.", role: "Satisfied Homeowner", testimonial: "We desperately needed our roof done in winter and options were limited. Y&B came through when others wouldn't — and at a fraction of the price we were quoted elsewhere.", imageSrc: "https://pixabay.com/get/g059c23d039f853e8b80c0caa3c6dcf441ab27bc10a0710294a7e99e0e830992410172678ae94d5b23a884fa069fd032459f9fcd92e8206f0f95fcf25518f075b_1280.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos V.",
|
||||
role: "Bungalow Owner",
|
||||
testimonial: "José and his team did a wonderful job on my bungalow. Complete tear-off with wood replacement and new gutters in under two days. Super friendly with fair prices.",
|
||||
imageSrc: "https://pixabay.com/get/g15394c51114b8cee5684ca118972fd6a8c302bd08d0d153bbc43fdad490e2f357f30f0a4b6bf506318e9d0670cf9cdd8efb53edadcf57dfc02ae6c2890a0ef9d_1280.jpg",
|
||||
},
|
||||
id: "2", name: "Carlos V.", role: "Bungalow Owner", testimonial: "José and his team did a wonderful job on my bungalow. Complete tear-off with wood replacement and new gutters in under two days. Super friendly with fair prices.", imageSrc: "https://pixabay.com/get/g15394c51114b8cee5684ca118972fd6a8c302bd08d0d153bbc43fdad490e2f357f30f0a4b6bf506318e9d0670cf9cdd8efb53edadcf57dfc02ae6c2890a0ef9d_1280.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jeanette M.",
|
||||
role: "Dormer Roof Client",
|
||||
testimonial: "Y&B replaced my dormer roof and even a contractor from my insurance company gave them high praise. When I needed my garage roof done, I didn't call anyone else.",
|
||||
imageSrc: "https://pixabay.com/get/g8c05cfdc97b17406b9f344a766863c2cc21ded203ef9b360d5963f6c0d455a83b76ad104556f573002b22dbddeb2f1135c337d55817afc8f7c9a2a75a38a5c6d_1280.jpg",
|
||||
},
|
||||
id: "3", name: "Jeanette M.", role: "Dormer Roof Client", testimonial: "Y&B replaced my dormer roof and even a contractor from my insurance company gave them high praise. When I needed my garage roof done, I didn't call anyone else.", imageSrc: "https://pixabay.com/get/g8c05cfdc97b17406b9f344a766863c2cc21ded203ef9b360d5963f6c0d455a83b76ad104556f573002b22dbddeb2f1135c337d55817afc8f7c9a2a75a38a5c6d_1280.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Veronica N.",
|
||||
role: "Pet Owner",
|
||||
testimonial: "They made sure to double check for any debris or nails so that my dogs would be safe. Amazing customer service and suggestions. We're very satisfied.",
|
||||
imageSrc: "https://pixabay.com/get/gc4409e9cc2f4f6a21b5093a064c1b7195774bbca6d544d0782f8e58a0ffedc1dd87ec65e00f6e605cb1599a58f2c188fd35e8f67dc9cc824d0b7a0ab50b6f11f_1280.jpg",
|
||||
},
|
||||
id: "4", name: "Veronica N.", role: "Pet Owner", testimonial: "They made sure to double check for any debris or nails so that my dogs would be safe. Amazing customer service and suggestions. We're very satisfied.", imageSrc: "https://pixabay.com/get/gc4409e9cc2f4f6a21b5093a064c1b7195774bbca6d544d0782f8e58a0ffedc1dd87ec65e00f6e605cb1599a58f2c188fd35e8f67dc9cc824d0b7a0ab50b6f11f_1280.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ashley P.",
|
||||
role: "Happy Customer",
|
||||
testimonial: "Great customer service, consistent communication, and very reasonable prices. Definitely hire them.",
|
||||
imageSrc: "https://pixabay.com/get/gd6bb574dc66925c3294fcc59b363a0757531f8df3eb4698d97eb0b47b4ec3b85962a50250698d453f1a4ba1bba2602716c776f08b4f53a8b76902de67342f01f_1280.jpg",
|
||||
},
|
||||
id: "5", name: "Ashley P.", role: "Happy Customer", testimonial: "Great customer service, consistent communication, and very reasonable prices. Definitely hire them.", imageSrc: "https://pixabay.com/get/gd6bb574dc66925c3294fcc59b363a0757531f8df3eb4698d97eb0b47b4ec3b85962a50250698d453f1a4ba1bba2602716c776f08b4f53a8b76902de67342f01f_1280.jpg"},
|
||||
]}
|
||||
title="Don't Take Our Word For It"
|
||||
description="Hear what our satisfied Chicagoland homeowners have to say about Y&B Roofing Inc."
|
||||
@@ -253,16 +161,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Your Roof Deserves Better. So Do You."
|
||||
title="Get a free, no-obligation estimate from a team that treats every home like their own."
|
||||
description="Fast response. Fair price. Five-star results.\n\nPhone: (555) 123-4567\nEmail: info@ybroofing.com\nHours: Mon–Sat, 7AM–7PM\n\nProudly Serving Chicagoland:\nChicago, Cicero, Berwyn, Oak Park, Evanston, Skokie, Des Plaines, Arlington Heights, Naperville, Joliet, Aurora and surrounding suburbs.\n\nNot sure if we cover your area? Call us — we'll let you know."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get My Free Estimate",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get My Free Estimate", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -272,41 +177,25 @@ export default function LandingPage() {
|
||||
logoText="Y&B Roofing Inc."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user