Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e8a5f6914e | |||
| 3606bbb433 |
@@ -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';
|
||||||
@@ -168,10 +168,14 @@ 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user