Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-07 09:51:14 +00:00
Showing only changes of commit a687c0a9e4 - Show all commits

View File

@@ -62,35 +62,35 @@ export default function LandingPage() {
handle: "@smiller",
testimonial: "Excellent service, very prompt and professional.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg?_wi=1",
},
{
name: "John Doe",
handle: "@johndoe",
testimonial: "Installed our AC perfectly, great value for money.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/finding-new-customers-is-problem-him_329181-15220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/finding-new-customers-is-problem-him_329181-15220.jpg?_wi=1",
},
{
name: "Jane Smith",
handle: "@jsmith",
testimonial: "Efficient furnace maintenance, highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-ginger-girl-relaxing-home-redhaired-laughing-woman-jeans-sitting-floor_197531-26403.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-ginger-girl-relaxing-home-redhaired-laughing-woman-jeans-sitting-floor_197531-26403.jpg?_wi=1",
},
{
name: "Bob Davis",
handle: "@bobdavis",
testimonial: "Fast response time for my broken cooling system.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg?_wi=1",
},
{
name: "Alice Wong",
handle: "@awong",
testimonial: "Best HVAC team in the city, very knowledgeable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-does-checkup-client-car_482257-76119.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-does-checkup-client-car_482257-76119.jpg?_wi=1",
},
]}
buttons={[
@@ -300,7 +300,7 @@ export default function LandingPage() {
handle: "@smiller",
testimonial: "Outstanding expertise and very friendly staff.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg?_wi=2",
},
{
id: "2",
@@ -308,7 +308,7 @@ export default function LandingPage() {
handle: "@mchen",
testimonial: "Very thorough with the installation process.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/finding-new-customers-is-problem-him_329181-15220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/finding-new-customers-is-problem-him_329181-15220.jpg?_wi=2",
},
{
id: "3",
@@ -316,7 +316,7 @@ export default function LandingPage() {
handle: "@erod",
testimonial: "Prompt, professional, and very clean work.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-ginger-girl-relaxing-home-redhaired-laughing-woman-jeans-sitting-floor_197531-26403.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-ginger-girl-relaxing-home-redhaired-laughing-woman-jeans-sitting-floor_197531-26403.jpg?_wi=2",
},
{
id: "4",
@@ -324,7 +324,7 @@ export default function LandingPage() {
handle: "@dkim",
testimonial: "Saved our summer! Reliable and fast.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg?_wi=2",
},
{
id: "5",
@@ -332,7 +332,7 @@ export default function LandingPage() {
handle: "@epete",
testimonial: "Great maintenance service, very detailed report.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-does-checkup-client-car_482257-76119.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-does-checkup-client-car_482257-76119.jpg?_wi=2",
},
]}
showRating={true}