diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a1ea689..0331c4c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,8 +6,9 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { Check, Shield } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3df1e4d..2edf996 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/investments/page.tsx b/src/app/investments/page.tsx index 6612158..b58a97c 100644 --- a/src/app/investments/page.tsx +++ b/src/app/investments/page.tsx @@ -7,7 +7,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -export default function LandingPage() { +export default function InvestmentsPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index 5041540..c0466e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import { Award, Briefcase, Building, Globe, Users } from "lucide-react"; +import { Award, Briefcase, Building, Globe, Users, Search, BarChart, Eye, Shield, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -26,292 +26,116 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 7cec94f..584cd98 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -6,8 +6,9 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { Lock, FileText } from "lucide-react"; -export default function LandingPage() { +export default function PrivacyPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 9690ba7..fc5cf5c 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -8,7 +8,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -export default function LandingPage() { +export default function TeamPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);