diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 71fe24b..4b60cc9 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; -export default function LandingPage() { +export default function ProjectsPage() { return ( @@ -58,18 +43,8 @@ export default function LandingPage() { title="Portfolio Highlights" description="Showcasing recent accomplishments." features={[ - { - id: "pr1", - title: "Nsukka Civic Center", - description: "Foundation work.", - imageSrc: "http://img.b2bpic.net/free-photo/heavy-machines-construction-workers-working-building_181624-8234.jpg?_wi=6", - }, - { - id: "pr2", - title: "UNN Staff Quarters", - description: "Structural design.", - imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-notepad-plans_23-2147813132.jpg?_wi=7", - }, + { id: "pr1", tag: "Completed", title: "Nsukka Civic Center", description: "Foundation work.", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machines-construction-workers-working-building_181624-8234.jpg" }, + { id: "pr2", tag: "In Progress", title: "UNN Staff Quarters", description: "Structural design.", imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-notepad-plans_23-2147813132.jpg" }, ]} /> @@ -83,91 +58,20 @@ export default function LandingPage() { title="Project Leads" description="The teams that make it happen." members={[ - { - id: "tl1", - name: "Project Lead A", - role: "Coordinator", - imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg?_wi=9", - }, - { - id: "tl2", - name: "Project Lead B", - role: "Coordinator", - imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg?_wi=10", - }, + { id: "tl1", name: "Project Lead A", role: "Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg" }, + { id: "tl2", name: "Project Lead B", role: "Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/standing-industrial-engineers-blue-vests-helmets_496169-947.jpg" }, ]} />