From 2291ff7131e45fb95378e7b9d2cea22ed07bddd8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 18:43:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 234 ++++++++++------------------------------------- 1 file changed, 49 insertions(+), 185 deletions(-) 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