Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-07 15:45:05 +00:00

View File

@@ -59,35 +59,35 @@ export default function LandingPage() {
handle: "@evance",
testimonial: "The build quality of these sensors is unparalleled. Absolutely essential for our custom arm builds.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-man-with-crossed-arms_1122-1449.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/serious-man-with-crossed-arms_1122-1449.jpg?_wi=1",
},
{
name: "Marcus Thorne",
handle: "@mthorne",
testimonial: "Shipping was incredibly fast and the support team helped me calibrate my controllers instantly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924153.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924153.jpg?_wi=1",
},
{
name: "Sarah Jenkins",
handle: "@sjenks",
testimonial: "Finally, a store that stocks high-torque motors that actually hold up under continuous stress.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg?_wi=1",
},
{
name: "David Wu",
handle: "@dwu_eng",
testimonial: "The integration documentation for these microcontrollers saved us weeks of development time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-factory-collaborating-strategic-investments-solar-energy_482257-119391.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-factory-collaborating-strategic-investments-solar-energy_482257-119391.jpg?_wi=1",
},
{
name: "Chloe Miller",
handle: "@cmiller",
testimonial: "Reliable parts, great community support. Will keep purchasing for all our robotics projects.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-laptop-waiting-area_107420-95823.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-laptop-waiting-area_107420-95823.jpg?_wi=1",
},
]}
buttons={[
@@ -206,7 +206,7 @@ export default function LandingPage() {
handle: "@evance",
testimonial: "Excellent component quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-man-with-crossed-arms_1122-1449.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/serious-man-with-crossed-arms_1122-1449.jpg?_wi=2",
},
{
id: "t2",
@@ -214,7 +214,7 @@ export default function LandingPage() {
handle: "@mthorne",
testimonial: "Fast shipping and technical support.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924153.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924153.jpg?_wi=2",
},
{
id: "t3",
@@ -222,7 +222,7 @@ export default function LandingPage() {
handle: "@sjenks",
testimonial: "Best motors in the industry.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg?_wi=2",
},
{
id: "t4",
@@ -230,7 +230,7 @@ export default function LandingPage() {
handle: "@dwu_eng",
testimonial: "Documentation is top tier.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-factory-collaborating-strategic-investments-solar-energy_482257-119391.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-factory-collaborating-strategic-investments-solar-energy_482257-119391.jpg?_wi=2",
},
{
id: "t5",
@@ -238,7 +238,7 @@ export default function LandingPage() {
handle: "@cmiller",
testimonial: "My go-to store for robotics.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-laptop-waiting-area_107420-95823.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-laptop-waiting-area_107420-95823.jpg?_wi=2",
},
]}
showRating={true}