diff --git a/src/app/page.tsx b/src/app/page.tsx
index b9d987f..a0eb586 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -57,43 +42,20 @@ export default function LandingPage() {
@@ -103,48 +65,14 @@ export default function LandingPage() {
@@ -312,20 +159,12 @@ export default function LandingPage() {
logoText="JDS - Building Trust"
copyrightText="© 2025 JDS Construction. All rights reserved."
socialLinks={[
- {
- icon: Instagram,
- href: "https://instagram.com",
- ariaLabel: "Instagram",
- },
- {
- icon: Linkedin,
- href: "https://linkedin.com",
- ariaLabel: "LinkedIn",
- },
+ { icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
+ { icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },
]}
/>
);
-}
+}
\ No newline at end of file