Update src/app/page.tsx
This commit is contained in:
@@ -115,14 +115,16 @@ export default function LandingPage() {
|
|||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text", content: "Sobre Nuestro Scanner: Innovación y Precisión"},
|
type: "text", content: "Sobre Nuestro Scanner: Innovación y Precisión"},
|
||||||
|
{
|
||||||
|
type: "text", content: "Somos líderes en soluciones de diagnóstico automotriz, dedicados a proporcionar herramientas de vanguardia que potencian la eficiencia y precisión en cada taller. Con años de experiencia y una constante innovación, AutoDiagnostico Pro es el socio tecnológico en el que confían los profesionales."},
|
||||||
|
{
|
||||||
|
type: "image", src: "http://img.b2bpic.net/free-photo/mechanic-examining-car-using-flashlight_1170-1331.jpg", alt: "Mecánico operando un scanner de diagnóstico automotriz"}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Conocer Más", href: "#caracteristicas"},
|
text: "Conocer Más", href: "#caracteristicas"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-examining-car-using-flashlight_1170-1331.jpg"
|
|
||||||
imageAlt="Mecánico operando un scanner de diagnóstico automotriz"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -205,7 +207,7 @@ export default function LandingPage() {
|
|||||||
"Diagnóstico OBD-II completo", "Lectura/Borrado de DTCs", "Datos en tiempo real básicos"],
|
"Diagnóstico OBD-II completo", "Lectura/Borrado de DTCs", "Datos en tiempo real básicos"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "plan-pro", tag: "Más Popular", tagIcon: Star,
|
id: "plan-pro", tag: "Más Popular", tagIcon={Star},
|
||||||
price: "$249.00", period: "pago único", description: "Solución avanzada para talleres profesionales con necesidades de programación.", button: {
|
price: "$249.00", period: "pago único", description: "Solución avanzada para talleres profesionales con necesidades de programación.", button: {
|
||||||
text: "Comprar Pro"},
|
text: "Comprar Pro"},
|
||||||
featuresTitle: "Incluye:", features: [
|
featuresTitle: "Incluye:", features: [
|
||||||
|
|||||||
Reference in New Issue
Block a user