From 97a0f62b1dd8954171a0d6634440251c6160d5b2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 01:12:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 167 ++++++++++++++--------------------------------- 1 file changed, 49 insertions(+), 118 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 493c908..c16d38c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,8 +7,8 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import SplitAbout from '@/components/sections/about/SplitAbout'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import { Sparkles } from "lucide-react"; export default function LandingPage() { @@ -29,16 +29,11 @@ export default function LandingPage() { @@ -75,33 +61,9 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} features={[ - { - title: "Manicura & Pedicura", description: "Detalle y arte en el cuidado de tus manos.", icon: Sparkles, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262880.jpg?_wi=1"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262880.jpg?_wi=2"}, - ], - }, - { - title: "Peinados Editoriales", description: "Diseños exclusivos para sesiones y eventos.", icon: Sparkles, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-wearing-suit-posing-black-white_23-2149411391.jpg?_wi=1"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-wearing-suit-posing-black-white_23-2149411391.jpg?_wi=2"}, - ], - }, - { - title: "Maquillaje Profesional", description: "Resaltando tu belleza con técnicas avanzadas.", icon: Sparkles, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/surrealist-portrait-fashionable-woman_23-2149224638.jpg?_wi=1"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/surrealist-portrait-fashionable-woman_23-2149224638.jpg?_wi=2"}, - ], - }, + { title: "Manicura & Pedicura", description: "Detalle y arte en el cuidado de tus manos.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262880.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262880.jpg?_wi=2" }] }, + { title: "Peinados Editoriales", description: "Diseños exclusivos para sesiones y eventos.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-wearing-suit-posing-black-white_23-2149411391.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-wearing-suit-posing-black-white_23-2149411391.jpg?_wi=2" }] }, + { title: "Maquillaje Profesional", description: "Resaltando tu belleza con técnicas avanzadas.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/surrealist-portrait-fashionable-woman_23-2149224638.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/surrealist-portrait-fashionable-woman_23-2149224638.jpg?_wi=2" }] }, ]} title="Nuestros Servicios" description="Experiencia en diseño de imagen personalizado." @@ -115,18 +77,12 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={true} products={[ - { - id: "1", name: "Bodas", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-holding-star-stick_23-2148401677.jpg?_wi=1"}, - { - id: "2", name: "XV Años", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-bride-with-wedding-hairstyle-silk-robe-celebrating-wedding-day-with-bridesmaids-holding-glasses-champagne-smiling-standing-neat-large-window-apartment_8353-11887.jpg?_wi=1"}, - { - id: "3", name: "Eventos Sociales", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-holding-star-stick_23-2148401677.jpg?_wi=2"}, - { - id: "4", name: "Graduaciones", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-bride-with-wedding-hairstyle-silk-robe-celebrating-wedding-day-with-bridesmaids-holding-glasses-champagne-smiling-standing-neat-large-window-apartment_8353-11887.jpg?_wi=2"}, - { - id: "5", name: "Sesiones", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-holding-star-stick_23-2148401677.jpg?_wi=3"}, - { - id: "6", name: "Editorial", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-bride-with-wedding-hairstyle-silk-robe-celebrating-wedding-day-with-bridesmaids-holding-glasses-champagne-smiling-standing-neat-large-window-apartment_8353-11887.jpg?_wi=3"}, + { id: "1", name: "Bodas", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-holding-star-stick_23-2148401677.jpg?_wi=1" }, + { id: "2", name: "XV Años", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-bride-with-wedding-hairstyle-silk-robe-celebrating-wedding-day-with-bridesmaids-holding-glasses-champagne-smiling-standing-neat-large-window-apartment_8353-11887.jpg?_wi=1" }, + { id: "3", name: "Eventos Sociales", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-holding-star-stick_23-2148401677.jpg?_wi=2" }, + { id: "4", name: "Graduaciones", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-bride-with-wedding-hairstyle-silk-robe-celebrating-wedding-day-with-bridesmaids-holding-glasses-champagne-smiling-standing-neat-large-window-apartment_8353-11887.jpg?_wi=2" }, + { id: "5", name: "Sesiones", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-holding-star-stick_23-2148401677.jpg?_wi=3" }, + { id: "6", name: "Editorial", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-bride-with-wedding-hairstyle-silk-robe-celebrating-wedding-day-with-bridesmaids-holding-glasses-champagne-smiling-standing-neat-large-window-apartment_8353-11887.jpg?_wi=3" }, ]} title="Bodas & Eventos" description="Creamos momentos inolvidables con estilo." @@ -134,71 +90,46 @@ export default function LandingPage() {
-
- +
); -} +} \ No newline at end of file -- 2.49.1