diff --git a/src/app/page.tsx b/src/app/page.tsx
index d757eb1..2708d7a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
-import { AlertTriangle, CheckCircle, Code, Database, Network, TrendingUp, Zap } from "lucide-react";
+import { AlertTriangle, CheckCircle, Code, Database, Network, TrendingUp, Zap, Lightbulb, Bug, Minimize, Rocket } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,29 +33,17 @@ export default function LandingPage() {
@@ -64,19 +52,14 @@ export default function LandingPage() {
@@ -248,14 +163,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "React",
- "Node.js",
- "TypeScript",
- "Python",
- "Docker",
- "AWS",
- "PostgreSQL",
- ]}
+ "React", "Node.js", "TypeScript", "Python", "Docker", "AWS", "PostgreSQL"]}
title="Key Technologies & Tools"
description="Proficiencies across various technologies, frameworks, and development tools critical for modern engineering."
speed={40}
@@ -268,20 +176,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq-1",
- title: "How do you approach new technologies?",
- content: "I start with the fundamentals, build small prototypes to understand core concepts, and integrate gradually, documenting my learning process.",
- },
+ id: "faq-1", title: "How do you approach new technologies?", content: "I start with the fundamentals, build small prototypes to understand core concepts, and integrate gradually, documenting my learning process."},
{
- id: "faq-2",
- title: "What's your stance on code quality?",
- content: "Code should be clean, readable, and maintainable. I prioritize clear logic, consistent style, and thorough testing to ensure robustness.",
- },
+ id: "faq-2", title: "What's your stance on code quality?", content: "Code should be clean, readable, and maintainable. I prioritize clear logic, consistent style, and thorough testing to ensure robustness."},
{
- id: "faq-3",
- title: "How do you handle project setbacks?",
- content: "I view setbacks as learning opportunities. My process involves root cause analysis, identifying trade-offs, and iterating on solutions with a clear plan to move forward.",
- },
+ id: "faq-3", title: "How do you handle project setbacks?", content: "I view setbacks as learning opportunities. My process involves root cause analysis, identifying trade-offs, and iterating on solutions with a clear plan to move forward."},
]}
sideTitle="Common Questions About My Work"
sideDescription="Insights into my process, motivations, and collaborative approach."
@@ -295,22 +194,15 @@ export default function LandingPage() {
@@ -321,33 +213,21 @@ export default function LandingPage() {
{
items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "Thinking",
- href: "#thinking",
- },
+ label: "Thinking", href: "#thinking"},
{
- label: "Projects",
- href: "#projects",
- },
+ label: "Projects", href: "#projects"},
],
},
{
items: [
{
- label: "Experiments",
- href: "#experiments",
- },
+ label: "Experiments", href: "#experiments"},
{
- label: "Growth",
- href: "#growth",
- },
+ label: "Growth", href: "#growth"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
]}