diff --git a/src/app/page.tsx b/src/app/page.tsx
index f6feb88..3fa7819 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -54,97 +46,51 @@ export default function LandingPage() {
@@ -154,18 +100,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "Direct communication",
- },
+ type: "text", content: "Direct communication"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/relaxed-company-ceo-enjoying-successful-business_482257-76955.jpg",
- alt: "Chat Illustration",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/relaxed-company-ceo-enjoying-successful-business_482257-76955.jpg", alt: "Chat Illustration"},
{
- type: "text",
- content: "for the modern developer",
- },
+ type: "text", content: "for the modern developer"},
]}
/>
@@ -177,28 +116,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "IP Mapping",
- description: "Seamlessly bind your chat to any specific IP address and port.",
- bentoComponent: "reveal-icon",
- icon: Globe,
- imageSrc: "http://img.b2bpic.net/free-photo/relaxed-company-ceo-enjoying-successful-business_482257-76955.jpg?_wi=2",
- imageAlt: "secure encrypted chat UI digital",
+ title: "IP Mapping", description: "Seamlessly bind your chat to any specific IP address and port.", bentoComponent: "reveal-icon", icon: Globe
},
{
- title: "Encrypted Sessions",
- description: "All traffic is point-to-point and encrypted for privacy.",
- bentoComponent: "reveal-icon",
- icon: Shield,
- imageSrc: "http://img.b2bpic.net/free-photo/data-network-with-glowing-core_23-2152004043.jpg?_wi=2",
- imageAlt: "digital network connection nodes concept",
+ title: "Encrypted Sessions", description: "All traffic is point-to-point and encrypted for privacy.", bentoComponent: "reveal-icon", icon: Shield
},
{
- title: "Low Latency",
- description: "Optimized protocols for real-time messaging performance.",
- bentoComponent: "reveal-icon",
- icon: Zap,
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-illustration-fractal-art-with-neon-lights-great-backgrounds-wallpapers_181624-34412.jpg?_wi=2",
- imageAlt: "abstract digital tech background dark",
+ title: "Low Latency", description: "Optimized protocols for real-time messaging performance.", bentoComponent: "reveal-icon", icon: Zap
},
]}
title="Powerful Features"
@@ -212,20 +136,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "Is my chat data logged?",
- content: "No, Scyron is strictly a P2P conduit. We never log or store your IP or messages.",
- },
+ id: "1", title: "Is my chat data logged?", content: "No, Scyron is strictly a P2P conduit. We never log or store your IP or messages."},
{
- id: "2",
- title: "Can anyone join my session?",
- content: "Only those who know your specific IP and port configuration can join your secure session.",
- },
+ id: "2", title: "Can anyone join my session?", content: "Only those who know your specific IP and port configuration can join your secure session."},
{
- id: "3",
- title: "Do I need a server?",
- content: "Scyron runs directly from your browser, using standard network protocols.",
- },
+ id: "3", title: "Do I need a server?", content: "Scyron runs directly from your browser, using standard network protocols."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about Scyron."
@@ -237,14 +152,11 @@ export default function LandingPage() {
@@ -254,29 +166,19 @@ export default function LandingPage() {
logoText="Scyron IP"
columns={[
{
- title: "Product",
- items: [
+ title: "Product", items: [
{
- label: "Features",
- href: "#features",
- },
+ label: "Features", href: "#features"},
{
- label: "Security",
- href: "#",
- },
+ label: "Security", href: "#"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#",
- },
+ label: "About", href: "#"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
]}