Merge version_1 into main #2
@@ -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() {
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Make School Simple Again."
|
||||
description="Brightway turns complex subjects into clear, practical lessons designed for teens who struggle with math, science, and academic organization. Short, engaging lessons, step-by-step explanations, and smart progress tracking help you succeed."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Free Trial Available"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -56,17 +56,23 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/a-bright-energetic-illustration-of-diver-1772658093002-2a9eef3b.png?_wi=1", imageAlt: "Diverse students studying together with Brightway"},
|
||||
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/a-bright-energetic-illustration-of-diver-1772658093002-2a9eef3b.png", imageAlt: "Diverse students studying together with Brightway"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/clean-modern-interface-showing-a-video-l-1772658093026-7ce4143e.png", imageAlt: "Video lesson interface from Brightway platform"},
|
||||
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/clean-modern-interface-showing-a-video-l-1772658093026-7ce4143e.png", imageAlt: "Video lesson interface from Brightway platform"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/clean-interface-mockup-of-a-digital-stud-1772658093048-406bc3b3.png", imageAlt: "Study planner and organization tools"},
|
||||
id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/clean-interface-mockup-of-a-digital-stud-1772658093048-406bc3b3.png", imageAlt: "Study planner and organization tools"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/digital-dashboard-showing-progress-track-1772658094764-939db7ce.png", imageAlt: "Progress tracking and achievement dashboard"},
|
||||
id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/digital-dashboard-showing-progress-track-1772658094764-939db7ce.png", imageAlt: "Progress tracking and achievement dashboard"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/illustration-of-a-well-organized-study-s-1772658092409-aab944f2.png?_wi=1", imageAlt: "Study system and productivity tools"},
|
||||
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/illustration-of-a-well-organized-study-s-1772658092409-aab944f2.png", imageAlt: "Study system and productivity tools"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/a-bright-energetic-illustration-of-diver-1772658093002-2a9eef3b.png?_wi=2", imageAlt: "Happy students after using Brightway"},
|
||||
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/a-bright-energetic-illustration-of-diver-1772658093002-2a9eef3b.png", imageAlt: "Happy students after using Brightway"
|
||||
},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -87,19 +93,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "math", label: "Math", title: "Complex equations and unclear explanations leave you confused", items: [
|
||||
"Struggling with algebra and geometry", "Can't figure out where to start", "Hate word problems and real-world applications", "Tests feel impossible even after studying"],
|
||||
"Struggling with algebra and geometry", "Can't figure out where to start", "Hate word problems and real-world applications", "Tests feel impossible even after studying"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "grades", label: "Grades", title: "Despite effort, grades keep staying low", items: [
|
||||
"Study hard but grades don't improve", "Can't focus during important exams", "Forget information right after learning it", "Don't know how to study effectively"],
|
||||
"Study hard but grades don't improve", "Can't focus during important exams", "Forget information right after learning it", "Don't know how to study effectively"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "organization", label: "Organization", title: "Your study life is chaotic and unstructured", items: [
|
||||
"Don't know how to plan your study time", "Lose track of assignments and deadlines", "Don't have a system that actually works", "Feel overwhelmed by everything at once"],
|
||||
"Don't know how to plan your study time", "Lose track of assignments and deadlines", "Don't have a system that actually works", "Feel overwhelmed by everything at once"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "motivation", label: "Motivation", title: "School feels boring and you've lost your drive", items: [
|
||||
"Can't stay focused when studying alone", "Feel discouraged and unmotivated", "Don't see the point of trying harder", "Need something to make learning feel exciting"],
|
||||
"Can't stay focused when studying alone", "Feel discouraged and unmotivated", "Don't see the point of trying harder", "Need something to make learning feel exciting"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -109,7 +119,8 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="How Brightway Works"
|
||||
description={[
|
||||
"Brightway combines three powerful elements designed specifically for struggling students: crystal-clear video lessons that break complex subjects into bite-sized pieces, step-by-step explanations that build your understanding gradually, and smart study tools that keep you organized and motivated.", "We know that teenagers learn differently. That's why every lesson is short (5-15 minutes), practical, and designed to work with your busy schedule. Plus, our progress tracking system shows you exactly how much you're improving, which keeps you motivated and confident.", "Join thousands of students who have already improved their grades and discovered that school doesn't have to be overwhelming. Your path to success starts here."]}
|
||||
"Brightway combines three powerful elements designed specifically for struggling students: crystal-clear video lessons that break complex subjects into bite-sized pieces, step-by-step explanations that build your understanding gradually, and smart study tools that keep you organized and motivated.", "We know that teenagers learn differently. That's why every lesson is short (5-15 minutes), practical, and designed to work with your busy schedule. Plus, our progress tracking system shows you exactly how much you're improving, which keeps you motivated and confident.", "Join thousands of students who have already improved their grades and discovered that school doesn't have to be overwhelming. Your path to success starts here."
|
||||
]}
|
||||
buttons={[{ text: "Explore Programs", href: "#programs" }]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={true}
|
||||
@@ -136,7 +147,7 @@ export default function LandingPage() {
|
||||
id: "math-simplified", name: "Math Simplified", price: "$9.99/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/illustration-of-mathematical-concepts-al-1772658093679-e888e86a.png", imageAlt: "Math Simplified program cover", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "study-system", name: "Study System 30 Days", price: "$14.99/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/illustration-of-a-well-organized-study-s-1772658092409-aab944f2.png?_wi=2", imageAlt: "Study System 30 Days program cover", initialQuantity: 1,
|
||||
id: "study-system", name: "Study System 30 Days", price: "$14.99/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/illustration-of-a-well-organized-study-s-1772658092409-aab944f2.png", imageAlt: "Study System 30 Days program cover", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "focus-productivity", name: "Focus & Productivity Bootcamp", price: "$19.99/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/illustration-showing-a-focused-determine-1772658092472-1914885c.png", imageAlt: "Focus & Productivity Bootcamp program cover", initialQuantity: 1,
|
||||
@@ -156,17 +167,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Emma Chen, 15 years old", date: "Date: 15 January 2025", title: "My grades went from D's to A's in just 3 months!", quote: "I was so confused in math class. I'd study for hours but nothing made sense. With Brightway, the lessons finally clicked. The step-by-step explanations actually helped me understand, not just memorize. Now I actually enjoy math and my parents are so proud!", tag: "Math Simplified", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-happy-confident-teen-1772658092935-bc501bc7.png", avatarAlt: "Emma Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-happy-confident-teen-1772658092935-bc501bc7.png", imageAlt: "Emma's success story"},
|
||||
id: "1", name: "Emma Chen, 15 years old", date: "Date: 15 January 2025", title: "My grades went from D's to A's in just 3 months!", quote: "I was so confused in math class. I'd study for hours but nothing made sense. With Brightway, the lessons finally clicked. The step-by-step explanations actually helped me understand, not just memorize. Now I actually enjoy math and my parents are so proud!", tag: "Math Simplified", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-happy-confident-teen-1772658092935-bc501bc7.png", avatarAlt: "Emma Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-happy-confident-teen-1772658092935-bc501bc7.png", imageAlt: "Emma's success story"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson, 16 years old", date: "Date: 22 January 2025", title: "Finally got organized. Life-changing for real.", quote: "I was such a mess with assignments and deadlines. The Study System showed me how to actually plan my time instead of panicking last minute. Now I finish projects early and have less stress. Seriously wish I'd found this sooner.", tag: "Study System 30 Days", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-happy-teenage-boy-14-1772658093105-a68bef0b.png", avatarAlt: "Marcus Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-happy-teenage-boy-14-1772658093105-a68bef0b.png", imageAlt: "Marcus's success story"},
|
||||
id: "2", name: "Marcus Johnson, 16 years old", date: "Date: 22 January 2025", title: "Finally got organized. Life-changing for real.", quote: "I was such a mess with assignments and deadlines. The Study System showed me how to actually plan my time instead of panicking last minute. Now I finish projects early and have less stress. Seriously wish I'd found this sooner.", tag: "Study System 30 Days", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-happy-teenage-boy-14-1772658093105-a68bef0b.png", avatarAlt: "Marcus Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-happy-teenage-boy-14-1772658093105-a68bef0b.png", imageAlt: "Marcus's success story"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sarah Park, 17 years old", date: "Date: 10 February 2025", title: "I went from wanting to quit to actually loving school.", quote: "I was so burned out and had zero motivation. The Focus Bootcamp taught me to actually focus without distractions. Plus, seeing my progress every day kept me motivated. My grades improved AND I'm actually happy now. This is amazing.", tag: "Focus & Productivity Bootcamp", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-confident-teenage-gi-1772658091401-c4105456.png", avatarAlt: "Sarah Park", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-confident-teenage-gi-1772658091401-c4105456.png", imageAlt: "Sarah's success story"},
|
||||
id: "3", name: "Sarah Park, 17 years old", date: "Date: 10 February 2025", title: "I went from wanting to quit to actually loving school.", quote: "I was so burned out and had zero motivation. The Focus Bootcamp taught me to actually focus without distractions. Plus, seeing my progress every day kept me motivated. My grades improved AND I'm actually happy now. This is amazing.", tag: "Focus & Productivity Bootcamp", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-confident-teenage-gi-1772658091401-c4105456.png", avatarAlt: "Sarah Park", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-confident-teenage-gi-1772658091401-c4105456.png", imageAlt: "Sarah's success story"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Alex Rodriguez, 14 years old", date: "Date: 5 February 2025", title: "My son is actually excited about school now!", quote: "We were so worried about his grades and motivation. Brightway helped him see that he CAN succeed. The short lessons don't feel overwhelming, and the progress tracking shows real improvement. As a parent, I'm relieved and impressed.", tag: "All Programs", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-diverse-teenage-stud-1772658093348-a8a628a3.png", avatarAlt: "Alex Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-diverse-teenage-stud-1772658093348-a8a628a3.png", imageAlt: "Alex's success story"},
|
||||
id: "4", name: "Alex Rodriguez, 14 years old", date: "Date: 5 February 2025", title: "My son is actually excited about school now!", quote: "We were so worried about his grades and motivation. Brightway helped him see that he CAN succeed. The short lessons don't feel overwhelming, and the progress tracking shows real improvement. As a parent, I'm relieved and impressed.", tag: "All Programs", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-diverse-teenage-stud-1772658093348-a8a628a3.png", avatarAlt: "Alex Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-diverse-teenage-stud-1772658093348-a8a628a3.png", imageAlt: "Alex's success story"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jennifer Williams, Parent", date: "Date: 28 January 2025", title: "Best investment in my child's education ever.", quote: "My daughter was struggling and losing confidence. Brightway gave her the structure and support she needed. The platform is easy to use, engaging, and it WORKS. Her grades went up and her attitude completely changed. Worth every penny.", tag: "Parent Testimonial", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-supportive-parent-ad-1772658092793-7277d240.png", avatarAlt: "Jennifer Williams", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-supportive-parent-ad-1772658092793-7277d240.png", imageAlt: "Jennifer's testimonial"},
|
||||
id: "5", name: "Jennifer Williams, Parent", date: "Date: 28 January 2025", title: "Best investment in my child's education ever.", quote: "My daughter was struggling and losing confidence. Brightway gave her the structure and support she needed. The platform is easy to use, engaging, and it WORKS. Her grades went up and her attitude completely changed. Worth every penny.", tag: "Parent Testimonial", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-supportive-parent-ad-1772658092793-7277d240.png", avatarAlt: "Jennifer Williams", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-a-supportive-parent-ad-1772658092793-7277d240.png", imageAlt: "Jennifer's testimonial"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Martinez, Parent", date: "Date: 12 February 2025", title: "Finally found something that actually helps.", quote: "We tried tutors, apps, everything. Nothing stuck until Brightway. The lessons are clear, the organization system is practical, and my son actually WANTS to use it. His confidence is back and his grades prove it works.", tag: "Parent Testimonial", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-another-confident-pare-1772658092290-b951522e.png", avatarAlt: "David Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-another-confident-pare-1772658092290-b951522e.png", imageAlt: "David's testimonial"},
|
||||
id: "6", name: "David Martinez, Parent", date: "Date: 12 February 2025", title: "Finally found something that actually helps.", quote: "We tried tutors, apps, everything. Nothing stuck until Brightway. The lessons are clear, the organization system is practical, and my son actually WANTS to use it. His confidence is back and his grades prove it works.", tag: "Parent Testimonial", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-another-confident-pare-1772658092290-b951522e.png", avatarAlt: "David Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/portrait-photo-of-another-confident-pare-1772658092290-b951522e.png", imageAlt: "David's testimonial"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user