From b747b12ed0bf6c3a10a90f80bd450bdd75aed2e0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:36:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79c6340..5b202bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,22 +140,22 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Marcus Chen", handle: "CTO at TechVentures", testimonial: "NEXUS CLUB has transformed how I collaborate with other innovators. The facilities are world-class and the community is incredibly inspiring.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Marcus Chen" + id: "1", name: "Marcus Chen", handle: "CTO at TechVentures", testimonial: "NEXUS CLUB has transformed how I collaborate with other innovators. The facilities are world-class and the community is incredibly inspiring.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Marcus Chen" }, { - id: "2", name: "Sarah Williams", handle: "Founder, DesignLab", testimonial: "The premium workstations and networking opportunities have been invaluable for my startup. Highly recommend to any serious technologist.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Sarah Williams" + id: "2", name: "Sarah Williams", handle: "Founder, DesignLab", testimonial: "The premium workstations and networking opportunities have been invaluable for my startup. Highly recommend to any serious technologist.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Sarah Williams" }, { - id: "3", name: "James Rodriguez", handle: "AI Researcher", testimonial: "A sanctuary for serious computing work. The combination of high-performance equipment and intellectual community is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "James Rodriguez" + id: "3", name: "James Rodriguez", handle: "AI Researcher", testimonial: "A sanctuary for serious computing work. The combination of high-performance equipment and intellectual community is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3", imageAlt: "James Rodriguez" }, { - id: "4", name: "Elena Volkov", handle: "Security Architect", testimonial: "The attention to detail in every aspect—from the technology to the ambiance—shows NEXUS truly understands what discerning members need.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Elena Volkov" + id: "4", name: "Elena Volkov", handle: "Security Architect", testimonial: "The attention to detail in every aspect—from the technology to the ambiance—shows NEXUS truly understands what discerning members need.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=4", imageAlt: "Elena Volkov" }, { - id: "5", name: "David Park", handle: "Gaming Tournament Organizer", testimonial: "Perfect venue for competitive gaming and esports. Equipment, connectivity, and atmosphere are all exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "David Park" + id: "5", name: "David Park", handle: "Gaming Tournament Organizer", testimonial: "Perfect venue for competitive gaming and esports. Equipment, connectivity, and atmosphere are all exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=5", imageAlt: "David Park" }, { - id: "6", name: "Amanda Foster", handle: "Developer Advocate", testimonial: "More than just a workspace—it's a thriving ecosystem where talented people come together to create incredible things.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Amanda Foster" + id: "6", name: "Amanda Foster", handle: "Developer Advocate", testimonial: "More than just a workspace—it's a thriving ecosystem where talented people come together to create incredible things.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=6", imageAlt: "Amanda Foster" } ]} /> -- 2.49.1