2 Commits

Author SHA1 Message Date
d873ef451b Update src/app/page.tsx 2026-02-18 21:41:16 +00:00
dc3e2edeb7 Merge version_2 into main
Merge version_2 into main
2026-02-18 20:04:46 +00:00

View File

@@ -166,12 +166,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="four-items-2x2-equal-grid"
gridVariant="two-columns-alternating-heights"
members={[
{ id: "1", name: "Sophie P.", role: "Digital Nomad", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of Sophie P." },
{ id: "2", name: "Alex M.", role: "Creative Director", imageSrc: "https://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Portrait of Alex M." },
{ id: "3", name: "Jordan K.", role: "Lead Developer", imageSrc: "https://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Portrait of Jordan K." },
{ id: "4", name: "Casey R.", role: "UX Designer", imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of Casey R." }
{ id: "1", name: "Luke", role: "Lead Developer", imageSrc: "asset://image-1", imageAlt: "Portrait of Luke" },
{ id: "2", name: "Caleb", role: "Creative Director", imageSrc: "asset://image-2", imageAlt: "Portrait of Caleb" }
]}
/>
</div>