From fd21d9734147e8418767ca923d4ecde0066daa0b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:54:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) 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() { /> +
+ +
+