Update src/app/page.tsx

This commit is contained in:
2026-05-07 16:16:24 +00:00
parent 899e74c8e4
commit 8482876526

View File

@@ -9,7 +9,6 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextAbout from '@/components/sections/about/TextAbout';
import { CheckCircle, Code, Layout, Server, TrendingUp, Zap } from "lucide-react";
@@ -114,34 +113,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah", handle: "@sarah", testimonial: "Excelente servicio y sentido del diseño.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{
id: "2", name: "Mark", handle: "@mark", testimonial: "Lume transformó nuestro negocio.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg"},
{
id: "3", name: "Emily", handle: "@emily", testimonial: "Muy profesional y resultados rápidos.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg"},
{
id: "4", name: "David", handle: "@david", testimonial: "La mejor agencia con la que he trabajado.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6615.jpg"},
{
id: "5", name: "Anna", handle: "@anna", testimonial: "Visión creativa y clara.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg"},
]}
showRating={true}
title="Clientes Satisfechos"
description="Descubre lo que dicen sobre la calidad de Lume."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={true}
@@ -187,4 +158,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}