From 398c0cfdd4c0da14e809525dd8188c16dafba678 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:42:56 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 65 ++++++------------------------------------------ 1 file changed, 7 insertions(+), 58 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ab335a..e58f0f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; @@ -48,18 +48,9 @@ export default function LandingPage() { leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397564.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-psd/car-rental-automotive-facebook-cover-template_120329-6446.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-stepping-out-car_23-2148332871.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15180.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/looking-vehicle-interior-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16013.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-psd/car-rental-automotive-facebook-cover-template_120329-4420.jpg" }, ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-car-dealership-with-seller_23-2149106141.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/horror-scene-with-eerie-room_23-2150975350.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dark-tunnel-with-turned-lamps-ceiling_181624-9703.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528587.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/asia-urban-sunny-skyline-riverbank_1112-1061.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/empty-concrete-room-with-neon-lights_1048-13690.jpg" }, ]} buttons={[ { text: "Ver Inventario", href: "#product" }, @@ -85,7 +76,6 @@ export default function LandingPage() { features={[ { title: "Inspección Integral", description: "Más de 50 puntos de control mecánico y estético.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1368.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-preparing-check-list_1170-1251.jpg" } }, { title: "Gestión Documental", description: "Nos encargamos de toda la transferencia y trámites legales.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-hands-close-up-with-car-keys_1303-13658.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288163.jpg" } }, - { title: "Garantía Extendida", description: "Cobertura en motor y caja de cambios para tu seguridad.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1293.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-1350.jpg" } }, ]} showStepNumbers={true} title="Compromiso con la Calidad" @@ -102,61 +92,20 @@ export default function LandingPage() { products={[ { id: "1", name: "Sedán Familiar", price: "USD 12,500", imageSrc: "http://img.b2bpic.net/free-photo/walking-couple-with-dogs-autumn-forest-owners-with-golden-labrador-relaxing-near-car_496169-1056.jpg?_wi=1" }, { id: "2", name: "SUV Premium", price: "USD 22,900", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17459.jpg" }, - { id: "3", name: "Hatchback Urbano", price: "USD 9,800", imageSrc: "http://img.b2bpic.net/free-photo/cute-pug-dog-isolated-white-wall_231208-7709.jpg" }, ]} title="Nuestros Vehículos Disponibles" description="Una selección diversa para adaptarse a tu estilo de vida y presupuesto." /> -
- -
- -
- -
- -
- -
-
-
-- 2.49.1 From 6ddd78d00fcc6a54377df14a6aac82938eaf403a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:42:57 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 65ffd3d..bf3e8e8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; - --foreground: #001122; - --primary-cta: #15479c; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #120006e6; + --primary-cta: #e63946; --primary-cta-text: #f5faff; - --secondary-cta: #ffffff; + --secondary-cta: #f9f9f9; --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1