Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-08 18:59:26 +00:00

View File

@@ -69,35 +69,35 @@ export default function LandingPage() {
handle: "@sarah_gardens",
testimonial: "I learned to prune my roses and taught my neighbor how to bake bread. It's been life-changing!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-travel-lviv-view-from-tower_1321-4662.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-travel-lviv-view-from-tower_1321-4662.jpg?_wi=1",
},
{
name: "David Chen",
handle: "@david_fixes",
testimonial: "The easiest way to connect with people nearby. No money, just pure kindness and skill sharing.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-taking-stroll_23-2150493047.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-taking-stroll_23-2150493047.jpg?_wi=1",
},
{
name: "Elena Rodriguez",
handle: "@elena_knits",
testimonial: "I've made three new best friends in my building just by swapping language tips for knitting lessons.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-posing-photo-while-enjoying-hookah_23-2149173694.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-posing-photo-while-enjoying-hookah_23-2149173694.jpg?_wi=1",
},
{
name: "Mark Johnson",
handle: "@mark_repairs",
testimonial: "Finally fixed my leaking tap thanks to a neighbor who taught me plumbing basics. Truly a gift.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015522.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015522.jpg?_wi=1",
},
{
name: "Chloe Smith",
handle: "@chloe_paints",
testimonial: "It's the perfect antidote to feeling isolated in the city. Everyone here wants to help.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-photo-wonderful-blonde-girl-looking-shoulder-inspired-short-haired-european-woman-pink-attire-standing-near-street-restaurant_197531-9055.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-photo-wonderful-blonde-girl-looking-shoulder-inspired-short-haired-european-woman-pink-attire-standing-near-street-restaurant_197531-9055.jpg?_wi=1",
},
]}
buttons={[
@@ -250,7 +250,7 @@ export default function LandingPage() {
handle: "@sarah_gardens",
testimonial: "I learned to prune my roses and taught my neighbor how to bake bread. It's been life-changing!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-travel-lviv-view-from-tower_1321-4662.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-travel-lviv-view-from-tower_1321-4662.jpg?_wi=2",
},
{
id: "2",
@@ -258,7 +258,7 @@ export default function LandingPage() {
handle: "@david_fixes",
testimonial: "The easiest way to connect with people nearby. No money, just pure kindness and skill sharing.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-taking-stroll_23-2150493047.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-taking-stroll_23-2150493047.jpg?_wi=2",
},
{
id: "3",
@@ -266,7 +266,7 @@ export default function LandingPage() {
handle: "@elena_knits",
testimonial: "I've made three new best friends in my building just by swapping language tips for knitting lessons.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-posing-photo-while-enjoying-hookah_23-2149173694.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-posing-photo-while-enjoying-hookah_23-2149173694.jpg?_wi=2",
},
{
id: "4",
@@ -274,7 +274,7 @@ export default function LandingPage() {
handle: "@mark_repairs",
testimonial: "Finally fixed my leaking tap thanks to a neighbor who taught me plumbing basics. Truly a gift.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015522.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015522.jpg?_wi=2",
},
{
id: "5",
@@ -282,7 +282,7 @@ export default function LandingPage() {
handle: "@chloe_paints",
testimonial: "It's the perfect antidote to feeling isolated in the city. Everyone here wants to help.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-photo-wonderful-blonde-girl-looking-shoulder-inspired-short-haired-european-woman-pink-attire-standing-near-street-restaurant_197531-9055.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-photo-wonderful-blonde-girl-looking-shoulder-inspired-short-haired-european-woman-pink-attire-standing-near-street-restaurant_197531-9055.jpg?_wi=2",
},
]}
showRating={true}