diff --git a/src/app/page.tsx b/src/app/page.tsx index 72cfcc3..d01e3e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,10 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TextAbout from '@/components/sections/about/TextAbout'; @@ -29,128 +29,61 @@ export default function LandingPage() {
-
-
- + -
- -
-
-
- + @@ -160,13 +93,11 @@ export default function LandingPage() {
@@ -175,25 +106,11 @@ export default function LandingPage() { logoText="StationeryFlow" columns={[ { - title: "Platform", - items: [ + title: "Admin Panel", items: [ { - label: "Overview", - href: "#overview", - }, + label: "Approvals", href: "#management"}, { - label: "Requests", - href: "#requests", - }, - ], - }, - { - title: "Support", - items: [ - { - label: "Contact", - href: "#contact", - }, + label: "Reporting", href: "#reports"}, ], }, ]}