Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd243fb13e | |||
| 72479f0c83 |
@@ -64,9 +64,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
features={[
|
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: "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.", 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: "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.", imageSrc: "http://img.b2bpic.net/free-photo/broker-looking-laptop-analyzing-stock-market-invest-trading-stocks-graph_169016-48828.jpg", imageAlt: "Data analytics" }
|
{ 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"
|
title="Built for the Future"
|
||||||
description="Experience social media like never before with cutting-edge tools designed for genuine interaction."
|
description="Experience social media like never before with cutting-edge tools designed for genuine interaction."
|
||||||
@@ -171,4 +171,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user