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() {
@@ -127,20 +107,18 @@ export default function LandingPage() {
@@ -149,56 +127,44 @@ export default function LandingPage() {