diff --git a/src/app/page.tsx b/src/app/page.tsx
index e600969..96b2e32 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Sparkles, Eye, Heart } from "lucide-react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
@@ -28,22 +29,10 @@ export default function LandingPage() {
@@ -52,19 +41,12 @@ export default function LandingPage() {
@@ -203,25 +138,14 @@ export default function LandingPage() {
logoText="Blossom 7Q Nails"
columns={[
{
- title: "Ubicación",
- items: [
- {
- label: "Carrer del Comte Borrell, 173, Barcelona",
- href: "#",
- },
+ title: "Ubicación", items: [
+ { label: "Carrer del Comte Borrell, 173, Barcelona", href: "#" },
],
},
{
- title: "Enlaces",
- items: [
- {
- label: "Instagram",
- href: "https://instagram.com",
- },
- {
- label: "Treatwell",
- href: "https://treatwell.es",
- },
+ title: "Enlaces", items: [
+ { label: "Instagram", href: "https://instagram.com" },
+ { label: "Treatwell", href: "https://treatwell.es" },
],
},
]}