From c07d23dcb556c05d24e283f04764ebd4025e7964 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 00:01:20 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fb6bbf3..deff562 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,7 +18,7 @@ const inter = Inter({ subsets: ["latin"], }); -export const metadata: Metadata = { title: 'AI Business Automation | Webs Profesionales y Automatización', description: 'Transforma tu negocio con webs de alto impacto en 2 semanas y automatización con IA. Ahorra tiempo, reduce costes y escala tus ventas.', openGraph: { title: 'AI Business Automation | Webs Profesionales y Automatización', description: 'Transforma tu negocio con webs de alto impacto en 2 semanas y automatización con IA.', type: 'website' } }; +export const metadata: Metadata = { title: 'AI Business Automation | Automatiza tu empresa con IA', description: 'Transformación digital e IA para empresas que buscan escala, eficiencia y rentabilidad.', openGraph: { title: 'AI Business Automation | Webs Profesionales y Automatización', description: 'Transforma tu negocio con webs de alto impacto en 2 semanas y automatización con IA.', type: 'website' } }; export default function RootLayout({ children, -- 2.49.1 From 8fea7cc235a00983b6a9cb69ce83912c8a7a550b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 00:01:21 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd43c11..02d9a6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactText from "@/components/sections/contact/ContactText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Sparkles, Bot, Zap, Award, Users, Clock3, MessageSquare } from "lucide-react"; +import { Sparkles, Bot, Zap } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -64,13 +64,13 @@ export default function WebAgency2Page() { @@ -82,9 +82,9 @@ export default function WebAgency2Page() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { id: "time", value: "14 días", title: "Entrega Rápida", description: "Time-to-market optimizado", videoSrc: "" }, - { id: "sat", value: "98%", title: "Satisfacción", description: "Tasa de éxito en implementaciones", videoSrc: "" }, - { id: "save", value: "40h+", title: "Ahorro Tiempo", description: "Automatización de tareas repetitivas", videoSrc: "" } + { id: "time", value: "14 días", title: "Entrega Rápida", description: "Time-to-market optimizado", imageSrc: "http://img.b2bpic.net/free-photo/clock_1.jpg" }, + { id: "sat", value: "98%", title: "Satisfacción", description: "Tasa de éxito en implementaciones", imageSrc: "http://img.b2bpic.net/free-photo/chart_1.jpg" }, + { id: "save", value: "40h+", title: "Ahorro Tiempo", description: "Automatización de tareas repetitivas", imageSrc: "http://img.b2bpic.net/free-photo/robot_1.jpg" } ]} /> @@ -95,6 +95,7 @@ export default function WebAgency2Page() { showRating={true} animationType="depth-3d" textboxLayout="split" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Ana García", handle: "@anagarcia", testimonial: "La automatización cambió por completo mi flujo de ventas. Increíble.", rating: 5 }, { id: "2", name: "Carlos Ruiz", handle: "@cruiz", testimonial: "Diseño web impecable y entrega en tiempo récord. Altamente recomendado.", rating: 5 } @@ -106,6 +107,7 @@ export default function WebAgency2Page() { sideTitle="¿Tienes dudas?" sideDescription="Resolvemos tus preguntas sobre automatización." faqsAnimation="slide-up" + useInvertedBackground={false} faqs={[ { id: "f1", title: "¿Qué garantiza el impacto?", content: "Nuestro proceso utiliza flujos de trabajo validados por IA que reducen el margen de error operativo casi a cero." }, { id: "f2", title: "¿Es escalable?", content: "Todas nuestras soluciones están diseñadas para crecer contigo sin necesidad de cambios estructurales mayores." } @@ -117,11 +119,13 @@ export default function WebAgency2Page() { text="Estamos listos para llevar tu negocio al siguiente nivel." animationType="background-highlight" background={{ variant: "rotated-rays-animated" }} + useInvertedBackground={false} buttons={[{ text: "Empezar ahora", href: "#contact" }]} />