diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index e3cca81..09ff4b5 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -46,45 +46,25 @@ export default function AboutPage() {
@@ -107,59 +85,29 @@ export default function AboutPage() {
@@ -203,24 +145,16 @@ export default function AboutPage() {
socialLinks={[
{
icon: Facebook,
- href: "https://facebook.com",
- ariaLabel: "Facebook",
- },
+ href: "https://facebook.com", ariaLabel: "Facebook"},
{
icon: Instagram,
- href: "https://instagram.com",
- ariaLabel: "Instagram",
- },
+ href: "https://instagram.com", ariaLabel: "Instagram"},
{
icon: Twitter,
- href: "https://twitter.com",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com", ariaLabel: "Twitter"},
{
icon: Linkedin,
- href: "https://linkedin.com",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com", ariaLabel: "LinkedIn"},
]}
/>