|
1 | 1 | import { cn } from "@/lib/utils";
|
2 |
| -import { |
3 |
| - IconAdjustmentsBolt, |
4 |
| - IconCloud, |
5 |
| - IconCurrencyDollar, |
6 |
| - IconEaseInOut, |
7 |
| - IconHeart, |
8 |
| - IconHelp, |
9 |
| - IconRouteAltLeft, |
10 |
| - IconTerminal2, |
11 |
| -} from "@tabler/icons-react"; |
| 2 | +import { IconLock, IconStar, IconShare, IconUsers, IconUserPlus, IconBulb, IconBuilding, IconMap } from "@tabler/icons-react"; |
| 3 | + |
12 | 4 |
|
13 | 5 | export function FeaturesSectionDemo() {
|
14 | 6 | const features = [
|
15 | 7 | {
|
16 |
| - title: "Built for developers", |
| 8 | + title: "Secure Your Access", |
17 | 9 | description:
|
18 |
| - "Built for engineers, developers, dreamers, thinkers and doers.", |
19 |
| - icon: <IconTerminal2 />, |
| 10 | + "Protect your account with industry-standard OTP authentication, ensuring only you can log in.", |
| 11 | + icon: <IconLock />, |
20 | 12 | },
|
21 | 13 | {
|
22 |
| - title: "Ease of use", |
| 14 | + title: "Showcase Your Skills", |
23 | 15 | description:
|
24 |
| - "It's as easy as using an Apple, and as expensive as buying one.", |
25 |
| - icon: <IconEaseInOut />, |
| 16 | + "Link your coding profiles from GitHub, LeetCode, and more to demonstrate your expertise and achievements.", |
| 17 | + icon: <IconStar />, |
26 | 18 | },
|
27 | 19 | {
|
28 |
| - title: "Pricing like no other", |
| 20 | + title: "Share Your Journey", |
29 | 21 | description:
|
30 |
| - "Our prices are best in the market. No cap, no lock, no credit card required.", |
31 |
| - icon: <IconCurrencyDollar />, |
| 22 | + "Create a profile that reflects your passion and work, and easily share it with others to grow your network.", |
| 23 | + icon: <IconShare />, |
32 | 24 | },
|
33 | 25 | {
|
34 |
| - title: "100% Uptime guarantee", |
35 |
| - description: "We just cannot be taken down by anyone.", |
36 |
| - icon: <IconCloud />, |
| 26 | + title: "Find Your Community", |
| 27 | + description: "Search and connect with like-minded developers and engineers from across the globe based on skills and interests.", |
| 28 | + icon: <IconUsers />, |
37 | 29 | },
|
38 | 30 | {
|
39 |
| - title: "Multi-tenant Architecture", |
40 |
| - description: "You can simply share passwords instead of buying new seats", |
41 |
| - icon: <IconRouteAltLeft />, |
| 31 | + title: "Collaborate Instantly", |
| 32 | + description: "Start conversations, discuss projects, and brainstorm ideas with fellow developers through instant chat.", |
| 33 | + icon: <IconUserPlus />, |
42 | 34 | },
|
43 | 35 | {
|
44 |
| - title: "24/7 Customer Support", |
| 36 | + title: "Share Your Innovations", |
45 | 37 | description:
|
46 |
| - "We are available a 100% of the time. Atleast our AI Agents are.", |
47 |
| - icon: <IconHelp />, |
| 38 | + "Post your latest projects, get feedback, and showcase your creativity to the developer community.", |
| 39 | + icon: <IconBulb />, |
48 | 40 | },
|
49 | 41 | {
|
50 |
| - title: "Money back guarantee", |
| 42 | + title: "Build Together", |
51 | 43 | description:
|
52 |
| - "If you donot like EveryAI, we will convince you to like us.", |
53 |
| - icon: <IconAdjustmentsBolt />, |
| 44 | + "Form groups to collaborate, work on projects, or simply discuss ideas with others who share your vision.", |
| 45 | + icon: <IconBuilding />, |
54 | 46 | },
|
55 | 47 | {
|
56 |
| - title: "And everything else", |
57 |
| - description: "I just ran out of copy ideas. Accept my sincere apologies", |
58 |
| - icon: <IconHeart />, |
| 48 | + title: "Plan Your Path", |
| 49 | + description: "Follow a customized roadmap to guide your learning, hone your skills, and reach your career goals as a developer.", |
| 50 | + icon: <IconMap />, |
59 | 51 | },
|
60 | 52 | ];
|
61 | 53 | return (
|
|
0 commit comments