Update src/app/about/page.tsx
This commit is contained in:
@@ -32,7 +32,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -51,32 +51,16 @@ export default function AboutPage() {
|
||||
description="At Synergy Dynamics, we believe that quality STEM education is the cornerstone of innovation and economic development. Our mission is to empower educators and students with industry-aligned tools and curriculum to create meaningful learning experiences."
|
||||
features={[
|
||||
{
|
||||
title: "Founder's Commitment",
|
||||
description: "Founded by robotics engineers and educators, Synergy Dynamics was born from a vision to transform STEM education in Zimbabwe through practical, hands-on learning experiences.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/a-modern-robotics-laboratory-with-studen-1772877014787-85b0e66b.png?_wi=4",
|
||||
imageAlt: "Our robotics lab and innovation center",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "Founder's Commitment", description: "Founded by robotics engineers and educators, Synergy Dynamics was born from a vision to transform STEM education in Zimbabwe through practical, hands-on learning experiences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/a-modern-robotics-laboratory-with-studen-1772877014787-85b0e66b.png", imageAlt: "Our robotics lab and innovation center", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Educational Excellence",
|
||||
description: "We collaborate with educators, researchers, and industry partners to ensure our solutions meet the highest standards for learning outcomes and technical rigor.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-classroom-setting-with-inst-1772877013939-25167b0b.png?_wi=5",
|
||||
imageAlt: "Educational excellence in action",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "Educational Excellence", description: "We collaborate with educators, researchers, and industry partners to ensure our solutions meet the highest standards for learning outcomes and technical rigor.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-classroom-setting-with-inst-1772877013939-25167b0b.png", imageAlt: "Educational excellence in action", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Local Innovation",
|
||||
description: "As a Zimbabwe-based company, we understand local challenges and opportunities. We design solutions that are culturally relevant, economically accessible, and globally competitive.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/display-of-complete-robotics-learning-ki-1772877013640-33f1e6cf.png?_wi=4",
|
||||
imageAlt: "Local innovation leadership",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "Local Innovation", description: "As a Zimbabwe-based company, we understand local challenges and opportunities. We design solutions that are culturally relevant, economically accessible, and globally competitive.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/display-of-complete-robotics-learning-ki-1772877013640-33f1e6cf.png", imageAlt: "Local innovation leadership", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Community Impact",
|
||||
description: "Through scholarships, grants, and partnerships with under-resourced schools, we work to democratize access to quality STEM education for all students.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/inspirational-image-of-students-with-rob-1772877013383-2fb61e29.png?_wi=1",
|
||||
imageAlt: "Community partnership and impact",
|
||||
buttonIcon: ArrowRight,
|
||||
title: "Community Impact", description: "Through scholarships, grants, and partnerships with under-resourced schools, we work to democratize access to quality STEM education for all students.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/inspirational-image-of-students-with-rob-1772877013383-2fb61e29.png", imageAlt: "Community partnership and impact", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -96,35 +80,19 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "50+",
|
||||
title: "Schools",
|
||||
description: "Educational partnerships across Zimbabwe",
|
||||
icon: BookOpen,
|
||||
id: "1", value: "50+", title: "Schools", description: "Educational partnerships across Zimbabwe", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "2500+",
|
||||
title: "Students",
|
||||
description: "Impacted through our programs and kits",
|
||||
icon: Users,
|
||||
id: "2", value: "2500+", title: "Students", description: "Impacted through our programs and kits", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "15+",
|
||||
title: "Years",
|
||||
description: "Of excellence in STEM education",
|
||||
icon: Award,
|
||||
id: "3", value: "15+", title: "Years", description: "Of excellence in STEM education", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "98%",
|
||||
title: "Retention",
|
||||
description: "School partnership renewal rate",
|
||||
icon: TrendingUp,
|
||||
id: "4", value: "98%", title: "Retention", description: "School partnership renewal rate", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -141,13 +109,9 @@ export default function AboutPage() {
|
||||
description="We're looking for schools, training centers, and organizations that share our vision for transforming STEM education. Let's work together to create lasting impact in Zimbabwe."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Consultation",
|
||||
href: "tel:+263777938962",
|
||||
},
|
||||
text: "Schedule a Consultation", href: "tel:+263777938962"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Learn More", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
@@ -160,8 +124,7 @@ export default function AboutPage() {
|
||||
logoText="Synergy Dynamics"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Robotics Kits", href: "/solutions" },
|
||||
{ label: "Electronics Learning", href: "/solutions" },
|
||||
{ label: "Training Programs", href: "/solutions" },
|
||||
@@ -169,8 +132,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog & Insights", href: "/blog" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
@@ -178,8 +140,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "Help & FAQ", href: "#" },
|
||||
{ label: "Technical Support", href: "tel:+263777938962" },
|
||||
@@ -187,8 +148,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Email Us", href: "mailto:info@synergydynamics.co.zw" },
|
||||
{ label: "+263 777 938 962", href: "tel:+263777938962" },
|
||||
{ label: "Zimbabwe", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user