diff --git a/src/app/page.tsx b/src/app/page.tsx index c392a98..28a9311 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumSmall" sizing="large" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -34,9 +34,7 @@ export default function HomePage() { { name: "Contato", id: "/contact" }, ]} button={{ - text: "Inscrever-se", - href: "/enrollment", - }} + text: "Inscrever-se", href: "/enrollment"}} animateOnLoad={true} /> @@ -50,8 +48,8 @@ export default function HomePage() { { text: "Agende uma Visita", href: "/contact" }, ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/multiethnic-group-students-library-participate-lesson-with-doctor_482257-118528.jpg?_wi=1" + background={{ variant: "sparkles-gradient" }} + imageSrc="http://img.b2bpic.net/free-photo/multiethnic-group-students-library-participate-lesson-with-doctor_482257-118528.jpg" imageAlt="Campus principal com estudantes" mediaAnimation="blur-reveal" frameStyle="card" @@ -63,10 +61,7 @@ export default function HomePage() { heading={[ { type: "text", content: "Tradição, " }, { - type: "image", - src: "http://img.b2bpic.net/free-photo/brown-white-concrete-building-blue-sky-daytime_246466-17.jpg", - alt: "Logo da instituição", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/brown-white-concrete-building-blue-sky-daytime_246466-17.jpg", alt: "Logo da instituição"}, { type: "text", content: " e Inovação" }, ]} buttons={[{ text: "Saiba Mais", href: "/about" }]} @@ -79,27 +74,15 @@ export default function HomePage() {