Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-04-16 17:41:46 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -61,15 +61,15 @@ export default function LandingPage() {
description="High-quality workmanship from an experienced local painter and decorator serving Dundee and surrounding areas."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-architectural-interior_1048-5614.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-architectural-interior_1048-5614.jpg?_wi=1",
imageAlt: "freshly painted wall interior bright",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509470.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509470.jpg?_wi=1",
imageAlt: "exterior house painting work",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vintage-wood-wall-text-background_1249-465.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vintage-wood-wall-text-background_1249-465.jpg?_wi=1",
imageAlt: "expert wallpaper installation room",
},
{

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
},
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-architectural-interior_1048-5614.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-architectural-interior_1048-5614.jpg?_wi=2",
imageAlt: "freshly painted wall interior bright",
},
{
@@ -78,7 +78,7 @@ export default function LandingPage() {
},
items: [],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509470.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509470.jpg?_wi=2",
imageAlt: "freshly painted wall interior bright",
},
{
@@ -90,7 +90,7 @@ export default function LandingPage() {
},
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/vintage-wood-wall-text-background_1249-465.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vintage-wood-wall-text-background_1249-465.jpg?_wi=2",
imageAlt: "freshly painted wall interior bright",
},
]}