diff --git a/src/app/page.tsx b/src/app/page.tsx
index 877b273..f8b5eae 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,6 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
-import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
export default function LandingPage() {
return (
@@ -30,25 +29,15 @@ export default function LandingPage() {
@@ -60,39 +49,23 @@ export default function LandingPage() {
description="Empowering the next generation of biologists through comprehensive study, competitive training, and community. Prepare for the USA Biology Olympiad with us."
buttons={[
{
- text: "Join Now",
- href: "#contact",
- },
+ text: "Join Now", href: "#contact"},
{
- text: "Explore Resources",
- href: "#features",
- },
+ text: "Explore Resources", href: "#features"},
]}
slides={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=1",
- imageAlt: "USABO Club Introduction",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=1", imageAlt: "USABO Club Introduction"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=2",
- imageAlt: "Biological Study & Training",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=2", imageAlt: "Biological Study & Training"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=3",
- imageAlt: "Community & Competition",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=3", imageAlt: "Community & Competition"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=4",
- imageAlt: "Academic Excellence",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=4", imageAlt: "Academic Excellence"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=5",
- imageAlt: "Scientific Innovation",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=5", imageAlt: "Scientific Innovation"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=6",
- imageAlt: "Success in USABO",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-science-banner-with-sample_23-2149431107.jpg?_wi=6", imageAlt: "Success in USABO"},
]}
/>
@@ -113,86 +86,28 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- tag: "Unit 1",
- title: "Cell Biology",
- subtitle: "Foundation",
- description: "Fundamentals of life, metabolism, and organelle function.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=evux9y",
- },
+ tag: "Unit 1", title: "Cell Biology", subtitle: "Foundation", description: "Fundamentals of life, metabolism, and organelle function.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=evux9y"},
{
- tag: "Unit 2",
- title: "Genetics",
- subtitle: "Advanced",
- description: "Mendelian inheritance, molecular genetics, and biotechnology.",
- imageSrc: "http://img.b2bpic.net/free-photo/red-soap-bubble-art-pink-background-minimal-style_53876-110443.jpg",
- },
+ tag: "Unit 2", title: "Genetics", subtitle: "Advanced", description: "Mendelian inheritance, molecular genetics, and biotechnology.", imageSrc: "http://img.b2bpic.net/free-photo/red-soap-bubble-art-pink-background-minimal-style_53876-110443.jpg"},
{
- tag: "Unit 3",
- title: "Ecology & Systematics",
- subtitle: "Comprehensive",
- description: "Evolutionary processes, ecosystem dynamics, and phylogenetics.",
- imageSrc: "http://img.b2bpic.net/free-photo/children-doing-chemical-experiment-teacher-watching_259150-60307.jpg",
- },
+ tag: "Unit 3", title: "Ecology & Systematics", subtitle: "Comprehensive", description: "Evolutionary processes, ecosystem dynamics, and phylogenetics.", imageSrc: "http://img.b2bpic.net/free-photo/children-doing-chemical-experiment-teacher-watching_259150-60307.jpg"},
]}
title="Curriculum Roadmap"
description="A systematic approach to covering the USABO curriculum efficiently and thoroughly."
/>
-
-
-
-
@@ -223,29 +135,19 @@ export default function LandingPage() {
logoText="USABO Club"
columns={[
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "Resources",
- href: "#features",
- },
+ label: "Resources", href: "#features"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
{
- label: "Email",
- href: "mailto:info@usaboclub.edu",
- },
+ label: "Email", href: "mailto:info@usaboclub.edu"},
],
},
]}
@@ -255,4 +157,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file