diff --git a/src/app/page.tsx b/src/app/page.tsx index 92b5a6d..94b30ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,11 +47,11 @@ export default function LandingPage() { description="Experience the ultimate in serviced office excellence in the heart of the city. Refined, professional, and built for your growth." buttons={[{ text: "View Spaces", href: "#products" }, { text: "Contact Us", href: "#contact" }]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg", imageAlt: "modern office space interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-empty-waiting-room_1170-1960.jpg", imageAlt: "elegant co-working space" }, - { imageSrc: "http://img.b2bpic.net/free-photo/business-executives-interacting-with-each-other_1170-1770.jpg", imageAlt: "corporate lounge area design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-coffee-cup_23-2148295801.jpg", imageAlt: "high-end executive office space" }, - { imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg", imageAlt: "luxury office reception lobby" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg?_wi=1", imageAlt: "modern office space interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-empty-waiting-room_1170-1960.jpg?_wi=1", imageAlt: "elegant co-working space" }, + { imageSrc: "http://img.b2bpic.net/free-photo/business-executives-interacting-with-each-other_1170-1770.jpg?_wi=1", imageAlt: "corporate lounge area design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-coffee-cup_23-2148295801.jpg?_wi=1", imageAlt: "high-end executive office space" }, + { imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg?_wi=1", imageAlt: "luxury office reception lobby" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-female-entrepreneur-relaxing-coffee-break-reading-daily-newspaper-cafeteria_637285-272.jpg", imageAlt: "executive meeting room interior" }, ]} /> @@ -120,11 +120,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Sarah Chen", date: "Oct 2024", title: "Founder, TechLaunch", quote: "The most professional environment I've ever worked in. Highly recommended.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg" }, - { id: "2", name: "Mark Wilson", date: "Sep 2024", title: "Director, CreativeCo", quote: "Exceptional service and beautiful design. It changed how we work.", tag: "Creative", avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-outside-city_1303-16174.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-empty-waiting-room_1170-1960.jpg" }, - { id: "3", name: "Elena Rossi", date: "Aug 2024", title: "Consultant", quote: "The perfect balance of luxury and function. An absolute asset to my business.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-interacting-with-each-other_1170-1770.jpg" }, - { id: "4", name: "David Kim", date: "Jul 2024", title: "CEO, FinanceStream", quote: "Seamless operations and unmatched professional atmosphere.", tag: "Finance", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-standing-with-hand-touching-his-chin-looking-camera-smile-wearing-white-shirt-cream-jacket-white-background-business-concept_549566-823.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-coffee-cup_23-2148295801.jpg" }, - { id: "5", name: "Julia Smith", date: "Jun 2024", title: "Lead Designer", quote: "The concierge team is truly top-tier. I love being here every day.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg" }, + { id: "1", name: "Sarah Chen", date: "Oct 2024", title: "Founder, TechLaunch", quote: "The most professional environment I've ever worked in. Highly recommended.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg?_wi=2" }, + { id: "2", name: "Mark Wilson", date: "Sep 2024", title: "Director, CreativeCo", quote: "Exceptional service and beautiful design. It changed how we work.", tag: "Creative", avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-outside-city_1303-16174.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-empty-waiting-room_1170-1960.jpg?_wi=2" }, + { id: "3", name: "Elena Rossi", date: "Aug 2024", title: "Consultant", quote: "The perfect balance of luxury and function. An absolute asset to my business.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-interacting-with-each-other_1170-1770.jpg?_wi=2" }, + { id: "4", name: "David Kim", date: "Jul 2024", title: "CEO, FinanceStream", quote: "Seamless operations and unmatched professional atmosphere.", tag: "Finance", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-standing-with-hand-touching-his-chin-looking-camera-smile-wearing-white-shirt-cream-jacket-white-background-business-concept_549566-823.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-coffee-cup_23-2148295801.jpg?_wi=2" }, + { id: "5", name: "Julia Smith", date: "Jun 2024", title: "Lead Designer", quote: "The concierge team is truly top-tier. I love being here every day.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg?_wi=2" }, ]} title="Member Experiences" description="Don't just take our word for it—hear from professionals who have made SOHO Central their home base."