commit
4bb159c7d5
@ -7,13 +7,7 @@ function Contact({ withoutMeCard }: { withoutMeCard?: boolean }) {
|
|||||||
return (
|
return (
|
||||||
<div className="flex flex-col lg:flex-row gap-12 lg:gap-20 container ">
|
<div className="flex flex-col lg:flex-row gap-12 lg:gap-20 container ">
|
||||||
{!withoutMeCard && (
|
{!withoutMeCard && (
|
||||||
<MeCard
|
<MeCard className="mx-auto order-last lg:order-first lg:sticky lg:top-20" />
|
||||||
className="mx-auto order-last lg:order-first lg:sticky lg:top-20"
|
|
||||||
button={{
|
|
||||||
label: "Email Me",
|
|
||||||
link: `mailto:${process.env.NEXT_PUBLIC_EMAIL}`,
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
)}
|
)}
|
||||||
<div className="w-full space-y-4 p-4">
|
<div className="w-full space-y-4 p-4">
|
||||||
<Heading subTitle="Let's Work" title="Together" />
|
<Heading subTitle="Let's Work" title="Together" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user