Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7453ddc54a | |||
| e8a5f6914e | |||
| 3606bbb433 | |||
| 352bc2eb8e | |||
| ed1400d178 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
description="Logística Premium entre México y Estados Unidos. Cruces internacionales seguros, rápidos y respaldados por tecnología de punta."
|
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" }]}
|
buttons={[{ text: "Cotizar ahora", href: "#contact" }]}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D2T2mU4xaKo3SjbFhPAvuDCGJB/uploaded-1777479226081-yuj1f43q.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D2T2mU4xaKo3SjbFhPAvuDCGJB/uploaded-1777479363382-0o5v4jmv.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -168,13 +168,17 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterBaseReveal
|
||||||
logoText="RIGONZA"
|
logoText="RIGONZA"
|
||||||
leftLink={{ text: "Aviso de Privacidad", href: "#" }}
|
columns={[
|
||||||
rightLink={{ text: "Certificaciones C-TPAT", href: "#" }}
|
{ 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>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user