Update src/app/page.tsx
This commit is contained in:
118
src/app/page.tsx
118
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Vero Beach",
|
||||
id: "/vero-beach",
|
||||
},
|
||||
{
|
||||
name: "Melbourne",
|
||||
id: "/melbourne",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Vero Beach", id: "/vero-beach" },
|
||||
{ name: "Melbourne", id: "/melbourne" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Alonso Technical Service"
|
||||
/>
|
||||
@@ -51,62 +39,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Restauración Técnica de Puertas Corredizas de Cristal en la Costa Este de Florida"
|
||||
description="Soluciones de ingeniería premium para puertas y ventanas de alto impacto. Usamos componentes de acero inoxidable de grado marino para resistir el ambiente corrosivo del océano."
|
||||
buttons={[
|
||||
{
|
||||
text: "Enviar Fotos para Estimado Inmediato",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13899.jpg?_wi=1"
|
||||
buttons={[{ text: "Enviar Fotos para Estimado Inmediato", href: "/contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13899.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-couple-look-ocean_72229-1111.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sporty-girl-pier-doing-exercises-fitness_169016-3614.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-his-wife-are-looking-beautiful-landscapes-sky_8353-9394.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-lady-white-shirt-black-trousers-looking-distance-through-window-hall-waiting-daytime-building-job-activity_140725-15215.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lifestyle-businessman_23-2148102454.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-couple-look-ocean_72229-1111.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/sporty-girl-pier-doing-exercises-fitness_169016-3614.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-his-wife-are-looking-beautiful-landscapes-sky_8353-9394.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-lady-white-shirt-black-trousers-looking-distance-through-window-hall-waiting-daytime-building-job-activity_140725-15215.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/lifestyle-businessman_23-2148102454.jpg", alt: "Client 5" },
|
||||
]}
|
||||
avatarText="Más de 500+ residentes satisfechos en la costa"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Acero Inoxidable 316",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Vidrio de Alto Impacto",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Certificación Marina",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ingeniería de Precisión",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Resistencia a Huracanes",
|
||||
},
|
||||
{ type: "text", text: "Acero Inoxidable 316" },
|
||||
{ type: "text", text: "Vidrio de Alto Impacto" },
|
||||
{ type: "text", text: "Certificación Marina" },
|
||||
{ type: "text", text: "Ingeniería de Precisión" },
|
||||
{ type: "text", text: "Resistencia a Huracanes" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,18 +67,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Ingeniería de Precisión frente al Mar"
|
||||
description={[
|
||||
"No somos un servicio de reparación común. Alonso Technical Service se especializa en la restauración de sistemas de puertas de vidrio de alto impacto en condominios y residencias de lujo.",
|
||||
"Nuestro compromiso es eliminar de raíz el daño causado por el salitre y la arena, utilizando rieles de acero inoxidable grado 316.",
|
||||
]}
|
||||
"No somos un servicio de reparación común. Alonso Technical Service se especializa en la restauración de sistemas de puertas de vidrio de alto impacto en condominios y residencias de lujo.", "Nuestro compromiso es eliminar de raíz el daño causado por el salitre y la arena, utilizando rieles de acero inoxidable grado 316."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductCart />
|
||||
<ProductCart isOpen={false} onClose={() => {}} items={[]} total="0" buttons={[]} />
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardOne
|
||||
title="Componentes Premium"
|
||||
description="Nuestros kits de restauración incluyen todo lo necesario para puertas de alto impacto."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -136,34 +87,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection />
|
||||
<LegalSection layout="full" title="Términos de Servicio" sections={[]} />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-otaki-beach-new-zealand-showing-kapiti-island-distance_181624-26893.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-otaki-beach-new-zealand-showing-kapiti-island-distance_181624-26893.jpg"
|
||||
logoText="Alonso Technical Service"
|
||||
columns={[
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
{
|
||||
label: "Vero Beach",
|
||||
href: "/vero-beach",
|
||||
},
|
||||
{
|
||||
label: "Melbourne",
|
||||
href: "/melbourne",
|
||||
},
|
||||
title: "Servicios", items: [
|
||||
{ label: "Vero Beach", href: "/vero-beach" },
|
||||
{ label: "Melbourne", href: "/melbourne" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "/contact",
|
||||
},
|
||||
title: "Empresa", items: [
|
||||
{ label: "Contacto", href: "/contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -172,4 +112,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user