diff --git a/src/app/page.tsx b/src/app/page.tsx
index a93e4a6..14bc130 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,42 +43,17 @@ export default function LandingPage() {
@@ -102,18 +65,9 @@ export default function LandingPage() {
title="Our Mission"
description="At the BGC Robotics Club, we provide a safe and inspiring environment for boys and girls to explore engineering, programming, and teamwork. We foster critical thinking and creativity to prepare the next generation for the workforce."
bulletPoints={[
- {
- title: "STEM Literacy",
- description: "Hands-on experience in coding and engineering fundamentals.",
- },
- {
- title: "Collaborative Growth",
- description: "Learning the value of teamwork and community service.",
- },
- {
- title: "Future Readiness",
- description: "Equipping youth with tools for future success.",
- },
+ { title: "STEM Literacy", description: "Hands-on experience in coding and engineering fundamentals." },
+ { title: "Collaborative Growth", description: "Learning the value of teamwork and community service." },
+ { title: "Future Readiness", description: "Equipping youth with tools for future success." }
]}
imageSrc="http://img.b2bpic.net/free-photo/young-activists-taking-action_23-2149502783.jpg"
/>
@@ -124,21 +78,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Prototyping Lab",
- description: "Access to 3D printers, assembly tools, and dedicated design spaces.",
- imageSrc: "http://img.b2bpic.net/free-photo/assortment-different-architectural-elements_23-2148540095.jpg",
- },
- {
- title: "Competition Prep",
- description: "Mentorship for local and regional robotics contests.",
- imageSrc: "http://img.b2bpic.net/free-photo/two-friends-doing-science-experiments_23-2148778942.jpg",
- },
- {
- title: "Workshops",
- description: "Weekly sessions on Python, C++, and hardware architecture.",
- imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-boys-drawing-recycle-sign_23-2148490338.jpg",
- },
+ { title: "Prototyping Lab", description: "Access to 3D printers, assembly tools, and dedicated design spaces.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-different-architectural-elements_23-2148540095.jpg" },
+ { title: "Competition Prep", description: "Mentorship for local and regional robotics contests.", imageSrc: "http://img.b2bpic.net/free-photo/two-friends-doing-science-experiments_23-2148778942.jpg" },
+ { title: "Workshops", description: "Weekly sessions on Python, C++, and hardware architecture.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-boys-drawing-recycle-sign_23-2148490338.jpg" }
]}
title="What We Offer"
description="Engage in meaningful programs designed to cultivate technical talent and personal growth."
@@ -152,21 +94,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "150+",
- description: "Youth Members",
- },
- {
- id: "m2",
- value: "12",
- description: "Robots Built",
- },
- {
- id: "m3",
- value: "5",
- description: "Awards Won",
- },
+ { id: "m1", value: "150+", description: "Youth Members" },
+ { id: "m2", value: "12", description: "Robots Built" },
+ { id: "m3", value: "5", description: "Awards Won" }
]}
title="Our Impact"
description="Celebrating milestones in our club's growth and competitive performance."
@@ -179,30 +109,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
team={[
- {
- id: "t1",
- name: "Alex Johnson",
- role: "Head Coach",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-attending-art-class-lesson-with-teacher-learn-draw-masterpiece-canvas-student-smiling-camera-learning-drawing-skills-as-new-years-resolutions-workshop_482257-43088.jpg",
- },
- {
- id: "t2",
- name: "Maria Garcia",
- role: "Team Lead",
- imageSrc: "http://img.b2bpic.net/free-photo/asian-female-engineer-specialist-with-measuring-machine-with-manipulator-armthreedimensional-coordinate-measurement-check-sizes-3d-check-sizes-parts-cmm-after-machining-process_609648-117.jpg",
- },
- {
- id: "t3",
- name: "Sam Rivers",
- role: "Volunteer Mentor",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-smiling-woman-sitting-cafe-with-laptop_197531-22982.jpg",
- },
- {
- id: "t4",
- name: "Jordan Smith",
- role: "Senior Developer",
- imageSrc: "http://img.b2bpic.net/free-photo/young-student-girl-glasses-with-pigtails-white-shirt-looking-front-confused-pointing-herself-standing-orange-wall_141793-48055.jpg",
- },
+ { id: "t1", name: "Alex Johnson", role: "Head Coach", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-attending-art-class-lesson-with-teacher-learn-draw-masterpiece-canvas-student-smiling-camera-learning-drawing-skills-as-new-years-resolutions-workshop_482257-43088.jpg" },
+ { id: "t2", name: "Maria Garcia", role: "Team Lead", imageSrc: "http://img.b2bpic.net/free-photo/asian-female-engineer-specialist-with-measuring-machine-with-manipulator-armthreedimensional-coordinate-measurement-check-sizes-3d-check-sizes-parts-cmm-after-machining-process_609648-117.jpg" },
+ { id: "t3", name: "Sam Rivers", role: "Volunteer Mentor", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-smiling-woman-sitting-cafe-with-laptop_197531-22982.jpg" },
+ { id: "t4", name: "Jordan Smith", role: "Senior Developer", imageSrc: "http://img.b2bpic.net/free-photo/young-student-girl-glasses-with-pigtails-white-shirt-looking-front-confused-pointing-herself-standing-orange-wall_141793-48055.jpg" }
]}
title="Meet the Team"
description="The dedicated mentors and student leaders driving our club forward."
@@ -213,61 +123,18 @@ export default function LandingPage() {