Skip to content

Commit e0fa622

Browse files
committed
feat: implement WebGL shader background with performance monitoring and add new static content pages.
1 parent 7a20c0d commit e0fa622

9 files changed

Lines changed: 169 additions & 162 deletions

File tree

app/about/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ export default function About() {
203203
eyebrow="About"
204204
title={aboutContent.title}
205205
description={aboutContent.description}
206+
className="pt-24 md:pt-32"
206207
>
207208
<ul className="grid grid-cols-1 grid-rows-none gap-4 md:grid-cols-12 md:grid-rows-2 lg:gap-4">
208209
{aboutContent.sections.map((section, index) => {

app/coc/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default function CodeOfConduct() {
9898
return (
9999
<>
100100
{/* Hero Section */}
101-
<section className="relative min-h-[45vh] sm:min-h-[50vh] flex items-center justify-center overflow-hidden text-white">
101+
<section className="relative min-h-[45vh] sm:min-h-[50vh] flex items-center justify-center overflow-hidden text-white pt-24 md:pt-32">
102102
<WebGLShader />
103103
<div className="relative z-10 w-full mx-auto max-w-5xl px-4 sm:px-6 py-8 sm:py-12 md:py-16">
104104
<GlassContainer className="px-6 py-12 md:py-20 sm:px-10 lg:px-16 text-center">

app/contact/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default function Contact() {
7777
return (
7878
<>
7979
{/* Hero Section */}
80-
<section className="relative min-h-[50vh] md:min-h-[65vh] flex items-center justify-center overflow-hidden text-white">
80+
<section className="relative min-h-[50vh] md:min-h-[65vh] flex items-center justify-center overflow-hidden text-white pt-24 md:pt-32">
8181
<WebGLShader />
8282
<div className="relative z-10 w-full mx-auto max-w-5xl px-4 sm:px-6 py-12 md:py-24">
8383
<GlassContainer className="px-6 py-12 md:py-20 sm:px-10 lg:px-16 text-center">

app/events/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export default function Events() {
180180
return (
181181
<>
182182
{/* ── Hero ──────────────────────────────────────────────────────────── */}
183-
<section className="relative min-h-[72vh] flex items-center justify-center overflow-hidden text-white">
183+
<section className="relative min-h-[72vh] flex items-center justify-center overflow-hidden text-white pt-24 md:pt-32">
184184
<WebGLShader />
185185
<div className="relative z-10 w-full mx-auto max-w-5xl px-4 sm:px-6">
186186
<GlassContainer className="px-6 py-12 md:py-20 sm:px-10 lg:px-16 text-center">

app/faq/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default function FAQ() {
112112
return (
113113
<>
114114
{/* Hero Section */}
115-
<section className="relative min-h-[40vh] sm:min-h-[45vh] flex items-center justify-center overflow-hidden text-white">
115+
<section className="relative min-h-[40vh] sm:min-h-[45vh] flex items-center justify-center overflow-hidden text-white pt-24 md:pt-32">
116116
<WebGLShader />
117117
<div className="relative z-10 w-full mx-auto max-w-5xl px-4 sm:px-6 py-8 sm:py-12 md:py-20">
118118
<GlassContainer className="px-6 py-12 md:py-20 sm:px-10 lg:px-16 text-center">

app/impact/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const culturePillars = [
7777
export default function Impact() {
7878
return (
7979
<>
80-
<section className="relative min-h-[75vh] flex items-center justify-center overflow-hidden text-white">
80+
<section className="relative min-h-[75vh] flex items-center justify-center overflow-hidden text-white pt-24 md:pt-32">
8181
<WebGLShader />
8282
<div className="relative z-10 w-full mx-auto max-w-5xl px-4 sm:px-6">
8383
<GlassContainer className="px-6 py-12 md:py-20 sm:px-10 lg:px-16 text-center">

app/join/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default function Join() {
9393
<Script src="https://tally.so/widgets/embed.js" strategy="lazyOnload" />
9494

9595
{/* Hero Section */}
96-
<section className="relative min-h-[40vh] sm:min-h-[50vh] flex items-center justify-center overflow-hidden text-white">
96+
<section className="relative min-h-[40vh] sm:min-h-[50vh] flex items-center justify-center overflow-hidden text-white pt-24 md:pt-32">
9797
<WebGLShader />
9898
<div className="relative z-10 w-full mx-auto max-w-5xl px-4 sm:px-6 py-8 sm:py-12 md:py-24">
9999
<GlassContainer className="px-6 py-12 md:py-20 sm:px-10 lg:px-16 text-center">

app/projects/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default function Projects() {
166166
return (
167167
<>
168168
{/* Hero Section */}
169-
<section className="relative min-h-[50vh] flex items-center justify-center overflow-hidden text-white">
169+
<section className="relative min-h-[50vh] flex items-center justify-center overflow-hidden text-white pt-24 md:pt-32">
170170
<WebGLShader />
171171
<div className="relative z-10 w-full mx-auto max-w-5xl px-4 sm:px-6 py-12 md:py-24">
172172
<div className="relative border-2 border-[var(--brand-pink)]/30 rounded-[32px] md:rounded-[40px] p-1.5 md:p-2 backdrop-blur-sm bg-black/10">

0 commit comments

Comments
 (0)