From 87d39e499d69552d4f3a53b2ee0ef0b96efef8c5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:25:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dae9139..5207cd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,11 +56,11 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg?_wi=1", imageAlt: "Luxury founders lounge" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", imageAlt: "Luxury founders lounge" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg", imageAlt: "Global premium residence" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-candles-towel-top-view_169016-20529.jpg", imageAlt: "Wellness amenities" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg", imageAlt: "Founder network visualization" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg?_wi=2", imageAlt: "Premium workspace" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", imageAlt: "Premium workspace" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/receptionists-elegant-suits-work-hours_23-2149714405.jpg", imageAlt: "Concierge services" } ]} autoPlay={true} @@ -150,11 +150,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Alexandra Chen", handle: "CEO, TechVenture Labs", testimonial: ".001 Club completely transformed how I balance work and lifestyle. The personalization is unmatched—it feels like each residence was built for me.", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=1", imageAlt: "Alexandra Chen" }, + { id: "1", name: "Alexandra Chen", handle: "CEO, TechVenture Labs", testimonial: ".001 Club completely transformed how I balance work and lifestyle. The personalization is unmatched—it feels like each residence was built for me.", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "Alexandra Chen" }, { id: "2", name: "Marcus Webb", handle: "Founder, CloudScale", testimonial: "The founder network here is invaluable. I've made partnerships and friendships that have shaped my business trajectory in ways I never expected.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg", imageAlt: "Marcus Webb" }, { id: "3", name: "Priya Patel", handle: "CEO, Innovate AI", testimonial: "Living in a .001 residence is like having a personal command center for my business. The technology, support, and environment are exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg", imageAlt: "Priya Patel" }, { id: "4", name: "James Richardson", handle: "Partner, Growth Ventures", testimonial: "This community understands the unique challenges founders face. The support and resources available are truly world-class.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg", imageAlt: "James Richardson" }, - { id: "5", name: "Sofia Moretti", handle: "Founder, Design Collective", testimonial: "The level of personalization and attention to detail is extraordinary. Every aspect of my residence reflects my vision and values.", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=2", imageAlt: "Sofia Moretti" }, + { id: "5", name: "Sofia Moretti", handle: "Founder, Design Collective", testimonial: "The level of personalization and attention to detail is extraordinary. Every aspect of my residence reflects my vision and values.", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "Sofia Moretti" }, { id: "6", name: "David Kumar", handle: "CEO, Future Systems", testimonial: "Being part of .001 Club elevated my entire lifestyle and business. It's not just a residence—it's an investment in myself and my future.", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "David Kumar" } ]} animationType="slide-up"