diff --git a/src/app/page.tsx b/src/app/page.tsx
index e8e4329..76a0850 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
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 FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -30,21 +29,11 @@ export default function LandingPage() {
@@ -53,51 +42,28 @@ export default function LandingPage() {
@@ -115,102 +81,20 @@ export default function LandingPage() {
/>
-
-
-
-
@@ -240,29 +121,19 @@ export default function LandingPage() {
logoText="WealthPrivate"
columns={[
{
- title: "Disclaimer",
- items: [
+ title: "Disclaimer", items: [
{
- label: "For informational purposes only.",
- href: "#",
- },
+ label: "For informational purposes only.", href: "#"},
{
- label: "Not investment advice.",
- href: "#",
- },
+ label: "Not investment advice.", href: "#"},
],
},
{
- title: "Regulatory",
- items: [
+ title: "Regulatory", items: [
{
- label: "NI 45-106 Compliance",
- href: "#",
- },
+ label: "NI 45-106 Compliance", href: "#"},
{
- label: "Registered Dealing Representative",
- href: "#",
- },
+ label: "Registered Dealing Representative", href: "#"},
],
},
]}
@@ -271,4 +142,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file