Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
402
src/app/page.tsx
402
src/app/page.tsx
@@ -27,292 +27,138 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Login",
|
||||
id: "login",
|
||||
},
|
||||
{
|
||||
name: "Support",
|
||||
id: "faq",
|
||||
},
|
||||
]}
|
||||
brandName="Secure Portal"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Login", id: "login" },
|
||||
{ name: "Support", id: "faq" },
|
||||
]}
|
||||
brandName="Secure Portal"
|
||||
button={{ text: "Contact", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="login" data-section="login">
|
||||
<HeroOverlayTestimonial
|
||||
title="Secure Access Portal"
|
||||
description="Authenticating users via telegram bot. Simple, fast, and end-to-end encrypted notifications."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.",
|
||||
role: "Dev",
|
||||
company: "TechBot",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scientist-factory-using-tablet-check-photovoltaics-materials-parameters_482257-120526.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah K.",
|
||||
role: "IT",
|
||||
company: "SecureNet",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mike P.",
|
||||
role: "SysAdmin",
|
||||
company: "NodeCloud",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-bald-call-center-man-holding-pointing-with-hand-laptop-isolated-olive-green-with-copy-space_141793-76626.jpg",
|
||||
},
|
||||
{
|
||||
name: "Julie M.",
|
||||
role: "DevOps",
|
||||
company: "FastAPI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg",
|
||||
},
|
||||
{
|
||||
name: "Chris B.",
|
||||
role: "Architect",
|
||||
company: "AuthCore",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Authenticate",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/dark-background-with-technological-design_1035-4669.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-white-hoodie_23-2149051802.jpg",
|
||||
alt: "developer headshot 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/freelancer-noting-down-ideas-paper-using-pen-while-teleworking_482257-118182.jpg",
|
||||
alt: "developer headshot 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/thoughtful-gaze-bearded-man_482257-98427.jpg",
|
||||
alt: "developer headshot 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/entrepreneur-working-home-office-desk-laptop-writing-notebook_482257-114440.jpg",
|
||||
alt: "developer headshot 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
|
||||
alt: "developer headshot 5",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="login" data-section="login">
|
||||
<HeroOverlayTestimonial
|
||||
title="Secure Access Portal"
|
||||
description="Authenticating users via telegram bot. Simple, fast, and end-to-end encrypted notifications."
|
||||
testimonials={[
|
||||
{ name: "Alex R.", handle: "@dev", testimonial: "Best relay!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/scientist-factory-using-tablet-check-photovoltaics-materials-parameters_482257-120526.jpg" },
|
||||
{ name: "Sarah K.", handle: "@it", testimonial: "Very secure.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg" },
|
||||
{ name: "Mike P.", handle: "@sys", testimonial: "Fast response.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-young-bald-call-center-man-holding-pointing-with-hand-laptop-isolated-olive-green-with-copy-space_141793-76626.jpg" },
|
||||
{ name: "Julie M.", handle: "@devops", testimonial: "Essential tool.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg" },
|
||||
{ name: "Chris B.", handle: "@arch", testimonial: "Highly reliable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Authenticate", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/dark-background-with-technological-design_1035-4669.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-white-hoodie_23-2149051802.jpg", alt: "headshot 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/freelancer-noting-down-ideas-paper-using-pen-while-teleworking_482257-118182.jpg", alt: "headshot 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/thoughtful-gaze-bearded-man_482257-98427.jpg", alt: "headshot 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/entrepreneur-working-home-office-desk-laptop-writing-notebook_482257-114440.jpg", alt: "headshot 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", alt: "headshot 5" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Why Telegram Integration?"
|
||||
description="Forwarding credentials over a secure channel ensures real-time confirmation for admin verification."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Secure Relay",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Bot Active",
|
||||
},
|
||||
{
|
||||
value: "ms",
|
||||
title: "Verification Speed",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201858.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Why Telegram Integration?"
|
||||
description="Forwarding credentials over a secure channel ensures real-time confirmation for admin verification."
|
||||
metrics={[
|
||||
{ value: "100%", title: "Secure Relay" },
|
||||
{ value: "24/7", title: "Bot Active" },
|
||||
{ value: "ms", title: "Verification Speed" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201858.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "End-to-End Relay",
|
||||
description: "Messages sent directly to your encrypted bot chat.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-logo-with-shield-lock-icon-purple-tone_53876-119550.jpg",
|
||||
},
|
||||
{
|
||||
title: "Real-time Alerts",
|
||||
description: "Get notified instantly when credentials are submitted.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wtf-comic-text-collection-sound-effects-pop-art-style_23-2147910135.jpg",
|
||||
},
|
||||
{
|
||||
title: "Verified Access",
|
||||
description: "Review and approve every session through chat.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-illustration_23-2151883560.jpg",
|
||||
},
|
||||
]}
|
||||
title="Core Security Features"
|
||||
description="Robust tools to handle your authentication flow securely."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "End-to-End Relay", description: "Messages sent directly to your encrypted bot chat.", imageSrc: "http://img.b2bpic.net/free-vector/technology-logo-with-shield-lock-icon-purple-tone_53876-119550.jpg" },
|
||||
{ title: "Real-time Alerts", description: "Get notified instantly when credentials are submitted.", imageSrc: "http://img.b2bpic.net/free-photo/wtf-comic-text-collection-sound-effects-pop-art-style_23-2147910135.jpg" },
|
||||
{ title: "Verified Access", description: "Review and approve every session through chat.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-illustration_23-2151883560.jpg" },
|
||||
]}
|
||||
title="Core Security Features"
|
||||
description="Robust tools to handle your authentication flow securely."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
items: [
|
||||
"SLA compliant",
|
||||
"Global nodes",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5ms",
|
||||
title: "Latency",
|
||||
items: [
|
||||
"Optimized",
|
||||
"Fast relay",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100k+",
|
||||
title: "Events",
|
||||
items: [
|
||||
"Daily volume",
|
||||
"Scalable",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="System Performance"
|
||||
description="Key stats for the notification gateway performance."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "m1", value: "99.9%", title: "Uptime", items: ["SLA compliant", "Global nodes"] },
|
||||
{ id: "m2", value: "5ms", title: "Latency", items: ["Optimized", "Fast relay"] },
|
||||
{ id: "m3", value: "100k+", title: "Events", items: ["Daily volume", "Scalable"] },
|
||||
]}
|
||||
title="System Performance"
|
||||
description="Key stats for the notification gateway performance."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex R.",
|
||||
role: "Dev",
|
||||
company: "TechBot",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah K.",
|
||||
role: "IT",
|
||||
company: "SecureNet",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mike P.",
|
||||
role: "SysAdmin",
|
||||
company: "NodeCloud",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Julie M.",
|
||||
role: "DevOps",
|
||||
company: "FastAPI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chris B.",
|
||||
role: "Architect",
|
||||
company: "AuthCore",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg",
|
||||
},
|
||||
]}
|
||||
title="Trusted by Admins"
|
||||
description="Hear from our early adopters who use our relay for security."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Alex R.", role: "Dev", company: "TechBot", rating: 5 },
|
||||
{ id: "t2", name: "Sarah K.", role: "IT", company: "SecureNet", rating: 5 },
|
||||
{ id: "t3", name: "Mike P.", role: "SysAdmin", company: "NodeCloud", rating: 5 },
|
||||
{ id: "t4", name: "Julie M.", role: "DevOps", company: "FastAPI", rating: 5 },
|
||||
{ id: "t5", name: "Chris B.", role: "Architect", company: "AuthCore", rating: 5 },
|
||||
]}
|
||||
title="Trusted by Admins"
|
||||
description="Hear from our early adopters who use our relay for security."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is this secure?",
|
||||
content: "Yes, standard encryption protocols are utilized.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How to add token?",
|
||||
content: "Update the config script with your bot token.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I use custom channels?",
|
||||
content: "Yes, just replace the Chat ID.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/computer-system-security-connection-password_53876-123836.jpg"
|
||||
title="Need Help?"
|
||||
description="Common questions about the bot authentication portal."
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Is this secure?", content: "Yes, standard encryption protocols are utilized." },
|
||||
{ id: "f2", title: "How to add token?", content: "Update the config script with your bot token." },
|
||||
{ id: "f3", title: "Can I use custom channels?", content: "Yes, just replace the Chat ID." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/computer-system-security-connection-password_53876-123836.jpg"
|
||||
title="Need Help?"
|
||||
description="Common questions about the bot authentication portal."
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Ready to Start"
|
||||
title="Deploy Your Relay"
|
||||
description="Secure your authentication flow today. Contact our support team for setup assistance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#login",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Ready to Start"
|
||||
title="Deploy Your Relay"
|
||||
description="Secure your authentication flow today. Contact our support team for setup assistance."
|
||||
buttons={[{ text: "Get Started", href: "#login" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Secure Portal"
|
||||
copyrightText="© 2025 | Secure Login Gateway"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Secure Portal"
|
||||
copyrightText="© 2025 | Secure Login Gateway"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user