diff --git a/src/app/page.tsx b/src/app/page.tsx index b5ba418..82311ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -44,7 +44,7 @@ export default function LandingPage() { @@ -109,7 +109,7 @@ export default function LandingPage() { description="Experienced professionals dedicated to advancing our mission and serving our communities." tag="Our Team" tagIcon={Users} - tagAnimation="entrance-slide" + tagAnimation="none" members={[ { id: "1", name: "Sarah Johnson", role: "Executive Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson - Executive Director" @@ -137,7 +137,7 @@ export default function LandingPage() { description="Hear from organizations and communities that have experienced the impact of our work." tag="Testimonials" tagIcon={MessageSquare} - tagAnimation="entrance-slide" + tagAnimation="none" testimonials={[ { id: "1", name: "Lisa Anderson", role: "Community Leader", company: "Urban Development Initiative", rating: 5, @@ -173,13 +173,13 @@ export default function LandingPage() { description="Partnering with industry leaders to create meaningful change and sustainable growth." tag="Our Partners" tagIcon={Building2} - tagAnimation="entrance-slide" - names={[ + tagAnimation="none" + names=[ "Tech Innovators", "Global Leaders", "Community First", "Impact Partners", "Growth Hub", "Forward Think", "Impact Drive" - ]} - logos={[ + ] + logos=[ "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg", "http://img.b2bpic.net/free-vector/collection-modern-logos-abstract-design_23-2147594158.jpg", "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg", "http://img.b2bpic.net/free-vector/financial-company-logo_1424-9.jpg", "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg", "http://img.b2bpic.net/free-vector/collection-modern-logos-abstract-design_23-2147594158.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg" - ]} + ] textboxLayout="default" useInvertedBackground={false} speed={40} @@ -191,7 +191,7 @@ export default function LandingPage() {