diff --git a/src/app/page.tsx b/src/app/page.tsx
index d034161..78122f0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
@@ -63,51 +51,28 @@ export default function LandingPage() {
@@ -117,14 +82,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "RoofCo",
- "Apex Build",
- "City Roofing",
- "Premium Homes",
- "Trust Builders",
- "Reliable Construction",
- "Pro Roofing Team",
- ]}
+ "RoofCo", "Apex Build", "City Roofing", "Premium Homes", "Trust Builders", "Reliable Construction", "Pro Roofing Team"]}
title="Trusted by Local Pros"
description="Our supplies power the most reliable contractors in the region."
/>
@@ -138,53 +96,21 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Asphalt Shingles",
- price: "From $45/sq",
- imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg",
- },
+ id: "p1", name: "Asphalt Shingles", price: "From $45/sq", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg"},
{
- id: "p2",
- name: "Metal Roofing",
- price: "Custom Pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13126.jpg",
- },
+ id: "p2", name: "Metal Roofing", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13126.jpg"},
{
- id: "p3",
- name: "Roof Underlayment",
- price: "From $30/roll",
- imageSrc: "http://img.b2bpic.net/free-photo/decorative-vinyls-arrangement_23-2149728632.jpg",
- },
+ id: "p3", name: "Roof Underlayment", price: "From $30/roll", imageSrc: "http://img.b2bpic.net/free-photo/decorative-vinyls-arrangement_23-2149728632.jpg"},
{
- id: "p4",
- name: "Roofing Tools",
- price: "Professional Grade",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg",
- },
+ id: "p4", name: "Roofing Tools", price: "Professional Grade", imageSrc: "http://img.b2bpic.net/free-photo/side-view-construction-tools-as-brick-hammer-pipe-wrench-safety-helmet-wooden-background_141793-14293.jpg"},
{
- id: "p5",
- name: "Flashing Material",
- price: "From $15/item",
- imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17794.jpg",
- },
+ id: "p5", name: "Flashing Material", price: "From $15/item", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17794.jpg"},
{
- id: "p6",
- name: "Industrial Sealants",
- price: "From $12/tube",
- imageSrc: "http://img.b2bpic.net/free-photo/view-hammer-construction_23-2150530707.jpg",
- },
+ id: "p6", name: "Industrial Sealants", price: "From $12/tube", imageSrc: "http://img.b2bpic.net/free-photo/view-hammer-construction_23-2150530707.jpg"},
{
- id: "p7",
- name: "Commercial Supplies",
- price: "Wholesale Quotes",
- imageSrc: "http://img.b2bpic.net/free-photo/building-corner-with-sky_23-2148106888.jpg",
- },
+ id: "p7", name: "Commercial Supplies", price: "Wholesale Quotes", imageSrc: "http://img.b2bpic.net/free-photo/building-corner-with-sky_23-2148106888.jpg"},
{
- id: "p8",
- name: "Fast Local Delivery",
- price: "Call for Rate",
- imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172489.jpg",
- },
+ id: "p8", name: "Fast Local Delivery", price: "Call for Rate", imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172489.jpg"},
]}
title="Our Roofing Products"
description="High-quality supplies for every roofing project requirement."
@@ -193,38 +119,21 @@ export default function LandingPage() {