diff --git a/src/app/page.tsx b/src/app/page.tsx index 999602f..cb9196a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,11 +45,11 @@ export default function LandingPage() { description="Stay connected with your community and discover what matters most to you in an intuitive, modern interface." buttons={[{ text: "Create Account", href: "#" }, { text: "Learn More", href: "#about" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/cybernetic-interaction-with-digital-network_23-2152029071.jpg", imageAlt: "abstract network connections dark background" }, - { imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104511.jpg", imageAlt: "digital community interaction interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/military-operations-control-room-used-following-global-threats_482257-90107.jpg", imageAlt: "global network visualization technology" }, - { imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160244.jpg", imageAlt: "connected dots network interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-colourful-techno-plexus-design-background_1048-14431.jpg", imageAlt: "abstract cyber communication graphic" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cybernetic-interaction-with-digital-network_23-2152029071.jpg?_wi=1", imageAlt: "abstract network connections dark background" }, + { imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104511.jpg?_wi=1", imageAlt: "digital community interaction interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/military-operations-control-room-used-following-global-threats_482257-90107.jpg?_wi=1", imageAlt: "global network visualization technology" }, + { imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160244.jpg?_wi=1", imageAlt: "connected dots network interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-colourful-techno-plexus-design-background_1048-14431.jpg?_wi=1", imageAlt: "abstract cyber communication graphic" }, { imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-cyber-network-visualization-design_1048-17445.jpg", imageAlt: "connected digital communication nodes" } ]} /> @@ -89,11 +89,11 @@ export default function LandingPage() { description="Hear what our global users have to say about their experience with Connect." showRating={true} testimonials={[ - { id: "t1", name: "Alex Rivera", handle: "@arivera", testimonial: "Connect has completely transformed how I interact with my local community groups. Truly intuitive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cybernetic-interaction-with-digital-network_23-2152029071.jpg" }, - { id: "t2", name: "Sarah Chen", handle: "@schen_dev", testimonial: "The privacy controls are a game-changer. I finally feel secure sharing updates with my inner circle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104511.jpg" }, - { id: "t3", name: "Marcus Thorne", handle: "@mthorne", testimonial: "Seamless connectivity and a gorgeous dark interface. It's the social app I've been waiting for.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/military-operations-control-room-used-following-global-threats_482257-90107.jpg" }, - { id: "t4", name: "Elena Rossi", handle: "@erossi", testimonial: "Finally, a platform that prioritizes user experience over ad clutter. It's refreshing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160244.jpg" }, - { id: "t5", name: "James Wilson", handle: "@jwilson", testimonial: "Fast, responsive, and incredibly easy to navigate. Connect is my go-to hub now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-colourful-techno-plexus-design-background_1048-14431.jpg" } + { id: "t1", name: "Alex Rivera", handle: "@arivera", testimonial: "Connect has completely transformed how I interact with my local community groups. Truly intuitive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cybernetic-interaction-with-digital-network_23-2152029071.jpg?_wi=2" }, + { id: "t2", name: "Sarah Chen", handle: "@schen_dev", testimonial: "The privacy controls are a game-changer. I finally feel secure sharing updates with my inner circle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104511.jpg?_wi=2" }, + { id: "t3", name: "Marcus Thorne", handle: "@mthorne", testimonial: "Seamless connectivity and a gorgeous dark interface. It's the social app I've been waiting for.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/military-operations-control-room-used-following-global-threats_482257-90107.jpg?_wi=2" }, + { id: "t4", name: "Elena Rossi", handle: "@erossi", testimonial: "Finally, a platform that prioritizes user experience over ad clutter. It's refreshing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160244.jpg?_wi=2" }, + { id: "t5", name: "James Wilson", handle: "@jwilson", testimonial: "Fast, responsive, and incredibly easy to navigate. Connect is my go-to hub now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-colourful-techno-plexus-design-background_1048-14431.jpg?_wi=2" } ]} />