diff --git a/src/app/page.tsx b/src/app/page.tsx index 92dce02..7fb2ec4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,9 +9,9 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import Input from '@/components/form/Input'; -import { Book, Heart, MapPin, Search } from "lucide-react"; +import { Book, Heart, MapPin, Search, Star } from "lucide-react"; export default function LandingPage() { const [search, setSearch] = useState(""); @@ -36,6 +36,7 @@ export default function LandingPage() { { name: "Inicio", id: "hero" }, { name: "Sobre Nosotros", id: "about" }, { name: "Catálogo", id: "products" }, + { name: "Testimonios", id: "testimonials" }, { name: "Contacto", id: "contact" }, ]} brandName="Books & Soul" @@ -51,11 +52,12 @@ export default function LandingPage() { buttons={[{ text: "Explorar Catálogo", href: "#products" }]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/pile-books-chair_23-2148213836.jpg?_wi=1", imageAlt: "BibliotecaBooksAndSoul" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c4iikz&_wi=1", imageAlt: "Circe" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-reading-book_23-2149652015.jpg?_wi=1", imageAlt: "Aquiles" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-covering-face-with-book_23-2148369454.jpg?_wi=1", imageAlt: "MitosFry" }, { imageSrc: "http://img.b2bpic.net/free-photo/menu-arab-restaurant_23-2147796953.jpg?_wi=1", imageAlt: "Odisea" }, { imageSrc: "http://img.b2bpic.net/free-photo/fairytale-scene-coming-out-book_23-2151778582.jpg", imageAlt: "ViajeHeroe" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stack-books-old-vintage-bookshelf_23-2148906977.jpg", imageAlt: "BibliotecaAntigua" }, + { imageSrc: "http://img.b2bpic.net/free-photo/open-book-wooden-table_23-2148784347.jpg", imageAlt: "LecturaMesa" } ]} /> @@ -100,12 +102,30 @@ export default function LandingPage() {