diff --git a/src/app/pages/claim-id/page.tsx b/src/app/pages/claim-id/page.tsx index 99c34f3..20a576f 100644 --- a/src/app/pages/claim-id/page.tsx +++ b/src/app/pages/claim-id/page.tsx @@ -40,7 +40,7 @@ export default function ClaimIdPage() { Get your Web3 identity -

+

Ditch the long standard wallet addresses
Claim your personalised, readable Web3 identity
exclusive to University of Auckland Web3 Club members. diff --git a/src/components/about.tsx b/src/components/about.tsx index fea96de..8be6379 100644 --- a/src/components/about.tsx +++ b/src/components/about.tsx @@ -37,7 +37,7 @@ export function About() { Decentralised Future -

+

We are Auckland's premier student-led organisation dedicated
to blockchain education and innovation. We bridge the gap between
university theory and industry-grade Web3 development. diff --git a/src/components/events.tsx b/src/components/events.tsx index db1aa31..a30d736 100644 --- a/src/components/events.tsx +++ b/src/components/events.tsx @@ -48,7 +48,7 @@ export function Events() {

Moments That Matter

- +

From launch nights to industry meetups, see what
@@ -61,27 +61,45 @@ export function Events() { {displayEvents.map((section) => (

{/* Title */}

{section.label}

- {/* Layout */} - {/*// grid-cols-[2fr_1fr] frist 2 column, 1 seocnd column*/} -
+ {/* Mobile: 3 stacked full-width images */} +
+ {section.events.slice(0, 3).map((event, index) => ( +
+ {section.label} +
+ ))} +
+ + {/* Desktop: original 2fr_1fr layout with all 5 images */} +
{/* Left Grid */}
- {section.events.slice(0, 4).map((event, index) => ( // index is added to make sure all keys(images) are unique remove index when we have different images + {section.events.slice(0, 4).map((event, index) => (
{section.label}
@@ -94,6 +112,7 @@ export function Events() { src={section.events[4]} alt={section.label} fill + sizes="(max-width: 768px) 100vw, 25vw" className="object-cover" />
diff --git a/src/components/hero.tsx b/src/components/hero.tsx index 11a0e2e..f07d016 100644 --- a/src/components/hero.tsx +++ b/src/components/hero.tsx @@ -8,7 +8,7 @@ export function Hero() {
{/* Hero text (left side) */}
-

+

WEB3 UOA

@@ -74,8 +74,7 @@ export function Hero() {
-
- +
{/* Logo element (right side) */}
@@ -91,7 +90,7 @@ export function Hero() { WEB3UOA Logo Cube Our Sponsors -

+

Collaborating with industry leaders to drive
the future of Web3 in New Zealand.