diff --git a/src/app/page.tsx b/src/app/page.tsx
index 33af959..7736928 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -56,34 +44,16 @@ export default function LandingPage() {
title="PSG 2024/25: The Potential XI"
description="Witness the future of football. A new era of tactics, precision, and passion."
buttons={[
- {
- text: "See Squad",
- href: "#squad",
- },
+ { text: "See Squad", href: "#squad" }
]}
imageSrc="http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151918984.jpg"
showBlur={true}
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/wide-angle-shot-person-sailing-small-boat-surrounded-with-large-columns_181624-11434.jpg",
- alt: "Fan portrait 1",
- },
- {
- src: "http://img.b2bpic.net/free-photo/chicago-street-black-white_268835-3999.jpg",
- alt: "Fan portrait 2",
- },
- {
- src: "http://img.b2bpic.net/free-photo/low-angle-shot-escalator-going-up-metro-station-vijzelgracht-netherlands_181624-4984.jpg",
- alt: "Fan portrait 3",
- },
- {
- src: "http://img.b2bpic.net/free-photo/wide-shot-moving-walkways-autowalks_181624-2642.jpg",
- alt: "Fan portrait 4",
- },
- {
- src: "http://img.b2bpic.net/free-photo/escalator-building_23-2149397603.jpg",
- alt: "Fan portrait 5",
- },
+ { src: "http://img.b2bpic.net/free-photo/wide-angle-shot-person-sailing-small-boat-surrounded-with-large-columns_181624-11434.jpg", alt: "Fan portrait 1" },
+ { src: "http://img.b2bpic.net/free-photo/chicago-street-black-white_268835-3999.jpg", alt: "Fan portrait 2" },
+ { src: "http://img.b2bpic.net/free-photo/low-angle-shot-escalator-going-up-metro-station-vijzelgracht-netherlands_181624-4984.jpg", alt: "Fan portrait 3" },
+ { src: "http://img.b2bpic.net/free-photo/wide-shot-moving-walkways-autowalks_181624-2642.jpg", alt: "Fan portrait 4" },
+ { src: "http://img.b2bpic.net/free-photo/escalator-building_23-2149397603.jpg", alt: "Fan portrait 5" }
]}
avatarText="Join 50,000+ registered fans"
/>
@@ -100,46 +70,16 @@ export default function LandingPage() {
@@ -274,31 +155,17 @@ export default function LandingPage() {
logoText="PSG 24/25"
columns={[
{
- title: "Company",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Squad",
- href: "#squad",
- },
- ],
+ title: "Company", items: [
+ { label: "About", href: "#about" },
+ { label: "Squad", href: "#squad" }
+ ]
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy",
- href: "#",
- },
- {
- label: "Terms",
- href: "#",
- },
- ],
- },
+ title: "Legal", items: [
+ { label: "Privacy", href: "#" },
+ { label: "Terms", href: "#" }
+ ]
+ }
]}
/>