From b0ee802385b48f2bee9b3a5e8af7311dcfaf43e1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 04:04:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 284 ++++++++--------------------------------------- 1 file changed, 48 insertions(+), 236 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e3f48a..6c2d1bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -103,12 +64,7 @@ export default function LandingPage() { @@ -119,36 +75,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - title: "Metal Roofing Supply", - author: "All Metals", - description: "Premium metal panels, trim, fasteners, and underlayment.", - tags: [ - "Residential", - "Commercial", - ], - imageSrc: "http://img.b2bpic.net/free-photo/concrete-building_1127-2031.jpg", - }, + id: "s1", title: "Metal Roofing Supply", author: "All Metals", description: "Premium metal panels, trim, fasteners, and underlayment.", tags: ["Residential", "Commercial"], + imageSrc: "http://img.b2bpic.net/free-photo/concrete-building_1127-2031.jpg"}, { - id: "s2", - title: "Custom Orders", - author: "All Metals", - description: "Fast, accurate material preparation cut to your exact length.", - tags: [ - "Cut-to-Length", - ], - imageSrc: "http://img.b2bpic.net/free-photo/rusty-bolts-nuts_23-2152024248.jpg", - }, + id: "s2", title: "Custom Orders", author: "All Metals", description: "Fast, accurate material preparation cut to your exact length.", tags: ["Cut-to-Length"], + imageSrc: "http://img.b2bpic.net/free-photo/rusty-bolts-nuts_23-2152024248.jpg"}, { - id: "s3", - title: "Contractor Support", - author: "All Metals", - description: "Reliable material sourcing and bulk ordering for roofing crews.", - tags: [ - "Bulk Ordering", - ], - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-screwdrivers-wooden-surface_181624-32595.jpg", - }, + id: "s3", title: "Contractor Support", author: "All Metals", description: "Reliable material sourcing and bulk ordering for roofing crews.", tags: ["Bulk Ordering"], + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-screwdrivers-wooden-surface_181624-32595.jpg"}, ]} title="Our Professional Roofing Services" description="High-quality material supply and custom material prep for all project scales." @@ -162,60 +96,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "Metal", - name: "Metal Panels", - price: "Inquire", - rating: 5, - reviewCount: "100+", - imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756593.jpg", - }, - { - id: "p2", - brand: "Trim", - name: "Trim Packages", - price: "Inquire", - rating: 5, - reviewCount: "90+", - imageSrc: "http://img.b2bpic.net/free-photo/industry-construction-equipments-inside-storehouse-factory_114579-2836.jpg", - }, - { - id: "p3", - brand: "Fasteners", - name: "Fasteners", - price: "Inquire", - rating: 5, - reviewCount: "200+", - imageSrc: "http://img.b2bpic.net/free-photo/brushes-blank-paper-page_23-2148575535.jpg", - }, - { - id: "p4", - brand: "Roofing", - name: "Underlayment", - price: "Inquire", - rating: 5, - reviewCount: "150+", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg", - }, - { - id: "p5", - brand: "Accessories", - name: "Ridge Caps", - price: "Inquire", - rating: 5, - reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/seamless-pattern-red-plastic-dowels-gray_166373-1548.jpg", - }, - { - id: "p6", - brand: "Flashing", - name: "Flashing Material", - price: "Inquire", - rating: 5, - reviewCount: "110+", - imageSrc: "http://img.b2bpic.net/free-photo/macro-shot-screw-wooden-background_53876-42559.jpg", - }, + { id: "p1", brand: "Metal", name: "Metal Panels", price: "Inquire", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756593.jpg" }, + { id: "p2", brand: "Trim", name: "Trim Packages", price: "Inquire", rating: 5, reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/industry-construction-equipments-inside-storehouse-factory_114579-2836.jpg" }, + { id: "p3", brand: "Fasteners", name: "Fasteners", price: "Inquire", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/brushes-blank-paper-page_23-2148575535.jpg" }, + { id: "p4", brand: "Roofing", name: "Underlayment", price: "Inquire", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg" }, + { id: "p5", brand: "Accessories", name: "Ridge Caps", price: "Inquire", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/seamless-pattern-red-plastic-dowels-gray_166373-1548.jpg" }, + { id: "p6", brand: "Flashing", name: "Flashing Material", price: "Inquire", rating: 5, reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/macro-shot-screw-wooden-background_53876-42559.jpg" }, ]} title="Comprehensive Material Selection" description="Premium components to complete every professional roofing installation." @@ -224,35 +110,18 @@ export default function LandingPage() {
@@ -354,33 +183,16 @@ export default function LandingPage() { logoText="All Metals Roofing and Materials LLC" columns={[ { - title: "Quick Links", - items: [ - { - label: "Services", - href: "#services", - }, - { - label: "Materials", - href: "#materials", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Quick Links", items: [ + { label: "Services", href: "#services" }, + { label: "Materials", href: "#materials" }, + { label: "Contact", href: "#contact" }, ], }, { - title: "Company", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Reviews", - href: "#reviews", - }, + title: "Company", items: [ + { label: "About", href: "#about" }, + { label: "Reviews", href: "#reviews" }, ], }, ]}