From 6dfdeee05dde9864dd64b1df8dd36980145c7bf7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:20:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 119 +++++++++++------------------------------------ 1 file changed, 26 insertions(+), 93 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70d254c..2968bf6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles, Flag, CheckCircle, MessageCircle, Heart, Leaf, Users, Zap, Shield, MapPin } from "lucide-react"; +import { Sparkles, Flag, CheckCircle, MessageCircle, Heart, Leaf, Users, Zap, Shield, MapPin, Mountain } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -20,8 +20,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Navegación", - items: [ + title: "Navegación", items: [ { label: "Inicio", href: "/" }, { label: "Ramas", href: "/ramas" }, { label: "Sobre nosotros", href: "/sobre-nosotros" }, @@ -29,8 +28,7 @@ export default function HomePage() { ], }, { - title: "Scout Camelot", - items: [ + title: "Scout Camelot", items: [ { label: "Misión", href: "#" }, { label: "Equipo", href: "#" }, { label: "Colabora con nosotros", href: "#" }, @@ -38,8 +36,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Política de privacidad", href: "#" }, { label: "Términos de uso", href: "#" }, { label: "Cookies", href: "#" }, @@ -55,7 +52,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmallSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -66,9 +63,7 @@ export default function HomePage() { brandName="Scout Camelot" navItems={navItems} button={{ - text: "Solicita Información", - href: "/contacto", - }} + text: "Solicita Información", href: "/contacto"}} animateOnLoad={true} /> @@ -77,7 +72,7 @@ export default function HomePage() { ); -} - -// Import Mountain icon for branches feature -import { Mountain } from "lucide-react"; \ No newline at end of file +} \ No newline at end of file