Skip to content

Comments

feat(about): add Oluwatosin Oseni to team section#1

Merged
Thabhelo merged 1 commit intoThabhelo:mainfrom
oseni99:add-new-bio
Feb 21, 2026
Merged

feat(about): add Oluwatosin Oseni to team section#1
Thabhelo merged 1 commit intoThabhelo:mainfrom
oseni99:add-new-bio

Conversation

@oseni99
Copy link
Contributor

@oseni99 oseni99 commented Feb 21, 2026

What

Adds Oluwatosin Oseni to the About/Team section.

Changes

  • Added my profile details to the team list
  • Added my image to the public folder
meshabout

@Thabhelo Thabhelo requested review from Thabhelo and Copilot February 21, 2026 23:06
@Thabhelo Thabhelo merged commit 0dfedd0 into Thabhelo:main Feb 21, 2026
6 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new team member (Oluwatosin Oseni) to the About page’s “Our Super Team” section, updating the layout to accommodate an additional profile.

Changes:

  • Updated the team grid from 2 to 3 columns on md breakpoints.
  • Added a new team member card for Oluwatosin Oseni (name, role, image).
  • Reformatted portions of About.tsx (notably quote style and line wrapping).
Comments suppressed due to low confidence (1)

src/pages/About.tsx:79

  • The team member cards are hardcoded and duplicated; adding more members will keep increasing copy/paste markup. Consider moving the team data (name, role, img, alt, optional objectPosition) into an array and rendering it with .map(), similar to how timeline/features are handled elsewhere in this file.
          <div className="grid grid-cols-1 md:grid-cols-3 gap-16 md:gap-32">
            <div className="flex flex-col items-center text-center gap-4">
              <img
                src="/ayomikun.jpeg"
                alt="Ayomikun Oyeniyi"

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +1 to +4
import { motion } from "framer-motion";
import { Link as RouterLink } from "react-router-dom";
import { ArrowRight, Users, Target, Heart, Zap } from "lucide-react";
import PageLayout from "../components/PageLayout";
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file switches to double quotes for imports/strings, but the rest of the TS/TSX codebase appears to consistently use single quotes (e.g., src/pages/Home.tsx:1-4, src/pages/Contact.tsx:1-6). To avoid inconsistent style and unnecessary diff churn, keep quote usage consistent (or run the repo’s formatter/linter config) so About.tsx matches the prevailing single-quote convention.

Copilot uses AI. Check for mistakes.
@oseni99 oseni99 deleted the add-new-bio branch February 22, 2026 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants