diff --git a/src/app/page.tsx b/src/app/page.tsx
index a6fd75a..80c5df3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,83 +33,46 @@ export default function LandingPage() {
@@ -455,19 +254,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
- href: "https://instagram.com/vihatinteriors",
- ariaLabel: "Instagram",
- },
+ href: "https://instagram.com/vihatinteriors", ariaLabel: "Instagram"},
{
icon: Facebook,
- href: "https://facebook.com/vihatinteriors",
- ariaLabel: "Facebook",
- },
+ href: "https://facebook.com/vihatinteriors", ariaLabel: "Facebook"},
{
icon: Linkedin,
- href: "https://linkedin.com/company/vihatinteriors",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com/company/vihatinteriors", ariaLabel: "LinkedIn"},
]}
/>