From 0315d96e7495ce625bf33f9c23be0f201067f7b2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:52:39 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 131 ++++++++++++++--------------------------- 1 file changed, 44 insertions(+), 87 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 60b00e3..a624a57 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -29,25 +29,23 @@ export default function LandingPage() { @@ -117,23 +103,14 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "1", - name: "Marc A. Johnson", - role: "Founder & CEO", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPLvE2vxEWx6v2negTCff05mdW/a-clean-dark-themed-user-profile-screen--1774386048268-023aa878.png?_wi=6", + id: "1", name: "Marc A. Johnson", role: "Founder & CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPLvE2vxEWx6v2negTCff05mdW/a-clean-dark-themed-user-profile-screen--1774386048268-023aa878.png?_wi=6" }, { - id: "2", - name: "Sarah L. Chen", - role: "Lead Developer", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPLvE2vxEWx6v2negTCff05mdW/a-clean-dark-themed-user-profile-screen--1774386048268-023aa878.png?_wi=7", + id: "2", name: "Sarah L. Chen", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPLvE2vxEWx6v2negTCff05mdW/a-clean-dark-themed-user-profile-screen--1774386048268-023aa878.png?_wi=7" }, { - id: "3", - name: "David K. Lee", - role: "Head of Design", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPLvE2vxEWx6v2negTCff05mdW/a-clean-dark-themed-user-profile-screen--1774386048268-023aa878.png?_wi=8", - }, + id: "3", name: "David K. Lee", role: "Head of Design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BPLvE2vxEWx6v2negTCff05mdW/a-clean-dark-themed-user-profile-screen--1774386048268-023aa878.png?_wi=8" + } ]} title="The Team Behind the Dream" description="We are a dedicated group of developers, designers, and football enthusiasts committed to delivering the best World Cup experience." @@ -147,25 +124,17 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "What is the World Cup Bracket Challenge?", - content: "It's an interactive game where you predict the outcomes of every match in the FIFA World Cup, from group stages to the final.", + id: "1", title: "What is the World Cup Bracket Challenge?", content: "It's an interactive game where you predict the outcomes of every match in the FIFA World Cup, from group stages to the final." }, { - id: "2", - title: "How do I create a bracket?", - content: "Simply sign up, navigate to 'My Bracket,' and start making your predictions for each match. You can edit them until the first match kicks off.", + id: "2", title: "How do I create a bracket?", content: "Simply sign up, navigate to 'My Bracket,' and start making your predictions for each match. You can edit them until the first match kicks off." }, { - id: "3", - title: "How are points scored?", - content: "Points are awarded for correct predictions. The further into the tournament a match is, the more points you earn for a correct pick.", + id: "3", title: "How are points scored?", content: "Points are awarded for correct predictions. The further into the tournament a match is, the more points you earn for a correct pick." }, { - id: "4", - title: "Can I create private leagues?", - content: "Yes, you can create private leagues to compete exclusively with your friends and family. Bragging rights are on the line!", - }, + id: "4", title: "Can I create private leagues?", content: "Yes, you can create private leagues to compete exclusively with your friends and family. Bragging rights are on the line!" + } ]} title="Got Questions? We've Got Answers." description="Find quick solutions to the most common inquiries about the World Cup Bracket Challenge." @@ -178,56 +147,44 @@ export default function LandingPage() { Date: Tue, 24 Mar 2026 22:52:39 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 118 ++++++++++++++------------------------- 1 file changed, 42 insertions(+), 76 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a7e3b48..d2e002e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -28,25 +28,23 @@ export default function LandingPage() { @@ -127,20 +107,18 @@ export default function LandingPage() { @@ -149,56 +127,44 @@ export default function LandingPage() { Date: Tue, 24 Mar 2026 22:52:40 +0000 Subject: [PATCH 3/3] Update src/app/leaderboard/page.tsx --- src/app/leaderboard/page.tsx | 140 +++++++++++------------------------ 1 file changed, 45 insertions(+), 95 deletions(-) diff --git a/src/app/leaderboard/page.tsx b/src/app/leaderboard/page.tsx index e75e37d..cc443d6 100644 --- a/src/app/leaderboard/page.tsx +++ b/src/app/leaderboard/page.tsx @@ -27,25 +27,23 @@ export default function LandingPage() {