Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-28 16:21:05 +00:00

View File

@@ -74,17 +74,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666469.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666469.jpg?_wi=1",
imageAlt: "Luxury roof installation Gadsden",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg?_wi=1",
imageAlt: "Roof replacement project Alabama",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1",
imageAlt: "Premium roofing detail gold finish",
},
{
@@ -144,7 +144,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666469.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666469.jpg?_wi=2",
imageAlt: "luxury roof installation Gadsden",
},
{
@@ -169,7 +169,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg?_wi=2",
imageAlt: "luxury roof installation Gadsden",
},
{
@@ -194,7 +194,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2",
imageAlt: "luxury roof installation Gadsden",
},
]}