Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-05 06:51:32 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Telegram Pro"
/>
@@ -55,21 +47,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
logoText="Telegram Pro"
description="The fastest, most secure way to connect with your community. Experience a chat system built for speed, performance, and total privacy."
buttons={[
{
text: "Get Started",
href: "#",
},
text: "Get Started", href: "#"},
{
text: "Download",
href: "#",
},
text: "Download", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/incoming-call-screen-from-sale-close-up_169016-43713.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/incoming-call-screen-from-sale-close-up_169016-43713.jpg"
imageAlt="Chat App Interface"
mediaAnimation="slide-up"
/>
@@ -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() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact"
title="Get Started Today"
description="Join millions of users worldwide."
imageSrc="http://img.b2bpic.net/free-photo/3d-render-network-communications-background_1048-14070.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/3d-render-network-communications-background_1048-14070.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -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: "#"},
],
},
]}