diff --git a/src/app/page.tsx b/src/app/page.tsx index ae9385e..02736b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -109,7 +119,8 @@ export default function LandingPage() { @@ -181,9 +198,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Edtech Leaders", "School Districts", "Learning Platforms", "Student Success Teams", "Education Innovators", "Academic Support Centers", "Online Learning Networks", "Youth Development Organizations"]} + "Edtech Leaders", "School Districts", "Learning Platforms", "Student Success Teams", "Education Innovators", "Academic Support Centers", "Online Learning Networks", "Youth Development Organizations" + ]} logos={[ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/logo-of-a-popular-edtech-or-education-te-1772658091253-15cd7087.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/logo-of-an-educational-institution-schoo-1772658092961-9dcc7731.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/logo-representing-learning-education-or--1772658091261-262d8f4a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/tech-company-or-software-logo-representi-1772658091218-1463a4a6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/online-platform-or-saas-company-logo-rep-1772658092433-3c313c5e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/logo-representing-innovation-progress-an-1772658092064-4e51bc71.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/logo-representing-community-collaboratio-1772658091970-2c91af01.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/logo-representing-achievement-success-an-1772658091227-d84f4e3b.png"]} + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/logo-of-a-popular-edtech-or-education-te-1772658091253-15cd7087.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/logo-of-an-educational-institution-schoo-1772658092961-9dcc7731.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/logo-representing-learning-education-or--1772658091261-262d8f4a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/tech-company-or-software-logo-representi-1772658091218-1463a4a6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/online-platform-or-saas-company-logo-rep-1772658092433-3c313c5e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/logo-representing-innovation-progress-an-1772658092064-4e51bc71.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/logo-representing-community-collaboratio-1772658091970-2c91af01.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/logo-representing-achievement-success-an-1772658091227-d84f4e3b.png" + ]} speed={40} showCard={true} /> @@ -201,7 +220,7 @@ export default function LandingPage() { { text: "Schedule a Demo", href: "#contact" }, ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />