Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-16 14:53:29 +00:00

View File

@@ -98,8 +98,8 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{ id: "p1", name: "Asphalt Shingles", price: "From $5/sq ft", imageSrc: "http://img.b2bpic.net/free-photo/top-view-razor-blades-with-yellow-background_23-2150970031.jpg" },
{ id: "p2", name: "Metal Paneling", price: "From $8/sq ft", imageSrc: "http://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg" },
{ id: "p3", name: "Clay Tiles", price: "From $12/sq ft", imageSrc: "http://img.b2bpic.net/free-photo/textured-background_53876-30435.jpg" }
{ id: "p2", name: "Metal Paneling", price: "From $8/sq ft", imageSrc: "http://img.b2bpic.net/modern-stadium_1127-110.jpg" },
{ id: "p3", name: "Clay Tiles", price: "From $12/sq ft", imageSrc: "http://img.b2bpic.net/textured-background_53876-30435.jpg" }
]}
title="Roofing Materials Gallery"
description="Browse our curated selection of high-performance materials for durability and curb appeal."
@@ -113,6 +113,7 @@ export default function LandingPage() {
textboxLayout="split"
title="Our Impact in Numbers"
description="ARS Roofing prides itself on measurable results and customer trust."
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "1500+", title: "Projects", description: "Residential & Commercial", icon: ShieldCheck },
{ id: "m2", value: "20+", title: "Years", description: "Industry Leadership", icon: ShieldCheck },
@@ -162,6 +163,7 @@ export default function LandingPage() {
inputPlaceholder="Your best email"
buttonText="Submit Request"
useInvertedBackground={true}
tag="Contact"
/>
</div>