diff --git a/app/src/components/featured.tsx b/app/src/components/featured.tsx
new file mode 100644
index 0000000..20939b8
--- /dev/null
+++ b/app/src/components/featured.tsx
@@ -0,0 +1,76 @@
+const imageRecord: { imageLink: string; alt: string }[] = [
+ {
+ imageLink: "/carousels/darsan-cyber-hackathon-winners.webp",
+ alt: "Winners taking picture with trophy and medals at Sri Krishna Arts and Science College,Coimbatore - National Level Cyber Hackathon India, 2022 Winners - Darsan and more (bladerunners)",
+ },
+ {
+ imageLink: "/carousels/darsan-winner-national-hackathon-skasc-2.webp",
+ alt: "Winners Receiving prize at the hackathon event - Sri Krishna Arts and Science College,Coimbatore - National Level Cyber Hackathon India, 2022 Winners - Darsan and more (bladerunners)",
+ },
+ {
+ imageLink: "/carousels/darsan-winner-national-hackathon-skasc.webp",
+ alt: "National Level Cyber Hackathon India, 2022 Winners - Darsan Holding Trophy",
+ },
+ {
+ imageLink: "/carousels/darsan-top-coder-winner.webp",
+ alt: "Internal campus coding competition at Sri Krishna Arts and Science College (SKASC) - Winner",
+ },
+ {
+ imageLink: "/carousels/darsan-ug-graduation.webp",
+ alt: "Darsan receiving his certificate at graduation ceremony",
+ },
+];
+
+export default () => (
+
+
+
+ 📸 Featured
+ {" "}
+
+ Gallery
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+);
diff --git a/app/src/components/home.tsx b/app/src/components/home.tsx
index 7dd892c..44020d3 100644
--- a/app/src/components/home.tsx
+++ b/app/src/components/home.tsx
@@ -5,6 +5,7 @@ import { useEffect, useState } from "react";
import Achievments from "./achievments";
import Education from "./education";
import Experience from "./experience";
+import Featured from "./featured";
import Loading from "./loading";
import NotLimited from "./not-limited";
import Quote from "./quote";
@@ -141,6 +142,7 @@ export default function HomePage() {
+
>
diff --git a/public/carousels/darsan-cyber-hackathon-winners.webp b/public/carousels/darsan-cyber-hackathon-winners.webp
new file mode 100644
index 0000000..3a90429
Binary files /dev/null and b/public/carousels/darsan-cyber-hackathon-winners.webp differ
diff --git a/public/carousels/darsan-top-coder-winner.webp b/public/carousels/darsan-top-coder-winner.webp
new file mode 100644
index 0000000..4e10401
Binary files /dev/null and b/public/carousels/darsan-top-coder-winner.webp differ
diff --git a/public/carousels/darsan-ug-graduation.webp b/public/carousels/darsan-ug-graduation.webp
new file mode 100644
index 0000000..67392b1
Binary files /dev/null and b/public/carousels/darsan-ug-graduation.webp differ
diff --git a/public/carousels/darsan-winner-national-hackathon-skasc-2.webp b/public/carousels/darsan-winner-national-hackathon-skasc-2.webp
new file mode 100644
index 0000000..9f69e22
Binary files /dev/null and b/public/carousels/darsan-winner-national-hackathon-skasc-2.webp differ
diff --git a/public/carousels/darsan-winner-national-hackathon-skasc.webp b/public/carousels/darsan-winner-national-hackathon-skasc.webp
new file mode 100644
index 0000000..2a0a2b6
Binary files /dev/null and b/public/carousels/darsan-winner-national-hackathon-skasc.webp differ