diff --git a/app/about/page.tsx b/app/about/page.tsx index c168324..76fdba5 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -27,7 +27,7 @@ export default function AboutPage() { return (
{/* Hero Section */} -
+
@@ -97,7 +97,7 @@ export default function AboutPage() {
{/* Mission Section */} -
+

@@ -113,11 +113,11 @@ export default function AboutPage() {

We started Dev Weekends because we saw brilliant minds falling through the cracks. Students with incredible potential but no roadmap. Engineers who could build anything - but didn''t know where to start. A generation of talent lost to a broken system. + but didn't know where to start. A generation of talent lost to a broken system.

So we built something different. A community where engineers at top companies mentor - the next generation. Where practice isn''t optionalit''s daily. Where success is measured + the next generation. Where practice isn't optional—it's daily. Where success is measured not by what you know, but by how many lives you change after your own transformation.

@@ -143,7 +143,7 @@ export default function AboutPage() {
{/* The Circles Ecosystem */} -
+

@@ -184,7 +184,7 @@ export default function AboutPage() {

{/* The Internal Engine */} -
+

@@ -253,7 +253,7 @@ export default function AboutPage() {

{/* Team Section */} -
+

@@ -300,14 +300,14 @@ export default function AboutPage() {

{/* CTA Section */} -
+

Ready to Transform?

Join 20,000+ engineers who chose to stop waiting and start building. - Your transformation starts with one decision. It''s free, forever. + Your transformation starts with one decision. It's free, forever.

) } + + diff --git a/app/our-story/page.tsx b/app/our-story/page.tsx index cc10726..77ace10 100644 --- a/app/our-story/page.tsx +++ b/app/our-story/page.tsx @@ -3,7 +3,7 @@ import { useState, useEffect, useRef } from "react" import Link from "next/link" import Image from "next/image" -import { ArrowRight, ExternalLink, X, Mail, Linkedin } from "lucide-react" +import { ArrowRight, ExternalLink, X, Mail, Linkedin, Sun, Sunset, Moon } from "lucide-react" export default function OurStoryPage() { const [showMentorModal, setShowMentorModal] = useState(false) @@ -102,7 +102,7 @@ export default function OurStoryPage() { {/* ============================================ SECTION 1: HERO - THE EMOTIONAL HOOK ============================================ */} -
+
{/* Grid Background Pattern */}
@@ -191,7 +191,7 @@ export default function OurStoryPage() { {/* ============================================ SECTION 2: OUR FOCUS AREAS ============================================ */} -
+

@@ -247,7 +247,7 @@ export default function OurStoryPage() { {/* ============================================ SECTION 3: THE PROBLEM WE SOLVE ============================================ */} -

+

@@ -283,7 +283,7 @@ export default function OurStoryPage() { key={i} className="bg-background p-8 relative" > - + {problem.num}

{problem.title}

@@ -301,7 +301,7 @@ export default function OurStoryPage() { {/* ============================================ SECTION 4: THE THREE PILLARS PHILOSOPHY ============================================ */} -
+

@@ -388,9 +388,9 @@ export default function OurStoryPage() { {/* ============================================ SECTION 5: THE DEV WEEKENDS METHOD ============================================ */} -

+
-
+

The Dev Weekends Method

@@ -408,28 +408,34 @@ export default function OurStoryPage() { time: "Morning", title: "Mindset Talks", desc: "Productivity hacks, discipline frameworks, and the psychology of high performers.", - tags: ["Productivity", "Discipline", "Mindset"] + tags: ["Productivity", "Discipline", "Mindset"], + icon: Sun }, { time: "Afternoon", title: "Tech Talks", desc: "Deep dives into system design, industry best practices, and technical skills.", - tags: ["System Design", "DSA", "Industry Skills"] + tags: ["System Design", "DSA", "Industry Skills"], + icon: Sunset }, { time: "Evening", title: "Spiritual Talks", desc: "Purpose, resilience, giving back, and building a life beyond code.", - tags: ["Purpose", "Resilience", "Community"] + tags: ["Purpose", "Resilience", "Community"], + icon: Moon }, ].map((talk, i) => (
- - {talk.time} - +
+ + + {talk.time} + +

{talk.title}

{talk.desc}

@@ -451,7 +457,7 @@ export default function OurStoryPage() { {/* ============================================ SECTION 6: THE 3-TRACK SYSTEM ============================================ */} -
+

@@ -518,7 +524,7 @@ export default function OurStoryPage() { Path {track.num}

{track.title}

-

{track.tagline}

+

{track.tagline}

{track.desc}

    @@ -546,7 +552,7 @@ export default function OurStoryPage() { {/* ============================================ SECTION 7: THE FELLOWSHIP EXPERIENCE ============================================ */} -
    +

    @@ -572,7 +578,7 @@ export default function OurStoryPage() { key={i} className="bg-background p-6 text-center" > -

    {step.num}
    +
    {step.num}

    {step.title}

    {step.text}

    @@ -625,7 +631,7 @@ export default function OurStoryPage() { {/* ============================================ SECTION 7.25: THE CIRCLES ECOSYSTEM ============================================ */} -
    +

    @@ -668,7 +674,7 @@ export default function OurStoryPage() { {/* ============================================ SECTION 7.5: EVENTS CALENDAR ============================================ */} -

    +
    {/* Left: Info */} @@ -733,7 +739,7 @@ export default function OurStoryPage() { {/* ============================================ SECTION 10: RESOURCES & TOOLS ============================================ */} -
    +

    @@ -801,7 +807,7 @@ export default function OurStoryPage() { {/* ============================================ SECTION 11: IMPACT DASHBOARD ============================================ */} -

    +

    @@ -874,7 +880,7 @@ export default function OurStoryPage() { {/* ============================================ SECTION 12: THE GIVING BACK MODEL ============================================ */} -

    +

    @@ -916,7 +922,7 @@ export default function OurStoryPage() { {/* ============================================ SECTION 12.5: LEARN FROM INDUSTRY LEADERS ============================================ */} -

    +

    @@ -1020,7 +1026,7 @@ export default function OurStoryPage() { {/* ============================================ SECTION 13: TESTIMONIALS / FELLOW VOICES ============================================ */} -

    +

    @@ -1060,7 +1066,7 @@ export default function OurStoryPage() { {/* ============================================ SECTION 14: JOIN THE MOVEMENT (CTA) ============================================ */} -

    +

    Ready to Transform Your Career? @@ -1095,7 +1101,7 @@ export default function OurStoryPage() { { num: "4", text: "Begin Journey" }, ].map((step, i) => (
    -
    {step.num}
    +
    {step.num}
    {step.text}
    ))} @@ -1254,3 +1260,5 @@ export default function OurStoryPage() {

    ) } + +