Update src/app/page.tsx
This commit is contained in:
@@ -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" }]}
|
||||
|
||||
Reference in New Issue
Block a user