diff --git a/src/app/page.tsx b/src/app/page.tsx index 7231210..c2c130f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,20 +1,20 @@ "use client"; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterCard from '@/components/sections/footer/FooterCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, Star, Gem, Wrench, MapPin, Heart, Phone, MessageCircle } from 'lucide-react'; +import { Phone, MessageCircle, MapPin, Quote, ShoppingBag, Wrench, Heart, Star } from 'lucide-react'; export default function HomePage() { const navItems = [ { name: "Inicio", id: "/" }, - { name: "Joyería", id: "/joyeria" }, + { name: "Colecciones", id: "/joyeria" }, { name: "Reparaciones", id: "/reparaciones" }, { name: "Sobre Nosotros", id: "/sobre-nosotros" }, { name: "Contacto", id: "/contacto" }, @@ -34,177 +34,133 @@ export default function HomePage() { headingFontWeight="semibold" >