diff --git a/src/app/page.tsx b/src/app/page.tsx
index f6c7ae8..b18d8e8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,21 +47,16 @@ export default function LandingPage() {
@@ -89,28 +76,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Encrypted Chat",
- description: "End-to-end encryption for every single message.",
- bentoComponent: "reveal-icon",
- icon: Shield,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-white-shirt-showing-emotions-blue_1303-29741.jpg",
- imageAlt: "professional profile portrait",
+ title: "Encrypted Chat", description: "End-to-end encryption for every single message.", bentoComponent: "reveal-icon", icon: Shield,
},
{
- title: "Fast Sync",
- description: "Instant messaging across cloud-connected devices.",
- bentoComponent: "reveal-icon",
- icon: Zap,
- imageSrc: "http://img.b2bpic.net/free-photo/incoming-call-screen-from-sale-close-up_169016-43713.jpg?_wi=2",
- imageAlt: "professional profile portrait",
+ title: "Fast Sync", description: "Instant messaging across cloud-connected devices.", bentoComponent: "reveal-icon", icon: Zap,
},
{
- title: "Global Reach",
- description: "Connect with anyone, anywhere in the world.",
- bentoComponent: "reveal-icon",
- icon: Globe,
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background_1048-14070.jpg?_wi=1",
- imageAlt: "professional profile portrait",
+ title: "Global Reach", description: "Connect with anyone, anywhere in the world.", bentoComponent: "reveal-icon", icon: Globe,
},
]}
title="Built for Every Device"
@@ -126,25 +98,13 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "1",
- value: "100M+",
- title: "Active Users",
- description: "Global user base",
- icon: Users,
+ id: "1", value: "100M+", title: "Active Users", description: "Global user base", icon: Users,
},
{
- id: "2",
- value: "24/7",
- title: "Uptime",
- description: "Constant availability",
- icon: Clock,
+ id: "2", value: "24/7", title: "Uptime", description: "Constant availability", icon: Clock,
},
{
- id: "3",
- value: "500ms",
- title: "Latency",
- description: "Lightning fast speed",
- icon: Gauge,
+ id: "3", value: "500ms", title: "Latency", description: "Lightning fast speed", icon: Gauge,
},
]}
title="Platform Excellence"
@@ -158,45 +118,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- title: "Amazing Speed",
- quote: "The fastest chat app I've ever used.",
- name: "Sarah Johnson",
- role: "CEO",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-artist-portrait_23-2149445986.jpg",
- },
+ id: "1", title: "Amazing Speed", quote: "The fastest chat app I've ever used.", name: "Sarah Johnson", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-artist-portrait_23-2149445986.jpg"},
{
- id: "2",
- title: "So Secure",
- quote: "I feel safe sharing data on this platform.",
- name: "Michael Chen",
- role: "CTO",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg",
- },
+ id: "2", title: "So Secure", quote: "I feel safe sharing data on this platform.", name: "Michael Chen", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg"},
{
- id: "3",
- title: "Feature Rich",
- quote: "Has every feature I need for daily work.",
- name: "Emily Rodriguez",
- role: "PM",
- imageSrc: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg",
- },
+ id: "3", title: "Feature Rich", quote: "Has every feature I need for daily work.", name: "Emily Rodriguez", role: "PM", imageSrc: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg"},
{
- id: "4",
- title: "Reliable",
- quote: "Never goes down during critical times.",
- name: "David Kim",
- role: "Dev",
- imageSrc: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-127367.jpg",
- },
+ id: "4", title: "Reliable", quote: "Never goes down during critical times.", name: "David Kim", role: "Dev", imageSrc: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-127367.jpg"},
{
- id: "5",
- title: "Sleek Design",
- quote: "UI is top-tier and easy to navigate.",
- name: "Jessica Lee",
- role: "Creative",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-artistic-girl_23-2148014047.jpg",
- },
+ id: "5", title: "Sleek Design", quote: "UI is top-tier and easy to navigate.", name: "Jessica Lee", role: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/portrait-artistic-girl_23-2148014047.jpg"},
]}
title="Trusted by Millions"
description="See why everyone is switching to our platform."
@@ -208,20 +138,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "Is it free?",
- content: "Yes, standard accounts are free.",
- },
+ id: "1", title: "Is it free?", content: "Yes, standard accounts are free."},
{
- id: "2",
- title: "Is it encrypted?",
- content: "Yes, we use advanced encryption.",
- },
+ id: "2", title: "Is it encrypted?", content: "Yes, we use advanced encryption."},
{
- id: "3",
- title: "How to start?",
- content: "Just download and sign up.",
- },
+ id: "3", title: "How to start?", content: "Just download and sign up."},
]}
sideTitle="Frequently Asked"
faqsAnimation="slide-up"
@@ -232,12 +153,11 @@ export default function LandingPage() {
@@ -248,25 +168,17 @@ export default function LandingPage() {
{
items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Features",
- href: "#",
- },
+ label: "Features", href: "#"},
],
},
{
items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}