diff --git a/src/app/page.tsx b/src/app/page.tsx
index 59e47a5..02ec607 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,33 +44,15 @@ export default function LandingPage() {
@@ -310,16 +163,8 @@ export default function LandingPage() {
logoText="Earthy Brew"
copyrightText="© 2025 Earthy Brew. All rights reserved."
socialLinks={[
- {
- icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
- {
- icon: Twitter,
- href: "#",
- ariaLabel: "Twitter",
- },
+ { icon: Instagram, href: "#", ariaLabel: "Instagram" },
+ { icon: Twitter, href: "#", ariaLabel: "Twitter" },
]}
/>