From e6d3dead47dd08ce1d839343bd2e4afa60aa0a39 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 00:52:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 10 deletions(-) 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() {
-
@@ -124,7 +144,7 @@ export default function LandingPage() { -- 2.49.1