From a71daf0226ca08bcc21eebfd52abcb8d206f5220 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 15 Jun 2026 19:15:30 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 503b642..bd71e16 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,8 +5,15 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards'; import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; -import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; +import TestimonialRatingCardsOriginal from '@/components/sections/testimonial/TestimonialRatingCards'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import { ComponentProps } from 'react'; + +const TestimonialRatingCards = ( + props: ComponentProps & { + items?: Array>; + } +) => ; export default function HomePage() { return ( -- 2.49.1 From ff9c241f916521061645c791f28c5cf827ec1dce Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 19:15:38 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 177 +++++++++-------------------------------- 1 file changed, 39 insertions(+), 138 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index bd71e16..f1b06c7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,15 +5,8 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards'; import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; -import TestimonialRatingCardsOriginal from '@/components/sections/testimonial/TestimonialRatingCards'; +import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -import { ComponentProps } from 'react'; - -const TestimonialRatingCards = ( - props: ComponentProps & { - items?: Array>; - } -) => ; export default function HomePage() { return ( @@ -25,20 +18,14 @@ export default function HomePage() { title="Premium Roofing Built to Last Decades" description="Montreal's trusted roofing experts deliver flawless installations and repairs using premium materials and master craftsmanship. Protect your property with confidence." primaryButton={{ - text: "Get Your Free Inspection", - href: "#contact", - }} + text: "Get Your Free Inspection", href: "#contact"}} secondaryButton={{ - text: "View Our Projects", - href: "#product", - }} + text: "View Our Projects", href: "#product"}} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg"}, ]} /> @@ -64,20 +51,11 @@ export default function HomePage() { description="We blend local expertise with world-class materials to provide roofing solutions that stand up to the harshest Canadian winters." items={[ { - title: "Premium Materials", - description: "We source only high-end, weather-resistant materials for ultimate longevity.", - imageSrc: "http://img.b2bpic.net/free-photo/concrete-building_1127-2031.jpg", - }, + title: "Premium Materials", description: "We source only high-end, weather-resistant materials for ultimate longevity.", imageSrc: "http://img.b2bpic.net/free-photo/concrete-building_1127-2031.jpg"}, { - title: "Expert Inspection", - description: "Our team uses advanced diagnostics to identify potential issues before they escalate.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-helmet_23-2149343651.jpg", - }, + title: "Expert Inspection", description: "Our team uses advanced diagnostics to identify potential issues before they escalate.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-helmet_23-2149343651.jpg"}, { - title: "Rapid Response", - description: "We prioritize fast, efficient repairs for your residential or commercial property needs.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg", - }, + title: "Rapid Response", description: "We prioritize fast, efficient repairs for your residential or commercial property needs.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg"}, ]} /> @@ -91,40 +69,19 @@ export default function HomePage() { description="From historic home restoration to large-scale commercial roofing, we deliver results that exceed expectations." items={[ { - title: "Asphalt Roofing", - description: "Durable and affordable performance.", - imageSrc: "http://img.b2bpic.net/free-photo/background-uneven-stone-wall_23-2147625786.jpg", - }, + title: "Asphalt Roofing", description: "Durable and affordable performance.", imageSrc: "http://img.b2bpic.net/free-photo/background-uneven-stone-wall_23-2147625786.jpg"}, { - title: "Metal Solutions", - description: "Sleek and incredibly weather-resistant.", - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg", - }, + title: "Metal Solutions", description: "Sleek and incredibly weather-resistant.", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg"}, { - title: "Cedar Shakes", - description: "Timeless, organic beauty for premium homes.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", - }, + title: "Cedar Shakes", description: "Timeless, organic beauty for premium homes.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg"}, { - title: "Green Roofing", - description: "Sustainable and energy-efficient systems.", - imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", - }, + title: "Green Roofing", description: "Sustainable and energy-efficient systems.", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg"}, { - title: "Commercial Flat", - description: "Professional membrane and insulation.", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-salt-salt-farm-ready-harvest-thailand_335224-1050.jpg", - }, + title: "Commercial Flat", description: "Professional membrane and insulation.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-salt-salt-farm-ready-harvest-thailand_335224-1050.jpg"}, { - title: "Clay Tiling", - description: "Mediterranean-inspired aesthetics.", - imageSrc: "http://img.b2bpic.net/free-photo/thai-style-gold-decoration-concept_53876-23418.jpg", - }, + title: "Clay Tiling", description: "Mediterranean-inspired aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/thai-style-gold-decoration-concept_53876-23418.jpg"}, { - title: "Slate Restoration", - description: "Unmatched elegance and long-term durability.", - imageSrc: "http://img.b2bpic.net/free-photo/cement-concrete-wall-background_1150-11050.jpg", - }, + title: "Slate Restoration", description: "Unmatched elegance and long-term durability.", imageSrc: "http://img.b2bpic.net/free-photo/cement-concrete-wall-background_1150-11050.jpg"}, ]} /> @@ -138,31 +95,16 @@ export default function HomePage() { description="Proven track record across the Greater Montreal area." metrics={[ { - value: "25+", - title: "Years Experience", - features: [ - "Family owned", - "Licensed team", - "Bonded & Insured", - ], + value: "25+", title: "Years Experience", features: [ + "Family owned", "Licensed team", "Bonded & Insured"], }, { - value: "3,000+", - title: "Projects Completed", - features: [ - "Residential", - "Commercial", - "Historic", - ], + value: "3,000+", title: "Projects Completed", features: [ + "Residential", "Commercial", "Historic"], }, { - value: "100%", - title: "Client Satisfaction", - features: [ - "Warranty backed", - "Reliable support", - "Rapid response", - ], + value: "100%", title: "Client Satisfaction", features: [ + "Warranty backed", "Reliable support", "Rapid response"], }, ]} /> @@ -177,45 +119,20 @@ export default function HomePage() { description="Join thousands of satisfied property owners in the Greater Montreal area." testimonials={[ { - id: "1", - name: "Sarah Miller", - role: "Homeowner", - quote: "Professional, clean, and fast. The new roof looks incredible and holds up to the winter snow perfectly.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-teaching-her-grandfather-how-use-laptop_1157-29763.jpg", - }, + name: "Sarah Miller", role: "Homeowner", quote: "Professional, clean, and fast. The new roof looks incredible and holds up to the winter snow perfectly.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/girl-teaching-her-grandfather-how-use-laptop_1157-29763.jpg"}, { - id: "2", - name: "David Tremblay", - role: "Property Manager", - quote: "Montreal Roofers is our go-to partner for commercial repairs. Responsive and always on budget.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-busy-man-talking-phone-business-center_171337-19950.jpg", - }, + name: "David Tremblay", role: "Property Manager", quote: "Montreal Roofers is our go-to partner for commercial repairs. Responsive and always on budget.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-busy-man-talking-phone-business-center_171337-19950.jpg"}, { - id: "3", - name: "Emily Anderson", - role: "Homeowner", - quote: "Beautiful job on our historic home. They respected the craftsmanship and were very professional.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg", - }, + name: "Emily Anderson", role: "Homeowner", quote: "Beautiful job on our historic home. They respected the craftsmanship and were very professional.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg"}, { - id: "4", - name: "Marc Dubois", - role: "Business Owner", - quote: "Top tier workmanship and materials. Very happy with the final result on our retail property.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215071.jpg", - }, + name: "Marc Dubois", role: "Business Owner", quote: "Top tier workmanship and materials. Very happy with the final result on our retail property.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215071.jpg"}, { - id: "5", - name: "Julie Gauthier", - role: "Homeowner", - quote: "Excellent experience from start to finish. Highly recommend their inspection service.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233781.jpg", - }, + name: "Julie Gauthier", role: "Homeowner", quote: "Excellent experience from start to finish. Highly recommend their inspection service.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233781.jpg"}, ]} /> @@ -229,29 +146,17 @@ export default function HomePage() { description="Common questions about our roofing processes and services." items={[ { - question: "What areas do you serve?", - answer: "We serve the entire Greater Montreal region and surrounding suburbs.", - }, + question: "What areas do you serve?", answer: "We serve the entire Greater Montreal region and surrounding suburbs."}, { - question: "Do you offer warranties?", - answer: "Yes, all our installations are backed by comprehensive material and labor warranties.", - }, + question: "Do you offer warranties?", answer: "Yes, all our installations are backed by comprehensive material and labor warranties."}, { - question: "How long does a roof take?", - answer: "Most residential projects are completed in 3-5 days, depending on scope and weather.", - }, + question: "How long does a roof take?", answer: "Most residential projects are completed in 3-5 days, depending on scope and weather."}, { - question: "Are you licensed and insured?", - answer: "Absolutely. We are fully RBQ licensed, bonded, and carry extensive liability insurance.", - }, + question: "Are you licensed and insured?", answer: "Absolutely. We are fully RBQ licensed, bonded, and carry extensive liability insurance."}, { - question: "Do you handle insurance claims?", - answer: "We are experts in navigating insurance documentation to make your repair process stress-free.", - }, + question: "Do you handle insurance claims?", answer: "We are experts in navigating insurance documentation to make your repair process stress-free."}, { - question: "Can you do winter repairs?", - answer: "Yes, we have specialized equipment and techniques for professional winter roofing repairs.", - }, + question: "Can you do winter repairs?", answer: "Yes, we have specialized equipment and techniques for professional winter roofing repairs."}, ]} /> @@ -263,13 +168,9 @@ export default function HomePage() { tag="Get Started" text="Ready to protect your property with a premium roof? Book your free inspection today." primaryButton={{ - text: "Get Your Free Inspection", - href: "#", - }} + text: "Get Your Free Inspection", href: "#"}} secondaryButton={{ - text: "Call Us Directly", - href: "tel:+15145550123", - }} + text: "Call Us Directly", href: "tel:+15145550123"}} /> -- 2.49.1