Update src/app/page.tsx

This commit is contained in:
2026-05-11 11:54:38 +00:00
parent d40722652e
commit 16ea61538b

View File

@@ -63,14 +63,14 @@ export default function LandingPage() {
handle: "@arivet",
testimonial: "Nebula changed our inference game. Latency dropped by 80% immediately.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/workman-factory-writing-notes_1303-30620.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/workman-factory-writing-notes_1303-30620.jpg?_wi=1",
},
{
name: "Jordan Smith",
handle: "@jsmith",
testimonial: "The easiest deployment we've ever done. Absolute perfection.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=1",
},
{
name: "Maria Garcia",
@@ -104,7 +104,7 @@ export default function LandingPage() {
href: "#",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg"
imageSrc="http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg",
@@ -166,7 +166,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg?_wi=2",
imageAlt: "futuristic ai dashboard",
},
{
@@ -186,7 +186,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/workman-factory-writing-notes_1303-30620.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/workman-factory-writing-notes_1303-30620.jpg?_wi=2",
imageAlt: "futuristic ai dashboard",
},
{
@@ -206,7 +206,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=2",
imageAlt: "futuristic ai dashboard",
},
]}