Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6522058468 | |||
| e686df240f | |||
| 793a6fdf47 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
@@ -187,12 +187,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
<FooterMedia
|
||||
logoText="Authentic Feet Rio Preto"
|
||||
leftLink={{
|
||||
text: "Privacidade", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Termos de Uso", href: "#"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-sporty-woman-with-purple-sneakers_23-2147598753.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Links", items: [
|
||||
{ label: "Privacidade", href: "#" },
|
||||
{ label: "Termos de Uso", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user