Skip to content

Commit c896cb9

Browse files
committed
Change gallery
1 parent f2d06e9 commit c896cb9

File tree

19 files changed

+15
-15
lines changed

19 files changed

+15
-15
lines changed

app/faq/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function FAQ() {
4848
content: "HackByte will be conducted in complete offline/in-person mode.",
4949
},
5050
{
51-
title: "What is the venue for HackByte 2.0 ?",
51+
title: "What is the venue for HackByte 3.0 ?",
5252
content:
5353
"IIITDM Jabalpur, explore our beautiful campus while thinking about innovating some crazy thing.",
5454
},

app/humans/page.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ import Footer from "@/components/Footer";
4343
export const metadata = {
4444
title: "Humans | HackByte",
4545
description:
46-
"Meet the team behind HackByte 2.0! Discover the faces and roles of the passionate individuals who are working tirelessly to make the hackathon a grand success. Join us and be a part of the team!",
46+
"Meet the team behind HackByte 3.0! Discover the faces and roles of the passionate individuals who are working tirelessly to make the hackathon a grand success. Join us and be a part of the team!",
4747
keywords:
4848
"Humans, Team, Hackathon, IIITDMJ, Hackbyte, Coding, Programming, Tech",
4949
openGraph: {
5050
title: "Humans | HackByte",
5151
description:
52-
"Meet the team behind HackByte 2.0! Discover the faces and roles of the passionate individuals who are working tirelessly to make the hackathon a grand success. Join us and be a part of the team!",
52+
"Meet the team behind HackByte 3.0! Discover the faces and roles of the passionate individuals who are working tirelessly to make the hackathon a grand success. Join us and be a part of the team!",
5353
url: "https://hackbyte.in/humans",
5454
images:
5555
"https://res.cloudinary.com/drtmfrghg/image/upload/v1708016443/opengraph-image_vkiopn.jpg",
@@ -325,7 +325,7 @@ export default function Team() {
325325
md:text-[4rem] xl:text-[5rem] md:leading-[4.5rem] xl:leading-[5.25rem]"
326326
>
327327
Meet the humans of
328-
<br /> Hackbyte 2.0
328+
<br /> Hackbyte 3.0
329329
</p>
330330
</div>
331331
</div>

app/page.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export default function Home() {
266266
className="max-w-[30rem] text-black text-base md:text-sm lg:text-lg
267267
font-normal font-['Inter'] leading-6 sm:leading-7 tracking-tight"
268268
>
269-
To stay up-to-date with HackByte 2.0, consider subscribing to
269+
To stay up-to-date with HackByte 3.0, consider subscribing to
270270
our mailing list. Helps us share important updates right away
271271
with hackers and enthusiasts alike !
272272
</p>
@@ -306,7 +306,7 @@ export default function Home() {
306306
className=" text-black text-base md:text-sm lg:text-lg font-normal
307307
font-['Inter'] leading-6 sm:leading-7 tracking-tight"
308308
>
309-
Be the first ones to register for HackByte 2.0
309+
Be the first ones to register for HackByte 3.0
310310
</p>
311311
</div>
312312
</div>

app/partners/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const Partners = () => {
161161
>
162162
<div className="flex flex-col items-center gap-4 mb-12">
163163
<p className="text-[#F5F0D8] text-[2rem] font-normal md:text-[5rem]">
164-
Previous Partners
164+
Past Partners
165165
</p>
166166
<div className="flex flex-col items-center gap-3 md:gap-4">
167167
<p

components/ImageGrid/index.jsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import Image from "next/image";
22

33
import img1 from "@/public/galleryPage/img1.webp";
4-
import img2 from "@/public/galleryPage/img2.webp";
4+
import img2 from "@/public/galleryPage/img2.webp";
55
import img3 from "@/public/galleryPage/img3.webp";
66
import img4 from "@/public/galleryPage/img4.webp";
7-
import img5 from "@/public/galleryPage/img5.jpg";
7+
import img5 from "@/public/galleryPage/img5.webp";
88
import img6 from "@/public/galleryPage/img6.webp";
99
import img7 from "@/public/galleryPage/img7.webp";
10-
import img8 from "@/public/galleryPage/img8.jpg";
11-
import img9 from "@/public/galleryPage/img9.jpg";
10+
import img8 from "@/public/galleryPage/img8.webp";
11+
import img9 from "@/public/galleryPage/img9.webp";
1212

1313
const GridImage = () => {
1414
return (
@@ -34,7 +34,7 @@ const GridImage = () => {
3434
</div>
3535
<div>
3636
<Image
37-
src={img5}
37+
src={img4}
3838
alt="3"
3939
className="xl:w-[420px] xl:h-[530px] lg:w-[320px] w-[280px] h-[320px] rounded-xl object-cover"
4040
placeholder="blur"
@@ -62,7 +62,7 @@ const GridImage = () => {
6262
</div>
6363
<div>
6464
<Image
65-
src={img4}
65+
src={img5}
6666
alt="6"
6767
className="xl:w-[420px] xl:h-[280px] lg:w-[320px] w-[280px] h-[200px] rounded-xl object-cover"
6868
placeholder="blur"
@@ -82,7 +82,7 @@ const GridImage = () => {
8282
</div>
8383
<div>
8484
<Image
85-
src={img3}
85+
src={img2}
8686
alt="8"
8787
className="xl:w-[420px] xl:h-[280px] lg:w-[320px] w-[280px] h-[200px] rounded-xl object-cover"
8888
placeholder="blur"
@@ -91,7 +91,7 @@ const GridImage = () => {
9191
</div>
9292
<div>
9393
<Image
94-
src={img2}
94+
src={img3}
9595
alt="9"
9696
className="xl:w-[420px] xl:h-[540px] lg:w-[320px] w-[280px] h-[320px] rounded-xl object-cover"
9797
placeholder="blur"

public/galleryPage/DSC_2626-min.webp

557 KB
Binary file not shown.

public/galleryPage/img13.webp

445 KB
Binary file not shown.

public/galleryPage/img14.webp

383 KB
Binary file not shown.

public/galleryPage/img2.webp

630 KB
Binary file not shown.

public/galleryPage/img3.webp

-7.94 KB
Binary file not shown.

public/galleryPage/img4.webp

487 KB
Binary file not shown.

public/galleryPage/img5.jpg

-244 KB
Binary file not shown.

public/galleryPage/img5.webp

546 KB
Binary file not shown.

public/galleryPage/img6.webp

227 KB
Binary file not shown.

public/galleryPage/img7.webp

394 KB
Binary file not shown.

public/galleryPage/img8.jpg

-244 KB
Binary file not shown.

public/galleryPage/img8.webp

1020 KB
Binary file not shown.

public/galleryPage/img9.jpg

-244 KB
Binary file not shown.

public/galleryPage/img9.webp

849 KB
Binary file not shown.

0 commit comments

Comments
 (0)