diff --git a/src/app/page.tsx b/src/app/page.tsx index 4181a0b..aa77be2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ import { Cpu, Workflow, Settings, - Lightning, + Bolt, Shield, Users, TrendingUp, @@ -28,7 +28,7 @@ export default function LandingPage() { return ( @@ -59,11 +60,14 @@ export default function LandingPage() { description="Elevate your presence with cutting-edge technology and elegant design. Merfy transforms your vision into reality with precision and innovation." avatars={[ { - src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Trusted user"}, + src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Trusted user" + }, { - src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Trusted user"}, + src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Trusted user" + }, { - src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Trusted user"}, + src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Trusted user" + }, ]} avatarText="Trusted by 500+ companies worldwide" background={{ variant: "sparkles-gradient" }} @@ -87,9 +91,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Real-time Analytics", description: "Track performance metrics and insights instantly", bentoComponent: "animated-bar-chart"}, + title: "Real-time Analytics", description: "Track performance metrics and insights instantly", bentoComponent: "animated-bar-chart" + }, { - title: "Global Integration", description: "Connect with services worldwide seamlessly", bentoComponent: "globe"}, + title: "Global Integration", description: "Connect with services worldwide seamlessly", bentoComponent: "globe" + }, { title: "Smart Automation", description: "Automate workflows with intelligent algorithms", bentoComponent: "orbiting-icons", centerIcon: Zap, items: [ @@ -99,7 +105,8 @@ export default function LandingPage() { ], }, { - title: "Data Visualization", description: "Transform complex data into beautiful charts", bentoComponent: "line-chart"}, + title: "Data Visualization", description: "Transform complex data into beautiful charts", bentoComponent: "line-chart" + }, ]} carouselMode="buttons" /> @@ -114,20 +121,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - icon: Lightning, - title: "Lightning Fast", description: "Optimized performance delivering results in milliseconds"}, + icon: Bolt, + title: "Lightning Fast", description: "Optimized performance delivering results in milliseconds" + }, { icon: Shield, - title: "Enterprise Security", description: "Military-grade encryption protecting your data"}, + title: "Enterprise Security", description: "Military-grade encryption protecting your data" + }, { icon: Users, - title: "Team Collaboration", description: "Work together seamlessly across any distance"}, + title: "Team Collaboration", description: "Work together seamlessly across any distance" + }, { icon: Zap, - title: "AI-Powered", description: "Intelligent automation for smarter decisions"}, + title: "AI-Powered", description: "Intelligent automation for smarter decisions" + }, { icon: TrendingUp, - title: "Growth Tools", description: "Scale your business with confidence and ease"}, + title: "Growth Tools", description: "Scale your business with confidence and ease" + }, ]} /> @@ -139,13 +151,16 @@ export default function LandingPage() { author="Sarah Mitchell, Chief Technology Officer at InnovateTech" avatars={[ { - src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Team member 1"}, + src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Team member 1" + }, { - src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Team member 2"}, + src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Team member 2" + }, { - src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Team member 3"}, + src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Team member 3" + }, ]} - ratingAnimation="entrance-slide" + ratingAnimation="blur-reveal" avatarsAnimation="slide-up" useInvertedBackground={true} /> @@ -164,19 +179,22 @@ export default function LandingPage() { id: "starter", badge: "Popular", badgeIcon: Star, price: "$29", subtitle: "Perfect for individuals and small teams", buttons: [{ text: "Get Started", href: "#contact" }], features: [ - "Up to 10 projects", "5GB storage", "Basic analytics", "Email support", "Community access"], + "Up to 10 projects", "5GB storage", "Basic analytics", "Email support", "Community access" + ], }, { id: "professional", badge: "Most Popular", badgeIcon: Sparkles, price: "$79", subtitle: "For growing businesses", buttons: [{ text: "Choose Plan", href: "#contact" }], features: [ - "Unlimited projects", "100GB storage", "Advanced analytics", "Priority support", "API access", "Team collaboration tools"], + "Unlimited projects", "100GB storage", "Advanced analytics", "Priority support", "API access", "Team collaboration tools" + ], }, { id: "enterprise", badge: "Premium", badgeIcon: Crown, price: "Custom", subtitle: "For enterprise solutions", buttons: [{ text: "Contact Sales", href: "#contact" }], features: [ - "Unlimited everything", "Dedicated support", "Custom integrations", "Security audit", "White-label option", "SLA guarantee"], + "Unlimited everything", "Dedicated support", "Custom integrations", "Security audit", "White-label option", "SLA guarantee" + ], }, ]} carouselMode="buttons" @@ -189,7 +207,7 @@ export default function LandingPage() { title="Stay Updated with Latest Innovations" description="Subscribe to our newsletter for exclusive insights, industry trends, and early access to new features." tagIcon={Mail} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" background={{ variant: "radial-gradient" }} useInvertedBackground={true} inputPlaceholder="your@email.com"