|
1 | 1 | import Image from 'next/image'; |
2 | | -import podium from '@public/hackers/starter-kit/ideate/podium.svg'; |
| 2 | +import podium from '@public/hackers/starter-kit/ideate/WinnableIdea.svg'; |
3 | 3 | import IdeateSection from './IdeateSection'; |
4 | 4 |
|
5 | 5 | export default function IdeateHero() { |
6 | 6 | return ( |
7 | 7 | <IdeateSection eyebrow="Ideate" title="What is a winnable idea?"> |
8 | | - <div className="grid gap-6 rounded-[28px] bg-[linear-gradient(135deg,rgba(255,255,255,0.62)_0%,rgba(245,255,208,0.7)_100%)] p-4 shadow-[0_16px_45px_rgba(175,209,87,0.12)] ring-1 ring-[#e7efb6] md:grid-cols-[minmax(0,1.1fr)_minmax(260px,0.9fr)] md:items-center md:p-6 lg:p-8"> |
9 | | - <div className="space-y-4 text-sm leading-7 text-[#5e6457] md:text-base"> |
| 8 | + <div className="grid items-start gap-8 md:grid-cols-[minmax(0,1fr)_minmax(320px,0.95fr)] md:gap-12 lg:gap-16"> |
| 9 | + <div className="max-w-[34rem] pt-[5%] self-start space-y-6 text-[0.95rem] leading-[1.3] text-[#5e6457] md:text-[1rem] lg:text-[1.05rem]"> |
10 | 10 | <p> |
11 | | - A winnable idea is not always the most complicated one. It is clear, |
12 | | - purposeful, and rooted in a real user need. |
| 11 | + A winnable idea is{' '} |
| 12 | + <span className="underline decoration-[#a7ae85] decoration-[1.5px] underline-offset-[0.18em]"> |
| 13 | + not |
| 14 | + </span>{' '} |
| 15 | + always the most complicated one. It is clear, purposeful, and rooted |
| 16 | + in a real user need. |
13 | 17 | </p> |
14 | 18 | <p> |
15 | 19 | When your team combines impact, audience awareness, and a unique |
16 | 20 | angle, your project is much more likely to stand out to judges. |
17 | 21 | </p> |
18 | 22 | </div> |
19 | | - <div className="relative mx-auto flex aspect-[1.25] w-full max-w-[360px] items-center justify-center overflow-hidden rounded-[26px] bg-[linear-gradient(180deg,#d4f5f7_0%,#d4f4de_100%)] p-4"> |
20 | | - <div className="absolute inset-x-[10%] bottom-[10%] h-[18%] rounded-full bg-[#b9e48e]/50 blur-2xl" /> |
| 23 | + <div className="relative mx-auto flex aspect-[1.48] w-full max-w-[33rem] items-end justify-center overflow-hidden rounded-[26px] bg-[#D5FDFF] md:self-end md:justify-self-end"> |
21 | 24 | <Image |
22 | 25 | src={podium} |
23 | 26 | alt="HackDavis animals celebrating on a podium" |
24 | | - className="relative h-full w-full object-contain" |
| 27 | + className="relative z-10 h-auto w-full self-end object-contain px-3 pt-3 md:px-5 md:pt-5" |
25 | 28 | priority |
26 | 29 | /> |
27 | 30 | </div> |
|
0 commit comments