Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6dde2f3c8a | |||
| 3d2314f3c6 | |||
| bf7dc48df6 | |||
| f9dd595c33 | |||
| e4c84078bb | |||
| 63d3b93c28 | |||
| 97655bd946 | |||
| 21e184950a | |||
| b86b8a865b | |||
| 50524839d4 | |||
| 59f50df465 | |||
| abb8fe86f4 | |||
| 49e3827601 | |||
| 8d0515fc50 |
198
src/app/page.tsx
198
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,74 +29,42 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Philosophy",
|
||||
id: "about",
|
||||
},
|
||||
name: "Philosophy", id: "about"},
|
||||
{
|
||||
name: "Opportunities",
|
||||
id: "opportunities",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="WealthPrivate"
|
||||
brandName="Koby Contenti"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
title="Access Private Investment Opportunities Not Available to the Public Markets"
|
||||
description="Working with Canadian investors to navigate real estate, private credit, and alternative investments through a regulated exempt market dealer."
|
||||
variant: "rotated-rays-static-grid"}}
|
||||
title="Explore private investment opportunities beyond the public markets."
|
||||
description="I work with Canadian investors to navigate real estate, private credit, and alternative investments through the exempt market.
|
||||
Each opportunity is assessed for suitability to align with your financial objectives, risk tolerance, and time horizon. "
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Call",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Call", href: "#contact"},
|
||||
{
|
||||
text: "Become an Investor",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Become an Investor", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-11991.jpg?_wi=1",
|
||||
imageAlt: "Private Wealth Growth",
|
||||
},
|
||||
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-11991.jpg?_wi=1", imageAlt: "Private Wealth Growth"},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-11991.jpg?_wi=2",
|
||||
imageAlt: "Canadian Market Insights",
|
||||
},
|
||||
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-11991.jpg?_wi=2", imageAlt: "Canadian Market Insights"},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-11991.jpg?_wi=3",
|
||||
imageAlt: "Alternative Investments",
|
||||
},
|
||||
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-11991.jpg?_wi=3", imageAlt: "Alternative Investments"},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-11991.jpg?_wi=4",
|
||||
imageAlt: "Portfolio Diversification",
|
||||
},
|
||||
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-11991.jpg?_wi=4", imageAlt: "Portfolio Diversification"},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-11991.jpg?_wi=5",
|
||||
imageAlt: "Regulated Compliance",
|
||||
},
|
||||
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-11991.jpg?_wi=5", imageAlt: "Regulated Compliance"},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-11991.jpg?_wi=6",
|
||||
imageAlt: "Wealth Preservation",
|
||||
},
|
||||
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-sci-fi-techno-lights-perfect-futuristic-backgrounds_181624-11991.jpg?_wi=6", imageAlt: "Wealth Preservation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,111 +73,31 @@ export default function LandingPage() {
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="Compliance & Suitability"
|
||||
title="A Licensed Approach to Private Markets"
|
||||
description="As a licensed dealing representative, I bridge the gap between qualified investors and high-quality private opportunities. My process is strictly regulated, investor-first, and compliant with all Canadian securities regulations."
|
||||
subdescription="Relationships built on capital preservation, income generation, and transparent reporting."
|
||||
title="Private Markets, Delivered Through a Regulated Framework"
|
||||
description="Private investments operate differently from public markets. As a registered dealing representative working through an exempt market dealer, I help investors navigate these opportunities with a defined regulatory framework.
|
||||
|
||||
Each investment is reviewed for suitability based on your financial position, objectives, and risk tolerance, ensuring they fit within your broader portfolio."
|
||||
subdescription=""
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clipboard-template-with-business-elements_23-2147986485.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
icon={ShieldCheck}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="opportunities" data-section="opportunities">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Real Estate Development",
|
||||
author: "Direct Equity",
|
||||
description: "High-quality, income-generating real estate projects across key Canadian markets.",
|
||||
tags: [
|
||||
"Alternative",
|
||||
"Real Estate",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-factory-emisions_23-2149094925.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Private Credit & Lending",
|
||||
author: "Cash Flow",
|
||||
description: "Structured lending opportunities that provide consistent yield profiles.",
|
||||
tags: [
|
||||
"Income",
|
||||
"Private Credit",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-factory-emisions_23-2149094925.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Alternative Funds",
|
||||
author: "Diversified",
|
||||
description: "Broad exposure to specialized private sectors for sophisticated portfolios.",
|
||||
tags: [
|
||||
"Diversification",
|
||||
"Fund",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-factory-emisions_23-2149094925.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Private Equity",
|
||||
author: "Growth Capital",
|
||||
description: "Access to growth-stage companies with significant scaling potential.",
|
||||
tags: [
|
||||
"Equity",
|
||||
"Growth",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-factory-emisions_23-2149094925.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Infrastructure",
|
||||
author: "Essential Assets",
|
||||
description: "Investing in core infrastructure projects for long-term stability.",
|
||||
tags: [
|
||||
"Infrastructure",
|
||||
"Core",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-factory-emisions_23-2149094925.jpg?_wi=5",
|
||||
},
|
||||
]}
|
||||
title="Investment Categories"
|
||||
description="Investment opportunities are only available to qualified investors following a suitability assessment."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Who is an accredited investor?",
|
||||
content: "An accredited investor generally has an income of $200K+ ($300K+ with spouse) or total net worth of $1M+ excluding primary residence.",
|
||||
},
|
||||
id: "q1", title: "Who is an accredited investor?", content: "An accredited investor generally has an income of $200K+ ($300K+ with spouse) or total net worth of $1M+ excluding primary residence."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What is an Exempt Market Dealer?",
|
||||
content: "An EMD is a firm registered with provincial securities commissions to trade exempt market securities.",
|
||||
},
|
||||
id: "q2", title: "What is an Exempt Market Dealer?", content: "An EMD is a firm registered with provincial securities commissions to trade exempt market securities."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Why invest in private markets?",
|
||||
content: "Private markets can offer tax-efficient income, portfolio diversification, and lower volatility compared to public markets.",
|
||||
},
|
||||
id: "q3", title: "Why invest in private markets?", content: "Private markets can offer tax-efficient income, portfolio diversification, and lower volatility compared to public markets."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Are these investments liquid?",
|
||||
content: "Private market investments typically have longer time horizons and are generally considered illiquid.",
|
||||
},
|
||||
id: "q4", title: "Are these investments liquid?", content: "Private market investments typically have longer time horizons and are generally considered illiquid."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What is the KYC process?",
|
||||
content: "As a registrant, I must verify your identity and financial situation to ensure suitable product matching.",
|
||||
},
|
||||
id: "q5", title: "What is the KYC process?", content: "As a registrant, I must verify your identity and financial situation to ensure suitable product matching."},
|
||||
]}
|
||||
sideTitle="Investor Information"
|
||||
sideDescription="Common questions regarding compliance and private market eligibility in Canada."
|
||||
@@ -222,14 +109,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
text="Start your journey. Submit your details for a suitability assessment. Submitting this form does not constitute an offer to sell or a solicitation to buy securities. Available to qualified investors only."
|
||||
variant: "plain"}}
|
||||
text="Learn more about private investment opportunities. Share a few details and I'll follow up to discuss what may be suitable for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Complete Investor Profile",
|
||||
href: "#",
|
||||
},
|
||||
text: "Complete Investor Profile", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -240,29 +124,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 +145,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user