diff --git a/src/app/page.tsx b/src/app/page.tsx index 878f678..95a5aa2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,9 +6,10 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Phone } from 'lucide-react'; +import { Phone, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,6 +32,7 @@ export default function LandingPage() { { name: "Productos", id: "products" }, { name: "Por Qué Nosotros", id: "features" }, { name: "Testimonios", id: "testimonials" }, + { name: "Reseñas de Clientes", id: "reviews" }, { name: "Contacto", id: "contact" } ]} brandName="JANAM MUEBLES" @@ -150,6 +152,43 @@ export default function LandingPage() { /> +