Skip to content

Commit

Permalink
Test team photo without next/image
Browse files Browse the repository at this point in the history
  • Loading branch information
zagdrath committed Jan 26, 2024
1 parent 3d5d290 commit a94e68e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ export default function Page() {
</Head>
<div className="hero min-h-screen bg-base-100">
<div className="hero-content flex-col lg:flex-row">
<Image
{/* <Image
src={"/team3602-site/team-photo.jpg"}
width={1920}
alt="RoboMos Team 3602 Photo"
/>
/> */}
<img src="/team3602-site/team-photo.jpg" alt="RoboMos Team 3602 Photo" />
<div className="pl-12">
<h1 className="text-5xl font-bold">RoboMos Team 3602</h1>
<p className="py-6">
Expand Down

0 comments on commit a94e68e

Please sign in to comment.