@@ -85,27 +65,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- tag: "Speed",
- title: "Rapid Delivery",
- subtitle: "Always on time.",
- description: "Our nationwide distribution network guarantees delivery when you need it.",
- imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-clipboard-checking-list_1156-305.jpg",
- },
- {
- tag: "Safety",
- title: "Certified Standards",
- subtitle: "Quality assured.",
- description: "Every product meets rigorous industry safety and durability standards.",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-climbing-ladder_23-2148921422.jpg",
- },
- {
- tag: "Expertise",
- title: "Technical Guidance",
- subtitle: "Roofing pros.",
- description: "Get deep product insights and expert advice for complex projects.",
- imageSrc: "http://img.b2bpic.net/free-photo/black-iron-tin-fence-lined-background-metal-texture_158595-6441.jpg",
- },
+ { tag: "Speed", title: "Rapid Delivery", subtitle: "Always on time.", description: "Our nationwide distribution network guarantees delivery when you need it.", imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-clipboard-checking-list_1156-305.jpg" },
+ { tag: "Safety", title: "Certified Standards", subtitle: "Quality assured.", description: "Every product meets rigorous industry safety and durability standards.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-climbing-ladder_23-2148921422.jpg" },
+ { tag: "Expertise", title: "Technical Guidance", subtitle: "Roofing pros.", description: "Get deep product insights and expert advice for complex projects.", imageSrc: "http://img.b2bpic.net/free-photo/black-iron-tin-fence-lined-background-metal-texture_158595-6441.jpg" },
]}
title="Warehouse Advantages"
description="Leveraging state-of-the-art logistics and premium material sourcing for every job."
@@ -119,42 +81,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "High-Durability Panel",
- price: "$450.00",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13116.jpg",
- },
- {
- id: "p2",
- name: "Roofing Membrane",
- price: "$120.00",
- imageSrc: "http://img.b2bpic.net/free-photo/beer-kegs_1398-2540.jpg",
- },
- {
- id: "p3",
- name: "Solar Roofing Tile",
- price: "$890.00",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg",
- },
- {
- id: "p4",
- name: "Gutter System",
- price: "$210.00",
- imageSrc: "http://img.b2bpic.net/free-photo/plumber-tubes-water-isolated-white-background_93675-131044.jpg",
- },
- {
- id: "p5",
- name: "Industrial Insulation",
- price: "$150.00",
- imageSrc: "http://img.b2bpic.net/free-photo/acoustic-foam-studio_1381-18.jpg",
- },
- {
- id: "p6",
- name: "Heavy-Duty Fastener Kit",
- price: "$55.00",
- imageSrc: "http://img.b2bpic.net/free-photo/hand-tools-set-damaged-mosquito-wire-screen-which-need-be-fixed_1150-6581.jpg",
- },
+ { id: "p1", name: "High-Durability Panel", price: "$450.00", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13116.jpg" },
+ { id: "p2", name: "Roofing Membrane", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/beer-kegs_1398-2540.jpg" },
+ { id: "p3", name: "Solar Roofing Tile", price: "$890.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg" },
+ { id: "p4", name: "Gutter System", price: "$210.00", imageSrc: "http://img.b2bpic.net/free-photo/plumber-tubes-water-isolated-white-background_93675-131044.jpg" },
+ { id: "p5", name: "Industrial Insulation", price: "$150.00", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-foam-studio_1381-18.jpg" },
+ { id: "p6", name: "Heavy-Duty Fastener Kit", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/hand-tools-set-damaged-mosquito-wire-screen-which-need-be-fixed_1150-6581.jpg" },
]}
title="Industrial Catalog"
description="Browse our complete range of professional-grade roofing hardware and supplies."
@@ -168,21 +100,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "1.2M+",
- description: "Panels Distributed",
- },
- {
- id: "m2",
- value: "500+",
- description: "Active Projects",
- },
- {
- id: "m3",
- value: "99.9%",
- description: "On-time Delivery",
- },
+ { id: "m1", value: "1.2M+", description: "Panels Distributed" },
+ { id: "m2", value: "500+", description: "Active Projects" },
+ { id: "m3", value: "99.9%", description: "On-time Delivery" },
]}
title="Proven Reliability"
description="Data-driven performance metrics for industrial clients."
@@ -191,27 +111,13 @@ export default function LandingPage() {
@@ -292,18 +156,11 @@ export default function LandingPage() {
@@ -311,45 +168,9 @@ export default function LandingPage() {