diff --git a/src/app/page.tsx b/src/app/page.tsx
index f111b1c..3e059dc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,13 +3,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
-import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
+import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
-import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
+import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
-import { CheckCircle, Timer, Zap } from "lucide-react";
+import { CheckCircle, Timer, Zap, Barcode, Calculator, TrendingUp } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,17 +30,11 @@ export default function LandingPage() {
@@ -49,136 +43,54 @@ export default function LandingPage() {
-
-
@@ -188,61 +100,21 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Ana García",
- handle: "@anagarcia",
- testimonial: "La impresión de etiquetas de 50mm es perfecta para nuestros artículos pequeños.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg?_wi=2",
- imageAlt: "modern barcode generator UI",
- },
- {
- id: "t2",
- name: "Luis Pérez",
- handle: "@luisperez",
- testimonial: "El formato ticket para presupuestos nos ahorra mucho tiempo con los clientes.",
- imageSrc: "http://img.b2bpic.net/free-photo/conveyor-belt-with-fake-news_23-2148824747.jpg?_wi=2",
- imageAlt: "thermal receipt printer close up",
- },
- {
- id: "t3",
- name: "Martina Lopez",
- handle: "@martinalopez",
- testimonial: "Interface intuitiva y rápida, totalmente recomendada.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-shopping-with-mask_23-2149445538.jpg?_wi=2",
- imageAlt: "point of sale interface design",
- },
- {
- id: "t4",
- name: "Jorge Diaz",
- handle: "@jorgediaz",
- testimonial: "La generación de códigos de barras es impecable y constante.",
- imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-54998.jpg?_wi=2",
- imageAlt: "pricing calculator software interface",
- },
- {
- id: "t5",
- name: "Carla Ruiz",
- handle: "@carlarruiz",
- testimonial: "Excelente soporte y funcionalidad para mi tienda de mascotas.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg?_wi=3",
- imageAlt: "modern barcode generator UI",
- },
+ { id: "t1", name: "Ana García", handle: "@anagarcia", testimonial: "El cálculo de beneficios por producto es preciso y simple." },
+ { id: "t2", name: "Luis Pérez", handle: "@luisperez", testimonial: "La impresión automática de etiquetas nos ahorra horas de trabajo." },
]}
- title="Clientes Satisfechos"
- description="Más de 500 comercios confían en nuestra solución de impresión."
+ title="Resultados Reales"
+ description="Comercios que transformaron su gestión operativa."
/>
@@ -250,36 +122,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file