@@ -9,32 +9,32 @@ import { Link } from 'react-router-dom';
9
9
export function Hero ( ) {
10
10
const features = [
11
11
{
12
- title : "Track issues effectively " ,
12
+ title : "Find your peer group in one search " ,
13
13
description :
14
- "Track and manage your project issues with ease using our intuitive interface ." ,
14
+ "Advance graph matches you with your most like minded people ." ,
15
15
skeleton : < SkeletonOne /> ,
16
16
className :
17
17
"col-span-1 lg:col-span-4 border-b lg:border-r dark:border-neutral-800" ,
18
18
} ,
19
19
{
20
- title : "Capture pictures with AI " ,
20
+ title : "Make your profile and share with others " ,
21
21
description :
22
- "Capture stunning photos effortlessly using our advanced AI technology ." ,
22
+ "Complete your coding profile and showcase people your projects, skills and interests ." ,
23
23
skeleton : < SkeletonTwo /> ,
24
24
className : "border-b col-span-1 lg:col-span-2 dark:border-neutral-800" ,
25
25
} ,
26
26
{
27
27
title : "Watch our AI on YouTube" ,
28
28
description :
29
- "Whether its you or Tyler Durden, you can get to know about our product on YouTube " ,
29
+ "see how our AI connects people using the graph. " ,
30
30
skeleton : < SkeletonThree /> ,
31
31
className :
32
32
"col-span-1 lg:col-span-3 lg:border-r dark:border-neutral-800" ,
33
33
} ,
34
34
{
35
- title : "Deploy in seconds " ,
35
+ title : "Bridge the Distance " ,
36
36
description :
37
- "With our blazing fast, state of the art, cutting edge, we are so back cloud servies (read AWS) - you can deploy your model in seconds. " ,
37
+ "Connect with like-minded dev. anywhere in the World! " ,
38
38
skeleton : < SkeletonFour /> ,
39
39
className : "col-span-1 lg:col-span-3 border-b lg:border-none" ,
40
40
} ,
@@ -99,7 +99,7 @@ export const SkeletonOne = () => {
99
99
< div className = "flex flex-1 w-full h-full flex-col space-y-2 " >
100
100
{ /* TODO */ }
101
101
< img
102
- src = "/linear.webp "
102
+ src = "https://static.packt-cdn.com/products/9781783987405/graphics/7405OS_07_07.jpg "
103
103
alt = "header"
104
104
width = { 800 }
105
105
height = { 800 }
@@ -126,7 +126,7 @@ export const SkeletonThree = () => {
126
126
{ /* TODO */ }
127
127
< IconBrandYoutubeFilled className = "h-20 w-20 absolute z-10 inset-0 text-red-500 m-auto " />
128
128
< img
129
- src = "https://assets.aceternity .com/fireship .jpg"
129
+ src = "https://i.pinimg .com/736x/48/77/25/487725278219aba044dcbd9ce4cae1de .jpg"
130
130
alt = "header"
131
131
width = { 800 }
132
132
height = { 800 }
@@ -140,11 +140,11 @@ export const SkeletonThree = () => {
140
140
141
141
export const SkeletonTwo = ( ) => {
142
142
const imgs = [
143
- "https://imgs.unsplash.com/photo-1517322048670-4fba75cbbb62?q=80&w=3000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D " ,
144
- "https://imgs.unsplash.com/photo-1573790387438-4da905039392?q=80&w=3425&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D " ,
145
- "https://imgs.unsplash.com/photo-1555400038-63f5ba517a47?q=80&w=3540&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D " ,
146
- "https://imgs.unsplash.com/photo-1554931670-4ebfabf6e7a9?q=80&w=3387&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D " ,
147
- "https://imgs.unsplash.com/photo-1546484475-7f7bd55792da?q=80&w=2581&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D " ,
143
+ "https://iili.io/dD5RK2s.png " ,
144
+ "https://iili.io/dD5RK2s.png " ,
145
+ "https://iili.io/dD5RK2s.png " ,
146
+ "https://iili.io/dD5RK2s.png " ,
147
+ "https://iili.io/dD5RK2s.png " ,
148
148
] ;
149
149
150
150
const imgVariants = {
0 commit comments