Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e8a5f6914e | |||
| 3606bbb433 | |||
| 352bc2eb8e | |||
| ed1400d178 | |||
| 5b99584c13 | |||
| b5f47fcc77 |
@@ -5,8 +5,8 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -43,23 +43,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
<HeroLogoBillboard
|
||||
logoText="RIGONZA"
|
||||
description="Logística Premium entre México y Estados Unidos. Cruces internacionales seguros, rápidos y respaldados por tecnología de punta."
|
||||
buttons={[{ text: "Cotizar ahora", href: "#contact" }]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Logística Premium entre México y Estados Unidos"
|
||||
description="Cruces internacionales seguros, rápidos y respaldados por tecnología de punta."
|
||||
tag="Transporte Internacional"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orange-trucks-road_1127-184.jpg", imageAlt: "Logistics operations"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-salesman-gives-sale-contract-clients-sign-after-offering-vehicle-keys_482257-118137.jpg", imageAlt: "Logistics team"
|
||||
}
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D2T2mU4xaKo3SjbFhPAvuDCGJB/uploaded-1777479363382-0o5v4jmv.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Empresa certificada y de confianza"
|
||||
tagIcon={Globe}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -178,13 +168,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
<FooterBaseReveal
|
||||
logoText="RIGONZA"
|
||||
leftLink={{ text: "Aviso de Privacidad", href: "#" }}
|
||||
rightLink={{ text: "Certificaciones C-TPAT", href: "#" }}
|
||||
columns={[
|
||||
{ title: "Empresa", items: [{ label: "Nosotros", href: "#about" }, { label: "Certificaciones C-TPAT", href: "#" }] },
|
||||
{ title: "Servicios", items: [{ label: "Logística", href: "#services" }, { label: "Contacto", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Aviso de Privacidad", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 RIGONZA Logística."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user