Merge version_4 into main #4
@@ -5,7 +5,7 @@ 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 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';
|
||||
@@ -168,10 +168,14 @@ 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>
|
||||
|
||||
Reference in New Issue
Block a user