Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-29 07:50:48 +00:00

View File

@@ -72,35 +72,35 @@ export default function LandingPage() {
handle: "@johnd",
testimonial: "Excellent service and very professional team!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg?_wi=1",
},
{
name: "Sarah K.",
handle: "@sarahk",
testimonial: "They fixed the issue quickly and for a fair price.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-leaning-chair_1262-5157.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-leaning-chair_1262-5157.jpg?_wi=1",
},
{
name: "Mike R.",
handle: "@miker",
testimonial: "Reliable and local. Will hire again.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-throw-party-congratulating-woman-accomplishment-portrait-surprised-grateful-satisfied-happy-young-attractive-female-pressing-palms-chest-thankful-smiling-upbeat-white-wall_176420-35571.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-throw-party-congratulating-woman-accomplishment-portrait-surprised-grateful-satisfied-happy-young-attractive-female-pressing-palms-chest-thankful-smiling-upbeat-white-wall_176420-35571.jpg?_wi=1",
},
{
name: "Anna L.",
handle: "@annal",
testimonial: "Great experience, highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleased-european-woman-with-curly-hair-keeps-hands-cheeks-smiles-pleasantly-keeps-eyes-closed-recalls-pleasant-memories-wears-shirt-isolated-beige-background-happy-feelings-concept_273609-62609.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-european-woman-with-curly-hair-keeps-hands-cheeks-smiles-pleasantly-keeps-eyes-closed-recalls-pleasant-memories-wears-shirt-isolated-beige-background-happy-feelings-concept_273609-62609.jpg?_wi=1",
},
{
name: "Tom B.",
handle: "@tomb",
testimonial: "Super efficient and very polite. A+ work!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg?_wi=2",
},
]}
buttons={[
@@ -179,7 +179,7 @@ export default function LandingPage() {
handle: "@sarahj",
testimonial: "Fantastic service!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg?_wi=3",
},
{
id: "2",
@@ -187,7 +187,7 @@ export default function LandingPage() {
handle: "@davidk",
testimonial: "Professional and fast.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-leaning-chair_1262-5157.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-leaning-chair_1262-5157.jpg?_wi=2",
},
{
id: "3",
@@ -195,7 +195,7 @@ export default function LandingPage() {
handle: "@emilyr",
testimonial: "Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-throw-party-congratulating-woman-accomplishment-portrait-surprised-grateful-satisfied-happy-young-attractive-female-pressing-palms-chest-thankful-smiling-upbeat-white-wall_176420-35571.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-throw-party-congratulating-woman-accomplishment-portrait-surprised-grateful-satisfied-happy-young-attractive-female-pressing-palms-chest-thankful-smiling-upbeat-white-wall_176420-35571.jpg?_wi=2",
},
{
id: "4",
@@ -203,7 +203,7 @@ export default function LandingPage() {
handle: "@marcusl",
testimonial: "Great experience.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleased-european-woman-with-curly-hair-keeps-hands-cheeks-smiles-pleasantly-keeps-eyes-closed-recalls-pleasant-memories-wears-shirt-isolated-beige-background-happy-feelings-concept_273609-62609.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-european-woman-with-curly-hair-keeps-hands-cheeks-smiles-pleasantly-keeps-eyes-closed-recalls-pleasant-memories-wears-shirt-isolated-beige-background-happy-feelings-concept_273609-62609.jpg?_wi=2",
},
{
id: "5",
@@ -211,7 +211,7 @@ export default function LandingPage() {
handle: "@jessb",
testimonial: "The best local service in town.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-leaning-chair_1262-5157.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-leaning-chair_1262-5157.jpg?_wi=3",
},
]}
showRating={true}