Update src/app/page.tsx

This commit is contained in:
2026-04-20 04:31:17 +00:00
parent 630cb280b8
commit 41e1b2d8fc

View File

@@ -96,12 +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: "Get a Quote", 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: "Get a Quote", 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: "Get a Quote", 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: "Get a Quote", 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: "Get a Quote", 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: "Get a Quote", 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."
@@ -201,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}