Visual edit
Replit-Commit-Author: Agent Replit-Commit-Session-Id: e524de2d-167c-4bad-8c36-b012186a210b Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/b2f69c22-c3df-473e-9e4d-704dd344d3cd.jpg
This commit is contained in:
parent
d41f3726f6
commit
a57e78669a
|
|
@ -18,7 +18,7 @@ export function HeroSection() {
|
|||
|
||||
<Link
|
||||
href="/calendar"
|
||||
className="inline-block bg-rose text-white font-bold py-6 px-20 rounded-full hover:bg-opacity-90 transition duration-300 text-xl"
|
||||
className="inline-block text-white font-bold py-6 px-20 rounded-full hover:bg-opacity-90 transition duration-300 text-xl bg-[#7ebdc5]"
|
||||
style={{
|
||||
boxShadow: "0 6px 10px rgba(0, 0, 0, 0.25), 0 3px 6px rgba(0, 0, 0, 0.12)",
|
||||
textShadow: "0 1px 3px rgba(0, 0, 0, 0.15)",
|
||||
|
|
@ -29,7 +29,6 @@ export function HeroSection() {
|
|||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="py-16 text-center bg-purple-light">
|
||||
<div className="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<p className="text-2xl md:text-3xl font-normal text-gray-800">
|
||||
|
|
|
|||
Loading…
Reference in New Issue