5 Commits

Author SHA1 Message Date
634dcbb923 Merge version_4 into main
Merge version_4 into main
2026-05-07 16:16:28 +00:00
8482876526 Update src/app/page.tsx 2026-05-07 16:16:24 +00:00
899e74c8e4 Merge version_3 into main
Merge version_3 into main
2026-05-07 16:14:38 +00:00
c432847355 Update theme colors 2026-05-07 16:14:35 +00:00
4723ac95f3 Merge version_2 into main
Merge version_2 into main
2026-05-07 16:12:41 +00:00
2 changed files with 10 additions and 39 deletions

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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #fcf6ec;
--secondary-cta: #ffffff;
--secondary-cta-text: #2e2521;
--accent: #b2a28b;
--background-accent: #b2a28b;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);