diff --git a/src/app/page.tsx b/src/app/page.tsx index dcf2c2a..e6b6471 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,6 +102,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} tag="First Year" + gridVariant="three-items-equal-width" /> @@ -114,7 +115,6 @@ export default function LandingPage() { { id: "event-2", category: "Photo Walk", title: "Neon City Nights", excerpt: "Explore the vibrant nightlife and capture dynamic street scenes with expert guidance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BMFffN5mG4WUuMyJrqfqNkTHAl/a-group-of-photographers-on-a-vibrant-ni-1774291209022-0117fa84.png", imageAlt: "Night photo walk in a neon city", authorName: "Maya Singh", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BMFffN5mG4WUuMyJrqfqNkTHAl/professional-headshot-of-a-diverse-young-1774291208047-9a81af67.png", date: "Nov 15, 2024" }, { id: "event-3", category: "Masterclass", title: "Advanced Portraiture", excerpt: "Elevate your portrait skills with advanced lighting and composition techniques.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BMFffN5mG4WUuMyJrqfqNkTHAl/a-masterclass-session-with-an-expert-pho-1774291207671-6855bc02.png", imageAlt: "Photography masterclass session", authorName: "Alex Chen", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BMFffN5mG4WUuMyJrqfqNkTHAl/professional-headshot-of-a-diverse-young-1774291206760-349a1f7b.png", date: "Dec 05, 2024" } ]} - gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -125,7 +125,7 @@ export default function LandingPage() {