Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-17 16:47:33 +00:00

View File

@@ -63,35 +63,35 @@ export default function LandingPage() {
handle: "@johndoe",
testimonial: "Excellent service and very punctual. Fixed our boiler in no time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg?_wi=1",
},
{
name: "Jane Smith",
handle: "@janesmith",
testimonial: "Professional and clean work. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg?_wi=1",
},
{
name: "Mike Brown",
handle: "@mikebrown",
testimonial: "Reliable plumbing services. Will use again.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg?_wi=1",
},
{
name: "Alice Green",
handle: "@aliceg",
testimonial: "Knowledgeable and polite staff. Handled our radiator issues perfectly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1",
},
{
name: "Robert Kent",
handle: "@rkent",
testimonial: "Top-tier maintenance work. My heating system has never been better.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg?_wi=1",
},
]}
buttons={[
@@ -221,7 +221,7 @@ export default function LandingPage() {
handle: "@sarah_m",
testimonial: "Fantastic response time during an emergency leak. True professionals.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg?_wi=2",
},
{
id: "2",
@@ -229,7 +229,7 @@ export default function LandingPage() {
handle: "@david_w",
testimonial: "Best service in town, honest and upfront pricing.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg?_wi=2",
},
{
id: "3",
@@ -237,7 +237,7 @@ export default function LandingPage() {
handle: "@elena_r",
testimonial: "Managed our boiler and tanks for years, always consistent.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg?_wi=2",
},
{
id: "4",
@@ -245,7 +245,7 @@ export default function LandingPage() {
handle: "@mark_l",
testimonial: "Professional team, left the place clean after work.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2",
},
{
id: "5",
@@ -253,7 +253,7 @@ export default function LandingPage() {
handle: "@julia_h",
testimonial: "Quick to schedule and efficient on-site work.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg?_wi=2",
},
]}
showRating={true}