Update src/app/page.tsx

This commit is contained in:
2026-03-12 22:47:31 +00:00
parent 88dcc8d48d
commit b21d06d38c

View File

@@ -14,7 +14,7 @@ import {
DollarSign,
Eye,
Key,
Lightning,
Zap,
Lock,
Mail,
Shield,
@@ -22,7 +22,6 @@ import {
Star,
Users,
Workflow,
Zap,
} from "lucide-react";
export default function LandingPage() {
@@ -60,11 +59,14 @@ export default function LandingPage() {
background={{ variant: "downward-rays-animated" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg", alt: "professional business person headshot"},
src: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg", alt: "professional business person headshot"
},
{
src: "http://img.b2bpic.net/free-photo/close-up-businessman-with-hands-crossed-smiling_158595-3406.jpg", alt: "professional businessman headshot"},
src: "http://img.b2bpic.net/free-photo/close-up-businessman-with-hands-crossed-smiling_158595-3406.jpg", alt: "professional businessman headshot"
},
{
src: "http://img.b2bpic.net/free-photo/cheerful-elegant-young-woman-with-sunglasses-street_23-2148068428.jpg", alt: "professional woman business portrait"},
src: "http://img.b2bpic.net/free-photo/cheerful-elegant-young-woman-with-sunglasses-street_23-2148068428.jpg", alt: "professional woman business portrait"
},
]}
avatarText="Trusted by 5,000+ companies worldwide"
buttons={[
@@ -84,10 +86,12 @@ export default function LandingPage() {
features={[
{
title: "Real-time Analytics", description:
"Monitor your performance with live dashboards and instant insights.", bentoComponent: "animated-bar-chart"},
"Monitor your performance with live dashboards and instant insights.", bentoComponent: "animated-bar-chart"
},
{
title: "Global Integration", description:
"Connect with tools worldwide and scale your operations effortlessly.", bentoComponent: "globe"},
"Connect with tools worldwide and scale your operations effortlessly.", bentoComponent: "globe"
},
{
title: "Smart Automation", description:
"Automate repetitive tasks and focus on what matters most.", bentoComponent: "3d-task-list", items: [
@@ -119,21 +123,25 @@ export default function LandingPage() {
description="Built for modern businesses that demand excellence and innovation."
features={[
{
icon: Lightning,
icon: Zap,
title: "Lightning Fast", description:
"Optimized performance with millisecond response times and seamless scalability."},
"Optimized performance with millisecond response times and seamless scalability."
},
{
icon: Shield,
title: "Enterprise Security", description:
"Multi-layer encryption, compliance certifications, and proactive threat detection."},
"Multi-layer encryption, compliance certifications, and proactive threat detection."
},
{
icon: Users,
title: "Team Collaboration", description:
"Real-time collaboration tools that keep your team synchronized across time zones."},
"Real-time collaboration tools that keep your team synchronized across time zones."
},
{
icon: Zap,
title: "Instant Setup", description:
"Get up and running in minutes with our intuitive onboarding experience."},
"Get up and running in minutes with our intuitive onboarding experience."
},
]}
textboxLayout="default"
animationType="blur-reveal"
@@ -149,13 +157,17 @@ export default function LandingPage() {
author="Sarah Johnson, Chief Technology Officer at InnovateCorp"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/snarling-angry-man_1154-81.jpg", alt: "Sarah Johnson"},
src: "http://img.b2bpic.net/free-photo/snarling-angry-man_1154-81.jpg", alt: "Sarah Johnson"
},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-clasped-hands_23-2147955358.jpg", alt: "Michael Chen"},
src: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-clasped-hands_23-2147955358.jpg", alt: "Michael Chen"
},
{
src: "http://img.b2bpic.net/free-photo/woman-winks-eye-sticks-out-tongue-has-fun-while-walking-urban-setting-dressed-fashionable-pink-jacket-has-optimistic-mood_273609-54819.jpg", alt: "Emily Rodriguez"},
src: "http://img.b2bpic.net/free-photo/woman-winks-eye-sticks-out-tongue-has-fun-while-walking-urban-setting-dressed-fashionable-pink-jacket-has-optimistic-mood_273609-54819.jpg", alt: "Emily Rodriguez"
},
{
src: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", alt: "David Kim"},
src: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", alt: "David Kim"
},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -177,19 +189,22 @@ export default function LandingPage() {
id: "starter", badge: "For Individuals", badgeIcon: Sparkles,
price: "$29", subtitle: "Perfect for getting started", buttons: [{ text: "Start Free", href: "#contact" }],
features: [
"Up to 5 projects", "10GB storage", "Basic analytics", "Email support", "Community access"],
"Up to 5 projects", "10GB storage", "Basic analytics", "Email support", "Community access"
],
},
{
id: "professional", badge: "Most Popular", badgeIcon: Star,
price: "$99", subtitle: "For growing teams", buttons: [{ text: "Start Free", href: "#contact" }],
features: [
"Unlimited projects", "500GB storage", "Advanced analytics", "Priority support", "API access", "Team collaboration"],
"Unlimited projects", "500GB storage", "Advanced analytics", "Priority support", "API access", "Team collaboration"
],
},
{
id: "enterprise", badge: "Custom", badgeIcon: Zap,
price: "Custom", subtitle: "For large organizations", buttons: [{ text: "Contact Sales", href: "#contact" }],
features: [
"Unlimited everything", "Dedicated support", "Custom integrations", "SLA guarantee", "Advanced security", "White-label options"],
"Unlimited everything", "Dedicated support", "Custom integrations", "SLA guarantee", "Advanced security", "White-label options"
],
},
]}
/>