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-07 11:47:56 +00:00

View File

@@ -69,23 +69,23 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104886.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104886.jpg?_wi=1",
imageAlt: "Carpenter Workshop",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mdf-boards-inside-warehouse-with-machinery_23-2149384851.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mdf-boards-inside-warehouse-with-machinery_23-2149384851.jpg?_wi=1",
imageAlt: "Custom Furniture",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186732.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186732.jpg?_wi=1",
imageAlt: "Woodworking Details",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104886.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104886.jpg?_wi=2",
imageAlt: "Workshop Precision",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mdf-boards-inside-warehouse-with-machinery_23-2149384851.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mdf-boards-inside-warehouse-with-machinery_23-2149384851.jpg?_wi=2",
imageAlt: "Bespoke Design",
},
]}
@@ -103,35 +103,35 @@ export default function LandingPage() {
title: "Custom Furniture",
subtitle: "Bespoke pieces",
description: "Beautiful handcrafted furniture designed to match your homes style.",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg?_wi=1",
},
{
tag: "Storage",
title: "Built-in Cupboards",
subtitle: "Space efficiency",
description: "Clean, stylish storage solutions that maximise space while keeping a premium look.",
imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15658.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15658.jpg?_wi=1",
},
{
tag: "Outdoor",
title: "Decking",
subtitle: "Entertainment areas",
description: "Strong outdoor wooden decks perfect for entertaining and relaxing.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg?_wi=1",
},
{
tag: "Repair",
title: "Wood Repairs",
subtitle: "Restoration",
description: "Restoring damaged woodwork back to a strong, polished finish.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186732.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186732.jpg?_wi=2",
},
{
tag: "Upgrade",
title: "Renovations",
subtitle: "Value addition",
description: "Upgrading interiors with quality wood finishes that add value to your home.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104886.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104886.jpg?_wi=3",
},
]}
title="Our Services"
@@ -166,7 +166,7 @@ export default function LandingPage() {
price: "Featured",
rating: 5,
reviewCount: "100",
imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15658.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15658.jpg?_wi=2",
},
{
id: "2",
@@ -175,7 +175,7 @@ export default function LandingPage() {
price: "Featured",
rating: 5,
reviewCount: "100",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg?_wi=2",
},
{
id: "3",
@@ -184,7 +184,7 @@ export default function LandingPage() {
price: "Featured",
rating: 5,
reviewCount: "100",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg?_wi=2",
},
{
id: "4",
@@ -193,7 +193,7 @@ export default function LandingPage() {
price: "Featured",
rating: 5,
reviewCount: "100",
imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15658.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15658.jpg?_wi=3",
},
{
id: "5",
@@ -202,7 +202,7 @@ export default function LandingPage() {
price: "Featured",
rating: 5,
reviewCount: "100",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg?_wi=3",
},
]}
title="Our Work"
@@ -221,7 +221,7 @@ export default function LandingPage() {
name: "John D.",
role: "Homeowner",
testimonial: "Excellent workmanship and attention to detail.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104886.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104886.jpg?_wi=4",
imageAlt: "luxury custom carpentry studio woodworking",
},
{
@@ -229,7 +229,7 @@ export default function LandingPage() {
name: "Sarah K.",
role: "Interior Designer",
testimonial: "Professional, reliable, and affordable.",
imageSrc: "http://img.b2bpic.net/free-photo/mdf-boards-inside-warehouse-with-machinery_23-2149384851.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mdf-boards-inside-warehouse-with-machinery_23-2149384851.jpg?_wi=3",
imageAlt: "modern wooden furniture design interior",
},
{
@@ -237,7 +237,7 @@ export default function LandingPage() {
name: "Mike R.",
role: "Client",
testimonial: "High-quality finishes and great service.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186732.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186732.jpg?_wi=3",
imageAlt: "professional carpenter tools wooden table",
},
{
@@ -245,7 +245,7 @@ export default function LandingPage() {
name: "Anna P.",
role: "Client",
testimonial: "Highly recommended for any carpentry project.",
imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15658.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15658.jpg?_wi=4",
imageAlt: "custom modern kitchen cupboards installation",
},
{
@@ -253,7 +253,7 @@ export default function LandingPage() {
name: "Tom B.",
role: "Architect",
testimonial: "Outstanding quality and precision work.",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg?_wi=4",
imageAlt: "bespoke wooden dining table furniture",
},
]}
@@ -287,13 +287,13 @@ export default function LandingPage() {
rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/close-up-tools-workshop_23-2148836011.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-tools-workshop_23-2148836011.jpg?_wi=1"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/close-up-tools-workshop_23-2148836011.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-tools-workshop_23-2148836011.jpg?_wi=2"
logoText="Cape Carpenter & Woodworkers"
columns={[
{