Update Home.tsx
This commit is contained in:
@@ -181,7 +181,7 @@ const Home: React.FC = () => {
|
|||||||
<span className="text-xs uppercase tracking-[0.28em] text-slate-500 font-medium">
|
<span className="text-xs uppercase tracking-[0.28em] text-slate-500 font-medium">
|
||||||
Trusted by modern organic teams
|
Trusted by modern organic teams
|
||||||
</span>
|
</span>
|
||||||
<div className="flex flex-wrap justify-center gap-8 md:gap-12 items-center">
|
<div className="flex flex-wrap justify-center gap-8 md:gap-10 items-center">
|
||||||
{["launchpad", "northbeam", "scaleops", "pathfinder", "catalyst", "orbit"].map((name) => (
|
{["launchpad", "northbeam", "scaleops", "pathfinder", "catalyst", "orbit"].map((name) => (
|
||||||
<div
|
<div
|
||||||
key={name}
|
key={name}
|
||||||
@@ -419,7 +419,7 @@ const Home: React.FC = () => {
|
|||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
key={testimonial.name}
|
key={testimonial.name}
|
||||||
className={`relative rounded-3xl border-2 ${borderColors[index]} bg-gradient-to-br ${gradientColors[index]} bg-white/80 backdrop-blur-sm p-8 flex flex-col gap-6 shadow-xl hover:shadow-2xl hover:-translate-y-1 transition-all`}
|
className={`relative rounded-3xl border-2 ${borderColors[index]} bg-gradient-to-br ${gradientColors[index]} bg-white/80 backdrop-blur-sm p-8 flex flex-col gap-6 shadow-xl hover:shadow-2xl hover:-translate-y-1 transition-all`}
|
||||||
>
|
>
|
||||||
@@ -445,7 +445,7 @@ const Home: React.FC = () => {
|
|||||||
<span>•</span>
|
<span>•</span>
|
||||||
<span>+132% lift</span>
|
<span>+132% lift</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user