Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-04-23 22:29:20 +00:00

View File

@@ -53,16 +53,16 @@ export default function LandingPage() {
testimonials={[
{
name: "Jason Yates", handle: "@jasony", testimonial: "Great fresh produce! They have a great team of guys that work there.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg?_wi=1"},
{
name: "Sweet P Lopez", handle: "@sweetp", testimonial: "I LOVE TEXAS FARM PATCH! A lovely farm with a lovely staff. Very clean and great place.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1"},
{
name: "Michael Wilson", handle: "@mwilson", testimonial: "This seemed to be a nice place. Everything looked clean and well maintained.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg?_wi=1"},
{
name: "Kamal Goraya", handle: "@kamalg", testimonial: "Incredible quality and friendly service. Highly recommend visiting.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg?_wi=1"},
{
name: "Sarah Jenkins", handle: "@sarahj", testimonial: "Best strawberries I've ever had. Truly fresh Texas produce.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-greenhouse-owners-working-plant-nursery-communicating-by-lemon-tree_637285-1437.jpg"},
@@ -172,16 +172,16 @@ export default function LandingPage() {
testimonials={[
{
id: "t1", name: "Jason Yates", handle: "@jasony", testimonial: "Great fresh produce! They have a great team of guys that work there.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg?_wi=2"},
{
id: "t2", name: "Sweet P Lopez", handle: "@sweetp", testimonial: "I LOVE TEXAS FARM PATCH! A lovely farm with a lovely staff. Very clean and great place.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2"},
{
id: "t3", name: "Michael Wilson", handle: "@mwilson", testimonial: "This seemed to be a nice place. Everything looked clean and well maintained.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg?_wi=2"},
{
id: "t4", name: "Kamal Goraya", handle: "@kamalg", testimonial: "Incredible quality and friendly service. Highly recommend visiting.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg?_wi=2"},
]}
/>
</div>