diff --git a/src/app/page.tsx b/src/app/page.tsx index 42ca749..2c2b132 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; @@ -29,50 +29,38 @@ export default function LandingPage() {
-
@@ -239,29 +162,19 @@ export default function LandingPage() { logoText="Estato" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "Portfolio", - href: "/portfolio", - }, + label: "Portfolio", href: "/portfolio"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} @@ -270,4 +183,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file