diff --git a/src/app/page.tsx b/src/app/page.tsx index 41ce7a5..4acc816 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,9 +64,9 @@ export default function LandingPage() { useInvertedBackground={true} animationType="blur-reveal" features={[ - { title: "Immersive Feeds", description: "Stream content in a fully 3D, responsive digital environment tailored to you.", imageSrc: "http://img.b2bpic.net/free-photo/3d-telegram-paper-airplane-icon_23-2152009925.jpg", imageAlt: "Feed visualization" }, - { title: "Real-time Sync", description: "Connect instantly with friends worldwide using our high-latency free sync engine.", imageSrc: "http://img.b2bpic.net/free-photo/people-using-digital-devices-smart-technology-double-color-exposure-effect_53876-104899.jpg", imageAlt: "Video chat sync" }, - { title: "Smart Insights", description: "Get deep analytics on your impact and engagement with intuitive dashboards.", imageSrc: "http://img.b2bpic.net/free-photo/broker-looking-laptop-analyzing-stock-market-invest-trading-stocks-graph_169016-48828.jpg", imageAlt: "Data analytics" } + { title: "Immersive Feeds", description: "Stream content in a fully 3D, responsive digital environment tailored to you.", button: { text: "Sign Up Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/3d-telegram-paper-airplane-icon_23-2152009925.jpg", imageAlt: "Feed visualization" }, + { title: "Real-time Sync", description: "Connect instantly with friends worldwide using our high-latency free sync engine.", button: { text: "Sign Up Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/people-using-digital-devices-smart-technology-double-color-exposure-effect_53876-104899.jpg", imageAlt: "Video chat sync" }, + { title: "Smart Insights", description: "Get deep analytics on your impact and engagement with intuitive dashboards.", button: { text: "Sign Up Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/broker-looking-laptop-analyzing-stock-market-invest-trading-stocks-graph_169016-48828.jpg", imageAlt: "Data analytics" } ]} title="Built for the Future" description="Experience social media like never before with cutting-edge tools designed for genuine interaction." @@ -171,4 +171,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file