Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-08 06:10:04 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -182,37 +182,37 @@ export default function LandingPage() {
id: "p1",
name: "Luxury Shingle Project",
price: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg?_wi=1",
},
{
id: "p2",
name: "Modern Roof Repair",
price: "Renovation",
imageSrc: "http://img.b2bpic.net/free-photo/chinise-building_1417-1695.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chinise-building_1417-1695.jpg?_wi=1",
},
{
id: "p3",
name: "Commercial Flat Roof",
price: "Commercial",
imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107091.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107091.jpg?_wi=1",
},
{
id: "p4",
name: "Classic Home Roof",
price: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813107.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813107.jpg?_wi=1",
},
{
id: "p5",
name: "Full Shingle Replace",
price: "Replacement",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg?_wi=1",
},
{
id: "p6",
name: "Custom Roof Design",
price: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=1",
},
]}
title="Recent Projects"

View File

@@ -52,42 +52,42 @@ export default function LandingPage() {
name: "Roof Installation",
price: "Residential",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg?_wi=2",
},
{
id: "pc2",
name: "Roof Repair",
price: "Renovation",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/chinise-building_1417-1695.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chinise-building_1417-1695.jpg?_wi=2",
},
{
id: "pc3",
name: "Flat Roof Replacement",
price: "Commercial",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107091.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107091.jpg?_wi=2",
},
{
id: "pc4",
name: "Shingle Replacement",
price: "Residential",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813107.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813107.jpg?_wi=2",
},
{
id: "pc5",
name: "Luxury Roof Work",
price: "Replacement",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg?_wi=2",
},
{
id: "pc6",
name: "Residential Repair",
price: "Residential",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=2",
},
]}
/>