diff --git a/src/app/page.tsx b/src/app/page.tsx index e7d3cb1..adb349c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplit from '@/components/sections/hero/HeroSplit'; @@ -31,21 +30,13 @@ export default function LandingPage() { @@ -54,61 +45,38 @@ export default function LandingPage() {
@@ -121,17 +89,11 @@ export default function LandingPage() { description="I am a security researcher and CTF fanatic. This space is where I document my technical journey and share lessons learned from the digital front lines." bulletPoints={[ { - title: "Security Research", - description: "Always looking for vulnerabilities.", - }, + title: "Security Research", description: "Always looking for vulnerabilities."}, { - title: "CTF Enthusiast", - description: "Compete, learn, repeat.", - }, + title: "CTF Enthusiast", description: "Compete, learn, repeat."}, { - title: "Open Source", - description: "Building and learning.", - }, + title: "Open Source", description: "Building and learning."}, ]} imageSrc="http://img.b2bpic.net/free-photo/laptop-table_400718-26.jpg?_wi=1" mediaAnimation="blur-reveal" @@ -147,152 +109,30 @@ export default function LandingPage() { description="Technical write-ups and personal reflections." blogs={[ { - id: "1", - category: "TryHackMe", - title: "Cracking the Box: A Detailed Write-up", - excerpt: "Walking through the steps to root this machine...", - imageSrc: "http://img.b2bpic.net/free-photo/woman-data-center-using-laptop-update-storage-arrays-holding-coffee-cup_482257-124998.jpg?_wi=1", - authorName: "bamuwe", - authorAvatar: "http://img.b2bpic.net/free-photo/business-manager-writing-diagrams-data-computer-creating-official-marketing-report-e-commerce-development-young-employee-planning-financial-project-with-statistics-night-close-up_482257-65001.jpg", - date: "2023-10-15", - }, + id: "1", category: "TryHackMe", title: "Cracking the Box: A Detailed Write-up", excerpt: "Walking through the steps to root this machine...", imageSrc: "http://img.b2bpic.net/free-photo/woman-data-center-using-laptop-update-storage-arrays-holding-coffee-cup_482257-124998.jpg?_wi=1", authorName: "bamuwe", authorAvatar: "http://img.b2bpic.net/free-photo/business-manager-writing-diagrams-data-computer-creating-official-marketing-report-e-commerce-development-young-employee-planning-financial-project-with-statistics-night-close-up_482257-65001.jpg", date: "2023-10-15"}, { - id: "2", - category: "CTF", - title: "Buffer Overflow Basics", - excerpt: "Deep dive into memory safety and exploitation.", - imageSrc: "http://img.b2bpic.net/free-photo/illegal-acts-with-computer_1134-497.jpg?_wi=1", - authorName: "bamuwe", - authorAvatar: "http://img.b2bpic.net/free-photo/detective-reading-classified-records_482257-74577.jpg", - date: "2023-11-02", - }, + id: "2", category: "CTF", title: "Buffer Overflow Basics", excerpt: "Deep dive into memory safety and exploitation.", imageSrc: "http://img.b2bpic.net/free-photo/illegal-acts-with-computer_1134-497.jpg?_wi=1", authorName: "bamuwe", authorAvatar: "http://img.b2bpic.net/free-photo/detective-reading-classified-records_482257-74577.jpg", date: "2023-11-02"}, { - id: "3", - category: "Tecniq", - title: "Docker Security Best Practices", - excerpt: "Hardening your containers in production environments.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-connecting-dots-digital-network-design_53876-160254.jpg?_wi=1", - authorName: "bamuwe", - authorAvatar: "http://img.b2bpic.net/free-photo/black-laptop-screen-dark-room-night_169016-58009.jpg", - date: "2023-12-05", - }, + id: "3", category: "Tecniq", title: "Docker Security Best Practices", excerpt: "Hardening your containers in production environments.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background-connecting-dots-digital-network-design_53876-160254.jpg?_wi=1", authorName: "bamuwe", authorAvatar: "http://img.b2bpic.net/free-photo/black-laptop-screen-dark-room-night_169016-58009.jpg", date: "2023-12-05"}, ]} /> -
- -
- -
- -
-