Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-07 09:53:24 +00:00
2 changed files with 52 additions and 207 deletions

View File

@@ -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: "#" },

View File

@@ -13,7 +13,6 @@ import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import {
Cpu,
Zap,
Chip,
BookOpen,
ArrowRight,
Lightbulb,
@@ -42,7 +41,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="medium"
background="noise"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -59,53 +58,35 @@ export default function HomePage() {
<HeroCentered
title="Empowering the Next Generation of Innovators"
description="Hands-on robotics, electronics, and embedded systems learning solutions designed for schools, training centers, and future engineers in Zimbabwe."
background={{ variant: "noise" }}
background={{ variant: "downward-rays-static" }}
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-female-africa-1772877014002-e6aeb222.png",
alt: "Educator 1",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-female-africa-1772877014002-e6aeb222.png", alt: "Educator 1"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-young-african-1772877012729-dba47cf0.png",
alt: "Student 1",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-young-african-1772877012729-dba47cf0.png", alt: "Student 1"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-male-african--1772877012387-a7f98513.png",
alt: "Educator 2",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-male-african--1772877012387-a7f98513.png", alt: "Educator 2"},
]}
avatarText="Trusted by 50+ schools and training centers"
buttons={[
{
text: "Call Now",
href: "tel:+263777938962",
},
text: "Call Now", href: "tel:+263777938962"},
{
text: "Request Information",
href: "#contact",
},
text: "Request Information", href: "#contact"},
]}
buttonAnimation="slide-up"
marqueeItems={[
{
type: "text-icon",
text: "Robotics Kits",
icon: Cpu,
type: "text-icon", text: "Robotics Kits", icon: Cpu,
},
{
type: "text-icon",
text: "Electronics Training",
icon: Zap,
type: "text-icon", text: "Electronics Training", icon: Zap,
},
{
type: "text-icon",
text: "Embedded Systems",
icon: Chip,
type: "text-icon", text: "Embedded Systems", icon: BookOpen,
},
{
type: "text-icon",
text: "STEM Curriculum",
icon: BookOpen,
type: "text-icon", text: "STEM Curriculum", icon: BookOpen,
},
]}
marqueeSpeed={35}
@@ -119,32 +100,16 @@ export default function HomePage() {
description="We combine professional engineering expertise with proven educational methodology to deliver transformative STEM learning experiences."
features={[
{
title: "Industry-Aligned Engineering Kits",
description: "Complete robotics and electronics platforms built for real-world learning outcomes.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/display-of-complete-robotics-learning-ki-1772877013640-33f1e6cf.png?_wi=1",
imageAlt: "Robotics learning kits",
buttonIcon: ArrowRight,
title: "Industry-Aligned Engineering Kits", description: "Complete robotics and electronics platforms built for real-world learning outcomes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/display-of-complete-robotics-learning-ki-1772877013640-33f1e6cf.png", imageAlt: "Robotics learning kits", buttonIcon: ArrowRight,
},
{
title: "Curriculum-Ready Documentation",
description: "Structured learning pathways from beginner STEM to advanced embedded systems projects.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/organized-collection-of-electronics-modu-1772877013678-7a53cb71.png?_wi=1",
imageAlt: "Electronics modules and components",
buttonIcon: ArrowRight,
title: "Curriculum-Ready Documentation", description: "Structured learning pathways from beginner STEM to advanced embedded systems projects.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/organized-collection-of-electronics-modu-1772877013678-7a53cb71.png", imageAlt: "Electronics modules and components", buttonIcon: ArrowRight,
},
{
title: "Expert Technical Training",
description: "Experienced instructors with hands-on workshop delivery and ongoing educator support.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-classroom-setting-with-inst-1772877013939-25167b0b.png?_wi=1",
imageAlt: "Training classroom environment",
buttonIcon: ArrowRight,
title: "Expert Technical Training", description: "Experienced instructors with hands-on workshop delivery and ongoing educator support.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-classroom-setting-with-inst-1772877013939-25167b0b.png", imageAlt: "Training classroom environment", buttonIcon: ArrowRight,
},
{
title: "Local Support & Partnership",
description: "Dedicated support team based in Zimbabwe committed to your institution's success.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/a-modern-robotics-laboratory-with-studen-1772877014787-85b0e66b.png?_wi=1",
imageAlt: "Robotics lab environment",
buttonIcon: ArrowRight,
title: "Local Support & Partnership", description: "Dedicated support team based in Zimbabwe committed to your institution's success.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/a-modern-robotics-laboratory-with-studen-1772877014787-85b0e66b.png", imageAlt: "Robotics lab environment", buttonIcon: ArrowRight,
},
]}
textboxLayout="default"
@@ -164,29 +129,11 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "kit-1",
name: "Robotics Learning Platform",
price: "Contact for pricing",
variant: "Wheeled & Robotic Arm Platforms",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/a-modern-robotics-laboratory-with-studen-1772877014787-85b0e66b.png?_wi=2",
imageAlt: "Robotics learning platform",
},
id: "kit-1", name: "Robotics Learning Platform", price: "Contact for pricing", variant: "Wheeled & Robotic Arm Platforms", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/a-modern-robotics-laboratory-with-studen-1772877014787-85b0e66b.png", imageAlt: "Robotics learning platform"},
{
id: "kit-2",
name: "Electronics & Embedded Systems Kit",
price: "Contact for pricing",
variant: "Microcontrollers, Sensors & Components",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/organized-collection-of-electronics-modu-1772877013678-7a53cb71.png?_wi=2",
imageAlt: "Electronics modules",
},
id: "kit-2", name: "Electronics & Embedded Systems Kit", price: "Contact for pricing", variant: "Microcontrollers, Sensors & Components", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/organized-collection-of-electronics-modu-1772877013678-7a53cb71.png", imageAlt: "Electronics modules"},
{
id: "kit-3",
name: "STEM Training Program",
price: "Contact for pricing",
variant: "Instructor-Led Workshops & Certification",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-classroom-setting-with-inst-1772877013939-25167b0b.png?_wi=2",
imageAlt: "Training program",
},
id: "kit-3", name: "STEM Training Program", price: "Contact for pricing", variant: "Instructor-Led Workshops & Certification", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-classroom-setting-with-inst-1772877013939-25167b0b.png", imageAlt: "Training program"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -194,9 +141,7 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "Explore All Solutions",
href: "/solutions",
},
text: "Explore All Solutions", href: "/solutions"},
]}
buttonAnimation="slide-up"
/>
@@ -211,35 +156,19 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "50+",
title: "Schools",
description: "Educational institutions partnering with us",
icon: School,
id: "1", value: "50+", title: "Schools", description: "Educational institutions partnering with us", icon: School,
},
{
id: "2",
value: "2500+",
title: "Students",
description: "Hands-on STEM learning experiences delivered",
icon: Users,
id: "2", value: "2500+", title: "Students", description: "Hands-on STEM learning experiences delivered", icon: Users,
},
{
id: "3",
value: "15+",
title: "Years",
description: "Experience in STEM education and innovation",
icon: Award,
id: "3", value: "15+", title: "Years", description: "Experience in STEM education and innovation", icon: Award,
},
{
id: "4",
value: "100%",
title: "Satisfaction",
description: "Educator satisfaction and recommendation rate",
icon: CheckCircle,
id: "4", value: "100%", title: "Satisfaction", description: "Educator satisfaction and recommendation rate", icon: CheckCircle,
},
]}
gridVariant="four-items-2x2-equal-grid"
gridVariant="uniform-all-items-equal"
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
@@ -256,53 +185,17 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Amelia Mwale",
role: "Head of Science Department",
testimonial: "Synergy Dynamics transformed our STEM program. Students are now engaged, confident, and building real projects. The support team is incredible and responsive.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-female-africa-1772877014002-e6aeb222.png?_wi=1",
imageAlt: "Amelia Mwale",
},
id: "1", name: "Amelia Mwale", role: "Head of Science Department", testimonial: "Synergy Dynamics transformed our STEM program. Students are now engaged, confident, and building real projects. The support team is incredible and responsive.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-female-africa-1772877014002-e6aeb222.png", imageAlt: "Amelia Mwale"},
{
id: "2",
name: "Tinashe Banda",
role: "Training Center Director",
testimonial: "The robotics kits are top-quality and the curriculum is well-structured. Our trainees leave with practical skills they can immediately apply.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-male-african--1772877012387-a7f98513.png?_wi=1",
imageAlt: "Tinashe Banda",
},
id: "2", name: "Tinashe Banda", role: "Training Center Director", testimonial: "The robotics kits are top-quality and the curriculum is well-structured. Our trainees leave with practical skills they can immediately apply.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-male-african--1772877012387-a7f98513.png", imageAlt: "Tinashe Banda"},
{
id: "3",
name: "Grace Chigwedere",
role: "Student, Robotics Club",
testimonial: "This is the equipment we needed to take our robotics club to the next level. Professional quality, excellent documentation, and amazing support.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-young-african-1772877012729-dba47cf0.png?_wi=1",
imageAlt: "Grace Chigwedere",
},
id: "3", name: "Grace Chigwedere", role: "Student, Robotics Club", testimonial: "This is the equipment we needed to take our robotics club to the next level. Professional quality, excellent documentation, and amazing support.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-young-african-1772877012729-dba47cf0.png", imageAlt: "Grace Chigwedere"},
{
id: "4",
name: "Dr. Khaya Ndlela",
role: "STEM Program Coordinator",
testimonial: "Synergy Dynamics is setting the standard for STEM education delivery in Zimbabwe. Their commitment to local innovation is commendable.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-an-african-stem-1772877012676-cb7e8c44.png?_wi=1",
imageAlt: "Dr. Khaya Ndlela",
},
id: "4", name: "Dr. Khaya Ndlela", role: "STEM Program Coordinator", testimonial: "Synergy Dynamics is setting the standard for STEM education delivery in Zimbabwe. Their commitment to local innovation is commendable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-an-african-stem-1772877012676-cb7e8c44.png", imageAlt: "Dr. Khaya Ndlela"},
{
id: "5",
name: "Nomsa Mpofu",
role: "Physics Teacher",
testimonial: "The hands-on approach transforms how students learn. They understand concepts faster and retain information longer. Highly recommended.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-female-africa-1772877014002-e6aeb222.png?_wi=2",
imageAlt: "Nomsa Mpofu",
},
id: "5", name: "Nomsa Mpofu", role: "Physics Teacher", testimonial: "The hands-on approach transforms how students learn. They understand concepts faster and retain information longer. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-female-africa-1772877014002-e6aeb222.png", imageAlt: "Nomsa Mpofu"},
{
id: "6",
name: "Tafadzwa Kamungoma",
role: "Engineering Instructor",
testimonial: "Professional quality that delivers results. Our graduates are better equipped for university and industry roles. Partnership with Synergy was the best decision.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-male-african--1772877012387-a7f98513.png?_wi=2",
imageAlt: "Tafadzwa Kamungoma",
},
id: "6", name: "Tafadzwa Kamungoma", role: "Engineering Instructor", testimonial: "Professional quality that delivers results. Our graduates are better equipped for university and industry roles. Partnership with Synergy was the best decision.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac1CzcrhktzzUNuyiaFkSaoiFO/professional-portrait-of-a-male-african--1772877012387-a7f98513.png", imageAlt: "Tafadzwa Kamungoma"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -321,13 +214,9 @@ export default function HomePage() {
description="Let's partner to bring hands-on STEM learning to your school or training center. Our team is ready to discuss your institution's unique needs and create a customized solution."
buttons={[
{
text: "Call +263 777 938 962",
href: "tel:+263777938962",
},
text: "Call +263 777 938 962", href: "tel:+263777938962"},
{
text: "Request Information",
href: "#contact",
},
text: "Request Information", href: "#contact"},
]}
buttonAnimation="slide-up"
background={{ variant: "downward-rays-static" }}
@@ -340,8 +229,7 @@ export default function HomePage() {
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" },
@@ -349,8 +237,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog & Insights", href: "/blog" },
{ label: "Contact Us", href: "/contact" },
@@ -358,8 +245,7 @@ export default function HomePage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Documentation", href: "#" },
{ label: "Help & FAQ", href: "#" },
{ label: "Technical Support", href: "tel:+263777938962" },
@@ -367,8 +253,7 @@ export default function HomePage() {
],
},
{
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: "#" },