From df5f0103677ec830d134c274ea8bfbe2eda4a84e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:01:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fc2cb5..10cab58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,11 +101,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Roofing Sheets", author: "Premium Selection", description: "High-quality corrugated and metal roofing sheets in various gauges and finishes. Perfect for residential and commercial projects.", tags: ["Essential", "Popular"], imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", imageAlt: "Selection of roofing sheets"}, + id: "1", title: "Roofing Sheets", author: "Premium Selection", description: "High-quality corrugated and metal roofing sheets in various gauges and finishes. Perfect for residential and commercial projects.", tags: ["Essential", "Popular"], + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", imageAlt: "Selection of roofing sheets"}, { - id: "2", title: "Lumber & Wood", author: "Variety Available", description: "Grade-A lumber, timber, and wood materials for framing, roofing support, and structural needs. All sizes in stock.", tags: ["Structural", "Bulk Orders"], imageSrc: "http://img.b2bpic.net/free-photo/stack-square-wood-planks-furniture-materials_23-2147945090.jpg", imageAlt: "Quality lumber and wood materials"}, + id: "2", title: "Lumber & Wood", author: "Variety Available", description: "Grade-A lumber, timber, and wood materials for framing, roofing support, and structural needs. All sizes in stock.", tags: ["Structural", "Bulk Orders"], + imageSrc: "http://img.b2bpic.net/free-photo/stack-square-wood-planks-furniture-materials_23-2147945090.jpg", imageAlt: "Quality lumber and wood materials"}, { - id: "3", title: "Hardware & Fasteners", author: "Complete Stock", description: "Nails, bolts, screws, and all fastening hardware needed for professional-grade construction projects.", tags: ["Hardware", "In Stock"], imageSrc: "http://img.b2bpic.net/free-photo/scattered-metal-nails-white-surface_191095-100066.jpg", imageAlt: "Construction hardware and fasteners"}, + id: "3", title: "Hardware & Fasteners", author: "Complete Stock", description: "Nails, bolts, screws, and all fastening hardware needed for professional-grade construction projects.", tags: ["Hardware", "In Stock"], + imageSrc: "http://img.b2bpic.net/free-photo/scattered-metal-nails-white-surface_191095-100066.jpg", imageAlt: "Construction hardware and fasteners"}, ]} animationType="slide-up" buttons={[{ text: "Get Pricing", href: "tel:+18682990037" }]} -- 2.49.1