Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-17 15:04:59 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}