diff --git a/src/app/page.tsx b/src/app/page.tsx
index d304520..382d7e9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -17,8 +17,8 @@ import { Cog, Crown, Diamond, Facebook, Gauge, Instagram, Leaf, PenTool, Phone,
export default function LandingPage() {
return (
@@ -327,14 +200,11 @@ export default function LandingPage() {
@@ -346,23 +216,17 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
- href: "https://instagram.com/orfebreriafina",
- ariaLabel: "Instagram",
- },
+ href: "https://instagram.com/orfebreriafina", ariaLabel: "Instagram"},
{
icon: Facebook,
- href: "https://facebook.com/orfebreriafina",
- ariaLabel: "Facebook",
- },
+ href: "https://facebook.com/orfebreriafina", ariaLabel: "Facebook"},
{
icon: Phone,
- href: "tel:+34123456789",
- ariaLabel: "Llámanos",
- },
+ href: "tel:+34123456789", ariaLabel: "Llámanos"},
]}
/>
);
-}
+}
\ No newline at end of file