Skip to content

Commit 21af46a

Browse files
committed
Refactor Hero component: Update feature titles and descriptions
1 parent 7e7a1be commit 21af46a

File tree

2 files changed

+14
-23
lines changed

2 files changed

+14
-23
lines changed

client/src/components/Hero/Hero.tsx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@ import { Link } from 'react-router-dom';
99
export function Hero() {
1010
const features = [
1111
{
12-
title: "Track issues effectively",
12+
title: "Find your peer group in one search",
1313
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.",
1515
skeleton: <SkeletonOne />,
1616
className:
1717
"col-span-1 lg:col-span-4 border-b lg:border-r dark:border-neutral-800",
1818
},
1919
{
20-
title: "Capture pictures with AI",
20+
title: "Make your profile and share with others",
2121
description:
22-
"Capture stunning photos effortlessly using our advanced AI technology.",
22+
"Complete your coding profile and showcase people your projects, skills and interests.",
2323
skeleton: <SkeletonTwo />,
2424
className: "border-b col-span-1 lg:col-span-2 dark:border-neutral-800",
2525
},
2626
{
2727
title: "Watch our AI on YouTube",
2828
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.",
3030
skeleton: <SkeletonThree />,
3131
className:
3232
"col-span-1 lg:col-span-3 lg:border-r dark:border-neutral-800",
3333
},
3434
{
35-
title: "Deploy in seconds",
35+
title: "Bridge the Distance",
3636
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!",
3838
skeleton: <SkeletonFour />,
3939
className: "col-span-1 lg:col-span-3 border-b lg:border-none",
4040
},
@@ -99,7 +99,7 @@ export const SkeletonOne = () => {
9999
<div className="flex flex-1 w-full h-full flex-col space-y-2 ">
100100
{/* TODO */}
101101
<img
102-
src="/linear.webp"
102+
src="https://static.packt-cdn.com/products/9781783987405/graphics/7405OS_07_07.jpg"
103103
alt="header"
104104
width={800}
105105
height={800}
@@ -126,7 +126,7 @@ export const SkeletonThree = () => {
126126
{/* TODO */}
127127
<IconBrandYoutubeFilled className="h-20 w-20 absolute z-10 inset-0 text-red-500 m-auto " />
128128
<img
129-
src="https://assets.aceternity.com/fireship.jpg"
129+
src="https://i.pinimg.com/736x/48/77/25/487725278219aba044dcbd9ce4cae1de.jpg"
130130
alt="header"
131131
width={800}
132132
height={800}
@@ -140,11 +140,11 @@ export const SkeletonThree = () => {
140140

141141
export const SkeletonTwo = () => {
142142
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",
148148
];
149149

150150
const imgVariants = {

server/vercel.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)