Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Add team photos to our about page
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriae committed Apr 3, 2024
1 parent d3e916e commit ae4a2d3
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 24 deletions.
6 changes: 3 additions & 3 deletions app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const World = dynamic(() => import("@/components/aceternity/ui/globe").then((m)

export default function AboutPage() {
const images = [
"/team2021.png",
"/team2022.png",
"/team2023.png",
"/team2024.png",
"/team2020.jpg",
"/team2019-2.jpg",
"/team2019.jpg",
];


Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function RootLayout({
fontSans.variable
)}
>
<Providers themeProps={{attribute: "class", defaultTheme: "dark"}}>
<Providers themeProps={{attribute: "class", defaultTheme: "dark", children: children}}>
<Cursor/>
<Navbar/>
<main className="px-0">
Expand Down
2 changes: 1 addition & 1 deletion components/aceternity/ui/page-hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const ImagesSlider = ({
if (autoplay) {
interval = setInterval(() => {
handleNext();
}, 5000);
}, 3000);
}

return () => {
Expand Down
73 changes: 56 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@radix-ui/react-slot": "^1.0.2",
"@react-aria/ssr": "^3.9.2",
"@react-aria/visually-hidden": "^3.8.10",
"@react-three/drei": "^9.103.1",
"@react-three/drei": "^9.105.1",
"@react-three/fiber": "^8.16.1",
"@splinetool/react-spline": "^2.2.6",
"@types/node": "20.12.3",
Expand All @@ -44,7 +44,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"embla-carousel-react": "^8.0.0",
"embla-carousel-react": "^8.0.1",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"framer-motion": "^11.0.24",
Expand Down
Binary file added public/team2019-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/team2019.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/team2020.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae4a2d3

Please sign in to comment.