diff --git a/app/(site)/components/WhoAreWeSection.jsx b/app/(site)/components/WhoAreWeSection.jsx index 880318a..522c497 100644 --- a/app/(site)/components/WhoAreWeSection.jsx +++ b/app/(site)/components/WhoAreWeSection.jsx @@ -1,6 +1,6 @@ import Image from 'next/image' import teamImg from '../../../public/images/team.png' -import newImg from '../../../public/images/newteam.jpeg' +import newImg from '../../../public/images/Team2024.jpg' /** * A Next.js page component that renders the "Who are we" section. @@ -31,6 +31,12 @@ function WhoAreWeSection() { src={newImg} width={640} height={340} + style={{ + color: 'transparent', + //width: '700px', + borderRadius: '25px', + //height: '550px', + }} alt='Team Photo' placeholder='blur' /> diff --git a/app/globals.css b/app/globals.css index 2df056b..61fee92 100644 --- a/app/globals.css +++ b/app/globals.css @@ -63,6 +63,7 @@ svg.with-text { } .bleed-container { margin-left: calc((100vw - var(--container-width)) / 2); + margin-right: calc((100vw - var(--container-width)) / 2); } } diff --git a/package-lock.json b/package-lock.json index e50b4e8..fb54e53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint": "8.49.0", "eslint-config-next": "13.5.1", "luxon": "^3.4.4", - "next": "13.5.1", + "next": "^13.5.1", "next-sanity": "^5.5.8", "nextjs-toploader": "^1.5.3", "postcss": "8.4.30", @@ -6455,6 +6455,7 @@ "version": "13.5.1", "resolved": "https://registry.npmjs.org/next/-/next-13.5.1.tgz", "integrity": "sha512-GIudNR7ggGUZoIL79mSZcxbXK9f5pwAIPZxEM8+j2yLqv5RODg4TkmUlaKSYVqE1bPQueamXSqdC3j7axiTSEg==", + "license": "MIT", "dependencies": { "@next/env": "13.5.1", "@swc/helpers": "0.5.2", diff --git a/package.json b/package.json index be0f812..7833bb9 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "eslint": "8.49.0", "eslint-config-next": "13.5.1", "luxon": "^3.4.4", - "next": "13.5.1", + "next": "^13.5.1", "next-sanity": "^5.5.8", "nextjs-toploader": "^1.5.3", "postcss": "8.4.30", diff --git a/public/images/Team2024.jpg b/public/images/Team2024.jpg new file mode 100644 index 0000000..0f5ff54 Binary files /dev/null and b/public/images/Team2024.jpg differ