diff --git a/src/app/page.tsx b/src/app/page.tsx
index a28725f..1230648 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,37 +33,23 @@ export default function LandingPage() {
@@ -72,46 +58,25 @@ export default function LandingPage() {
@@ -371,6 +239,7 @@ export default function LandingPage() {
@@ -430,14 +263,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Nike",
- "Adidas",
- "Puma",
- "Orange",
- "Coca-Cola",
- "Qatar Airways",
- "Ooredoo",
- ]}
+ "Nike", "Adidas", "Puma", "Orange", "Coca-Cola", "Qatar Airways", "Ooredoo"]}
title="OFFICIAL PARTNERS"
description="Our success is built on strong partnerships. We proudly collaborate with leading brands who share our vision for excellence and community impact."
tag="Trusted Collaborators"
@@ -451,18 +277,13 @@ export default function LandingPage() {
@@ -476,24 +297,16 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
- href: "https://facebook.com/EST",
- ariaLabel: "Facebook",
- },
+ href: "https://facebook.com/EST", ariaLabel: "Facebook"},
{
icon: Twitter,
- href: "https://twitter.com/EST",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com/EST", ariaLabel: "Twitter"},
{
icon: Instagram,
- href: "https://instagram.com/EST",
- ariaLabel: "Instagram",
- },
+ href: "https://instagram.com/EST", ariaLabel: "Instagram"},
{
icon: Film,
- href: "https://youtube.com/EST",
- ariaLabel: "YouTube",
- },
+ href: "https://youtube.com/EST", ariaLabel: "YouTube"},
]}
/>