trial
This commit is contained in:
parent
2519859886
commit
d9baf8b019
2 changed files with 7 additions and 2 deletions
BIN
public/og-image.webp
Normal file
BIN
public/og-image.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
|
|
@ -22,18 +22,23 @@ export const SplitHero: React.FC<SplitHeroProps> = function (props) {
|
||||||
<div className="border-b border-foreground/8">
|
<div className="border-b border-foreground/8">
|
||||||
<Container className="px-0">
|
<Container className="px-0">
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2">
|
<div className="grid grid-cols-1 md:grid-cols-2">
|
||||||
<div className="flex flex-col justify-between gap-8 px-8 py-14 md:border-r border-foreground/8">
|
<div className="flex flex-col justify-between gap-8 px-8 py-14 md:border-r border-foreground/8 bg-background/40 backdrop-blur-sm">
|
||||||
<div>
|
<div>
|
||||||
|
<div className="flex items-center gap-2 mb-5">
|
||||||
|
<span className="w-2 h-2 rounded-full bg-emerald-500 animate-pulse shrink-0" />
|
||||||
|
<span className="text-xs text-foreground/40">Available for hire</span>
|
||||||
|
</div>
|
||||||
{eyebrow && (
|
{eyebrow && (
|
||||||
<p className="text-xs tracking-widest uppercase text-foreground/30 mb-5">
|
<p className="text-xs tracking-widest uppercase text-foreground/30 mb-5">
|
||||||
{eyebrow}
|
{eyebrow}
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
{heading && (
|
{heading && (
|
||||||
<h1 className="text-4xl font-medium text-foreground leading-[1.1] mb-4 whitespace-pre-line">
|
<h1 className="text-5xl lg:text-6xl font-semibold text-foreground leading-[1.05] mb-4 whitespace-pre-line">
|
||||||
{heading}
|
{heading}
|
||||||
</h1>
|
</h1>
|
||||||
)}
|
)}
|
||||||
|
...rest stays the same{' '}
|
||||||
{subtext && (
|
{subtext && (
|
||||||
<p className="text-sm text-foreground/50 leading-relaxed max-w-sm mb-6">
|
<p className="text-sm text-foreground/50 leading-relaxed max-w-sm mb-6">
|
||||||
{subtext}
|
{subtext}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue