Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 15c2325fcc | |||
| 31bb76be0b | |||
| 46a3e20693 | |||
| 9a99d4698c | |||
| b5fd623da9 |
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import { Award, Calendar, Mail, MapPin, Smile, Users } from "lucide-react";
|
import { Award, Calendar, Mail, MapPin, Smile, Users, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -86,6 +86,9 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
tag="Zero Long-term Commitment"
|
||||||
|
tagIcon={Zap}
|
||||||
|
tagAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{ icon: MapPin, title: "Prestigious Address", description: "Put your business on the map in Recife's prime business district." },
|
{ icon: MapPin, title: "Prestigious Address", description: "Put your business on the map in Recife's prime business district." },
|
||||||
{ icon: Mail, title: "Mail Handling", description: "Secure receiving and management of all your business correspondence." },
|
{ icon: Mail, title: "Mail Handling", description: "Secure receiving and management of all your business correspondence." },
|
||||||
@@ -166,23 +169,23 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Empresa", items: [
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "Sobre Nós", href: "#about" },
|
||||||
{ label: "Careers", href: "#" }
|
{ label: "Carreiras", href: "#" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support", items: [
|
title: "Suporte", items: [
|
||||||
{ label: "Contact", href: "#contact" },
|
{ label: "Contato", href: "#contact" },
|
||||||
{ label: "Help Center", href: "#" }
|
{ label: "Central de Ajuda", href: "#" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Moderna Office Recife"
|
bottomLeftText="© 2024 Moderna Office Recife"
|
||||||
bottomRightText="Privacy Policy"
|
bottomRightText="Política de Privacidade"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user