Skip to content

Commit

Permalink
Merge pull request #103 from suvanbanerjee/main
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySingh04 authored Oct 19, 2024
2 parents 3cfadf1 + 4e9cda5 commit ba4f7a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/(default)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const metadata = {
title: "Home",
description: "Landing page",
title: "Point Blank",
description: "Point Blank is a student-run tech community at Dayananda Sagar College of Engineering, Bangalore. We are a group of tech enthusiasts who love to learn and grow together.",
};

import Hero from "@/components/hero";
Expand Down Expand Up @@ -55,7 +55,6 @@ export default function Home() {
</div>
{/* <Announce /> */}
</div>
<Domains />
<Activities />
<Founder />
{/* <Leads /> */}
Expand Down
2 changes: 1 addition & 1 deletion components/whatwedo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function WhatWeDo() {

{/* Right Column with Image */}
<div className="lg:w-1/2 flex justify-left lg:justify-end">
<Image src={logo} alt="Logo" width={300} height={300} className="shadow-lg rounded-lg" />
<Image src={logo} alt="Logo" width={300} height={300} className="shadow-lg rounded-lg" unoptimized />
</div>
</div>
</div>
Expand Down
Binary file removed public/images/v.gif
Binary file not shown.

0 comments on commit ba4f7a2

Please sign in to comment.