diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5504e74..8155f0e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,33 +43,13 @@ export default function LandingPage() {
@@ -295,16 +169,8 @@ export default function LandingPage() {
logoText="Restoran Sri Pantai"
copyrightText="© 2025 Restoran Sri Pantai. All Rights Reserved."
socialLinks={[
- {
- icon: Facebook,
- href: "#",
- ariaLabel: "Facebook",
- },
- {
- icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
+ { icon: Facebook, href: "#", ariaLabel: "Facebook" },
+ { icon: Instagram, href: "#", ariaLabel: "Instagram" },
]}
/>