Update src/app/page.tsx

This commit is contained in:
2026-06-07 17:20:22 +00:00
parent f788e65946
commit 612f2251a9

View File

@@ -71,7 +71,6 @@ export default function LandingPage() {
autoPlay={true}
autoPlayInterval={4000}
ariaLabel="Hero section with roof repair expertise and key benefits"
useInvertedBackground={true}
/>
</div>
<div id="stats" data-section="stats">
@@ -87,6 +86,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
textboxLayout="default"
/>
</div>
<div id="services" data-section="services">
@@ -116,6 +116,7 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground={true}
textboxLayout="default"
/>
</div>
<div id="why-choose-us" data-section="why-choose-us">
@@ -147,9 +148,7 @@ export default function LandingPage() {
title: "Our 5-Step Roofing Process", description: "From your first contact to the final inspection, we make roofing simple and transparent.", bentoComponent: "timeline", heading: "Your Roof Project, Simplified", subheading: "Experience professional and transparent service from start to finish.", items: [
{ label: "Initial Consultation", detail: "Call or book online. Get a phone estimate. Send photos of damage. Schedule an in-person visit." },
{ label: "In-Person Assessment", detail: "Our rep inspects your roof, photographs issues, and explains everything in clear terms." },
{ label: "Repair or Estimate", detail: "Small repairs done on the spot. Larger projects get a detailed written quote with full scope and costs." },
{ label: "Schedule Your Project", detail: "We work around your schedule. All questions answered by phone or email before work begins." },
{ label: "Completion & Satisfaction", detail: "Work done on the agreed date. Weather delays communicated proactively. You sign off only when 100% satisfied." }
{ label: "Repair or Estimate", detail: "Small repairs done on the spot. Larger projects get a detailed written quote with full scope and costs." }
],
completedLabel: "Completed"
}
@@ -183,7 +182,7 @@ export default function LandingPage() {
{ id: "5", name: "Emily R.", date: "June 2023", title: "Quick and Effective Leak Repair", quote: "Had a persistent leak for weeks, and TRR Roofing fixed it in under two hours. Their responsiveness and expertise saved us from further damage. Thank you!", tag: "via Google", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-2703.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-viewed-through-window_1359-760.jpg", imageAlt: "Fixed roof leak area" }
]}
buttons={[
{ text: "Read All 317+ Reviews on Google →", href: "https://www.google.com/search?q=Toronto+Roof+Repairs+Inc+reviews", target: "_blank" }
{ text: "Read All 317+ Reviews on Google →", href: "https://www.google.com/search?q=Toronto+Roof+Repairs+Inc+reviews" }
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -236,7 +235,6 @@ export default function LandingPage() {
{ title: "Social Media", items: [{ label: "Google", href: "https://www.google.com/search?q=Toronto+Roof+Repairs+Inc" }, { label: "LinkedIn", href: "https://www.linkedin.com/company/toronto-roof-repairs-inc" }, { label: "HomeStars", href: "https://homestars.com/companies/toronto-roof-repairs-inc" }, { label: "Facebook", href: "https://www.facebook.com/TorontoRoofRepairsInc" }, { label: "Instagram", href: "https://www.instagram.com/torontoroofrepairs" }, { label: "Twitter", href: "https://twitter.com/TorontoRoofR" }, { label: "YouTube", href: "https://www.youtube.com/channel/UC-example" }, { label: "Pinterest", href: "https://www.pinterest.ca/torontoroofrepairs" }, { label: "Yelp", href: "https://www.yelp.ca/biz/toronto-roof-repairs-mississauga" }, { label: "Yellow Pages", href: "https://www.yellowpages.ca/bus/Ontario/Mississauga/Toronto-Roof-Repairs-Inc" }, { label: "Bark", href: "https://www.bark.com/en/ca/company/toronto-roof-repairs-inc/" }, { label: "Nextdoor", href: "https://nextdoor.ca/pages/toronto-roof-repairs-inc-mississauga-on" }] }
]}
copyrightText="© 2024 Toronto Roof Repairs Inc | TRR Roofing Services. All Rights Reserved."
useInvertedBackground={false}
/>
</div>
</ThemeProvider>