Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-03 16:07:39 +00:00

View File

@@ -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() {
<HeroLogoBillboardSplit
logoText="ORGANIZATION"
description="Empowering communities through innovative solutions and dedicated partnership. We transform ideas into meaningful impact."
background={{ variant: "grid" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Learn More", href: "#about" },
{ text: "Contact Us", href: "#contact" }
@@ -62,7 +62,7 @@ export default function LandingPage() {
<TestimonialAboutCard
tag="Our Story"
tagIcon={Award}
tagAnimation="entrance-slide"
tagAnimation="none"
title="Building Trust Through Excellence and Commitment"
description="Founded on principles of transparency, innovation, and community engagement."
subdescription="Established 2015 · Global Organization"
@@ -80,7 +80,7 @@ export default function LandingPage() {
description="Delivering comprehensive services that drive real results and create lasting value for our partners."
tag="Our Services"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="none"
features={[
{
id: "1", title: "Community Engagement", author: "Connection & Impact", description: "Building strong relationships and fostering meaningful connections within communities we serve.", tags: ["Engagement", "Community", "Connection"],
@@ -99,7 +99,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Explore Services", href: "#" }]}
buttonAnimation="entrance-slide"
buttonAnimation="none"
/>
</div>
@@ -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() {
<ContactCenter
tag="Get In Touch"
tagIcon={Mail}
tagAnimation="entrance-slide"
tagAnimation="none"
title="Connect With Us"
description="Join us in making a difference. We'd love to hear from you about how we can work together to create positive impact."
background={{ variant: "rotated-rays-animated-grid" }}