diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8542606..0de5c17 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
@@ -67,70 +53,42 @@ export default function LandingPage() {
@@ -302,55 +182,20 @@ export default function LandingPage() {
@@ -379,20 +217,15 @@ export default function LandingPage() {
@@ -404,24 +237,16 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
- href: "https://instagram.com/zakibenhacene",
- ariaLabel: "Instagram",
- },
+ href: "https://instagram.com/zakibenhacene", ariaLabel: "Instagram"},
{
icon: Film,
- href: "https://tiktok.com/@zakibenhacene",
- ariaLabel: "TikTok",
- },
+ href: "https://tiktok.com/@zakibenhacene", ariaLabel: "TikTok"},
{
icon: Mail,
- href: "mailto:zaki@example.com",
- ariaLabel: "Email",
- },
+ href: "mailto:zaki@example.com", ariaLabel: "Email"},
{
icon: Info,
- href: "https://wa.me/1234567890",
- ariaLabel: "WhatsApp",
- },
+ href: "https://wa.me/1234567890", ariaLabel: "WhatsApp"},
]}
/>