diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index cdc38f0..db8cddd 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -11,237 +11,128 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ title="Premium Metal Roofing in Markham"
+ description="Expert steel roofing solutions tailored for the Canadian climate. Durable, energy-efficient, and long-lasting protection for your home."
+ primaryButton={{ text: "Get a Free Quote", href: "#contact" }}
+ secondaryButton={{ text: "Learn More", href: "#about" }}
+ imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg"
+ avatarsSrc={[]}
+ avatarText=""
+ names={[]}
+ />
+
+
-
-
+
+ title="Built to Last in Canada's Climate"
+ primaryButton={{ text: "Our Process", href: "#features" }}
+ />
+
+
-
-
+
+
-
-
+ tag="Why Choose Metal"
+ title="Superior Roofing Technology"
+ description="Metal roofing provides unmatched longevity and performance, outlasting traditional shingles."
+ items={[
+ {
+ title: "Weather Resistant", description: "Designed to withstand heavy snowfall and extreme temperature fluctuations.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13917.jpg"},
+ {
+ title: "Energy Efficient", description: "Reflective surfaces help keep your home cooler in summer and warmer in winter.", imageSrc: "http://img.b2bpic.net/free-photo/view-stone-building-with-large-windows_23-2148252828.jpg"},
+ {
+ title: "Expert Installation", description: "Our certified professionals ensure every panel is installed to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg"},
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Our Work"
+ title="Recent Projects"
+ description="See the quality and beauty of our installations in Markham and the surrounding area."
+ items={[
+ { title: "Modern Markham Home", description: "Custom steel panels.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-with-chimney-blue-sky_23-2149627194.jpg" },
+ { title: "Suburban Estate", description: "Durable metal roofing.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof-clouds_23-2149343646.jpg" },
+ { title: "Classic Design", description: "High-quality installation.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg" },
+ { title: "Sleek Finish", description: "Modern home exterior.", imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-ny-usa-october-20-2020-vessel-hudson-yards-staircase-designed-by-architect-thomas-heatherwick-midtown-manhattan-west_1321-2491.jpg" },
+ { title: "Standard Residential", description: "Long-lasting durability.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg" },
+ { title: "Urban Project", description: "Professional craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg" },
+ { title: "Premium Upgrade", description: "Professional residential.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-construction-worker-roof_23-2149343669.jpg" },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Our Impact"
+ title="Roofing in Numbers"
+ description="Delivering excellence consistently."
+ metrics={[
+ { value: "15+", description: "Years of Experience" },
+ { value: "500+", description: "Homes Protected" },
+ { value: "100%", description: "Client Satisfaction" },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Testimonials"
+ title="What Our Clients Say"
+ description="Quality service that speaks for itself."
+ testimonials={[
+ { name: "Mark R.", role: "Homeowner", quote: "Excellent work on my metal roof. Highly professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-t-shirt-jacket-cap-looking-amazed-front-view_176474-57861.jpg" },
+ { name: "Sarah L.", role: "Homeowner", quote: "Very satisfied with the installation. Worth every penny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-project-together_23-2148920574.jpg" },
+ { name: "David W.", role: "Homeowner", quote: "The team was efficient and kept the site clean.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg" },
+ { name: "Emily C.", role: "Homeowner", quote: "Great communication throughout the process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-woman-sunglasses-look-camera_197531-33795.jpg" },
+ { name: "Paul S.", role: "Homeowner", quote: "Highly recommended for any roofing needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-showing-winner-gesture-shirt-vest-hat-looking-happy-front-view_176474-30662.jpg" },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Help"
+ title="Frequently Asked Questions"
+ description="Common questions regarding steel roofs."
+ categories={[
+ {
+ name: "General", items: [
+ { question: "Why metal roofing?", answer: "Longevity and durability." },
+ { question: "Is it noisy?", answer: "Proper installation makes it quiet." },
+ { question: "Does it rust?", answer: "Modern steel roofs have protective coatings." },
+ ],
+ },
+ ]}
+ />
+
+
-
>
);
-}
+}
\ No newline at end of file