Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,3 +333,5 @@ export default function AboutPage() {
}




9 changes: 3 additions & 6 deletions app/our-story/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@ export default function OurStoryPage() {
<div className="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
{/* Left: Content */}
<div>
{/* Badge */}
<div className="inline-flex items-center gap-2.5 px-4 py-2 border border-green-500/30 text-xs font-semibold tracking-[2px] uppercase text-green-700 dark:text-green-400 mb-8">
<span className="w-2 h-2 bg-green-500 rounded-full animate-pulse"></span>
Your Gateway to Becoming a Better Software Engineer
</div>

{/* Main Headline */}
<h1 className="text-[clamp(32px,5vw,56px)] font-bold leading-[1.1] tracking-tight mb-6">
We Don&apos;t Just Teach Code.
Expand Down Expand Up @@ -1262,3 +1256,6 @@ export default function OurStoryPage() {
}