mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-07-03 14:07:11 +02:00
style: landing page img dark mode radius
This commit is contained in:
@@ -47,14 +47,16 @@ export default function LandingPage({ params: { locale } }: Props) {
|
||||
</HeroAnimation>
|
||||
|
||||
<div className="relative rounded-xl overflow-hidden bg-gradient-to-b from-gray-100 to-white dark:from-gray-900 dark:to-black p-2">
|
||||
<Image
|
||||
width={1280}
|
||||
height={720}
|
||||
src="/web-shot.png"
|
||||
alt="resume-shot"
|
||||
className="w-full h-auto block border-[1px] border-gray-200"
|
||||
priority
|
||||
/>
|
||||
<div className="rounded-lg overflow-hidden">
|
||||
<Image
|
||||
width={1280}
|
||||
height={720}
|
||||
src="/web-shot.png"
|
||||
alt="resume-shot"
|
||||
className="w-full h-auto block border border-gray-200 dark:border-gray-800"
|
||||
priority
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user