Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 079195d1e5 | |||
| 8e0485414d | |||
| d8ca8100d9 | |||
| 8baff37c09 | |||
| 2bf0d55022 | |||
| 2340b05869 | |||
| 4e865c06c0 |
243
src/app/page.tsx
243
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Features",
|
name: "Features", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="PrimeScan AI"
|
brandName="PrimeScan AI"
|
||||||
/>
|
/>
|
||||||
@@ -55,38 +47,21 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="PrimeScan AI: Precision Trading Powered by ICT"
|
title="PrimeScan AI: AI-Powered Trading Scanner"
|
||||||
description="Created by Katlego, our advanced trade scanner monitors Nasdaq, US30, and major forex pairs 24/5 using ICT concepts for the 15-minute timeframe."
|
description="Katlego's advanced AI scanner leverages ICT and SMC concepts to provide high-precision trade setups for Nasdaq, US30, and major forex pairs on the 15-minute timeframe."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Started",
|
text: "Scan Markets", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/laptop-with-bright-candlesticks-trend-line-night-trading_169016-69639.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/laptop-with-bright-candlesticks-trend-line-night-trading_169016-69639.jpg"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3541.jpg", alt: "Happy trader one"},
|
||||||
src: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3541.jpg",
|
{ src: "http://img.b2bpic.net/free-photo/happy-businessman-surfing-internet-smartphone_1262-3020.jpg", alt: "Happy trader two"},
|
||||||
alt: "Happy trader one",
|
{ src: "http://img.b2bpic.net/free-photo/senior-businessman-laughing-internet-video_1262-3069.jpg", alt: "Happy trader three"},
|
||||||
},
|
{ src: "http://img.b2bpic.net/free-photo/young-handsome-man-holding-credit-card_141793-23005.jpg", alt: "Happy trader four"},
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/enterprise-manager-analyzes-annual-reports-statistics-pc_482257-94061.jpg", alt: "Happy trader five"},
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-surfing-internet-smartphone_1262-3020.jpg",
|
|
||||||
alt: "Happy trader two",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-laughing-internet-video_1262-3069.jpg",
|
|
||||||
alt: "Happy trader three",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/young-handsome-man-holding-credit-card_141793-23005.jpg",
|
|
||||||
alt: "Happy trader four",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/enterprise-manager-analyzes-annual-reports-statistics-pc_482257-94061.jpg",
|
|
||||||
alt: "Happy trader five",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 100+ active traders"
|
avatarText="Trusted by 100+ precision traders"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -95,20 +70,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "PrimeScan AI: The definitive AI scanning tool using ICT and SMC methodologies."},
|
||||||
content: "Meet PrimeScan AI, the future of automated market scanning.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg", alt: "Katlego founder"},
|
||||||
src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg",
|
|
||||||
alt: "Katlego founder",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "View Scanning Tech", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -121,22 +89,16 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Zap,
|
icon: Zap,
|
||||||
title: "24/5 Live Scanning",
|
title: "Automated AI Scanner", description: "Continuous AI-driven scanning of indices and forex based on ICT & SMC logic."},
|
||||||
description: "Continuous monitoring of Nasdaq, US30, and major forex pairs.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: ShieldCheck,
|
icon: ShieldCheck,
|
||||||
title: "ICT Strategy Integration",
|
title: "ICT & SMC Framework", description: "Precision-built signal generation following proven market structure and institutional liquidity models."},
|
||||||
description: "Built on core ICT concepts for reliable market structure interpretation.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Upload,
|
icon: Upload,
|
||||||
title: "Screenshot Analysis",
|
title: "Chart Screenshot Analysis", description: "Upload any 15-minute timeframe screenshot to receive instant AI interpretation and signal validation."},
|
||||||
description: "Upload any 15-minute chart screenshot for instant signal generation and analysis.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why PrimeScan AI?"
|
title="Engineered for Precision"
|
||||||
description="Utilizing institutional ICT concepts on the 15-minute timeframe to filter high-probability trade signals."
|
description="PrimeScan AI uses institutional algorithms to filter low-probability noise and identify valid entry conditions."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -147,32 +109,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "94%", title: "Signal Accuracy", items: [ "On 15m timeframe"],
|
||||||
value: "94%",
|
|
||||||
title: "Accuracy",
|
|
||||||
items: [
|
|
||||||
"On 15m timeframe",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "24/5", title: "AI Monitoring", items: [ "ICT-SMC hybrid scanning"],
|
||||||
value: "24/5",
|
|
||||||
title: "Active",
|
|
||||||
items: [
|
|
||||||
"Continuous market watch",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "50+", title: "Instrument Support", items: [ "Forex & Indices"],
|
||||||
value: "50+",
|
|
||||||
title: "Pairs",
|
|
||||||
items: [
|
|
||||||
"Forex & Indices",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Performance Indicators"
|
title="Scanning Capabilities"
|
||||||
description="Optimized for the 15-minute timeframe."
|
description="Optimized for high-probability ICT-SMC analysis."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -183,93 +130,30 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "p1", brand: "Scanner", name: "AI Signal Engine", price: "Active", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/firewall-breached-cyber-security-alert_23-2152001125.jpg"},
|
||||||
id: "p1",
|
{ id: "p2", brand: "Analysis", name: "ICT Structure Model", price: "Applied", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-level-concept_23-2148761006.jpg"},
|
||||||
brand: "Tech",
|
{ id: "p3", brand: "Tool", name: "15m Scan Tool", price: "Real-time", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-front-side_187299-39618.jpg"},
|
||||||
name: "AI Scanner",
|
{ id: "p4", brand: "Logic", name: "SMC Liquidity Logic", price: "Optimized", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-vector/data-analysis-icons_1284-3863.jpg"},
|
||||||
price: "Active",
|
{ id: "p5", brand: "AI", name: "Forex AI Pro", price: "Steady", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-vector/set-business-strategy-teamwork-information_24640-45216.jpg"},
|
||||||
rating: 5,
|
{ id: "p6", brand: "Model", name: "Global Scan System", price: "Universal", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg"},
|
||||||
reviewCount: "100+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/firewall-breached-cyber-security-alert_23-2152001125.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p2",
|
|
||||||
brand: "Analysis",
|
|
||||||
name: "ICT Logic",
|
|
||||||
price: "Applied",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "100+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-level-concept_23-2148761006.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p3",
|
|
||||||
brand: "Speed",
|
|
||||||
name: "15m Signal",
|
|
||||||
price: "Real-time",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "100+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-front-side_187299-39618.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p4",
|
|
||||||
brand: "Cloud",
|
|
||||||
name: "Smart Logic",
|
|
||||||
price: "Optimized",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "100+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/data-analysis-icons_1284-3863.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p5",
|
|
||||||
brand: "Model",
|
|
||||||
name: "Forex Pro",
|
|
||||||
price: "Steady",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "100+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/set-business-strategy-teamwork-information_24640-45216.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p6",
|
|
||||||
brand: "System",
|
|
||||||
name: "Global Access",
|
|
||||||
price: "Universal",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "100+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Features"
|
title="Our AI Scanning Suite"
|
||||||
description="Powerful scanning engine at your service."
|
description="Professional tools for modern algorithmic trading."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonial="PrimeScan AI changed my trading game. ICT logic accuracy is unmatched on the 15m timeframe."
|
testimonial="PrimeScan AI revolutionizes my workflow. The ICT-SMC logic detection is the most accurate I have used for 15-minute setups."
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Mark R., Institutional Trader"
|
author="Mark R., Institutional Trader"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/young-annoyed-handsome-caucasian-man-raises-fist-up-holds-phone-looking-camera-isolated-white-background-with-copy-space_141793-65211.jpg", alt: "Trader 1"},
|
||||||
src: "http://img.b2bpic.net/free-photo/young-annoyed-handsome-caucasian-man-raises-fist-up-holds-phone-looking-camera-isolated-white-background-with-copy-space_141793-65211.jpg",
|
{ src: "http://img.b2bpic.net/free-photo/traveler-studio-portrait-handsome-bearded-man-wearing-ca_613910-12296.jpg", alt: "Trader 2"},
|
||||||
alt: "Trader 1",
|
{ src: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg", alt: "Trader 3"},
|
||||||
},
|
{ src: "http://img.b2bpic.net/free-photo/young-businessman-work_1098-13068.jpg", alt: "Trader 4"},
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/research-experts-studies-economic-activity_482257-82295.jpg", alt: "Trader 5"},
|
||||||
src: "http://img.b2bpic.net/free-photo/traveler-studio-portrait-handsome-bearded-man-wearing-ca_613910-12296.jpg",
|
|
||||||
alt: "Trader 2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg",
|
|
||||||
alt: "Trader 3",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/young-businessman-work_1098-13068.jpg",
|
|
||||||
alt: "Trader 4",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/research-experts-studies-economic-activity_482257-82295.jpg",
|
|
||||||
alt: "Trader 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -278,28 +162,16 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitMedia
|
<FaqSplitMedia
|
||||||
|
useInvertedBackground={true}
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "f1", title: "Does PrimeScan work on XAUUSD?", content: "Yes, the AI tool performs ICT-SMC analysis on XAUUSD and all major forex pairs."},
|
||||||
id: "f1",
|
{ id: "f2", title: "How does the AI analysis tool work?", content: "Simply upload your 15-minute chart screenshot, and the AI will identify key ICT-SMC levels for you."},
|
||||||
title: "Does it support XAUUSD?",
|
{ id: "f3", title: "Who developed PrimeScan?", content: "The PrimeScan AI platform was developed by Katlego using professional institutional logic."},
|
||||||
content: "Yes, we support XAUUSD along with major forex pairs.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
title: "Can I upload screenshots?",
|
|
||||||
content: "Absolutely, our AI analysis tool works with 15-minute timeframe screenshots.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
title: "Who created PrimeScan?",
|
|
||||||
content: "PrimeScan AI was created by Katlego.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
title="Common Questions"
|
title="Scanner FAQ"
|
||||||
description="Learn more about how PrimeScan AI works."
|
description="Understanding our AI scanning capabilities."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/time-smartphone-screen_53876-16162.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/time-smartphone-screen_53876-16162.jpg"
|
||||||
imageAlt="Time on a smartphone screen"
|
imageAlt="Time on a smartphone screen"
|
||||||
@@ -308,27 +180,20 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
tag="Join the Engine"
|
||||||
}}
|
title="Get Started with PrimeScan AI"
|
||||||
tag="Get Started"
|
description="Ready to implement ICT and SMC intelligence into your trading process?"
|
||||||
title="Join PrimeScan AI Today"
|
|
||||||
description="Ready to enhance your trading with ICT-backed signals?"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
|
className="bg-background-accent"
|
||||||
logoText="PrimeScan AI"
|
logoText="PrimeScan AI"
|
||||||
leftLink={{
|
leftLink={{ text: "Terms", href: "#" }}
|
||||||
text: "Terms",
|
rightLink={{ text: "Privacy", href: "#" }}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
|
||||||
text: "Privacy",
|
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #fffafa;
|
||||||
--card: #fff5f5;
|
--card: #fff7f7;
|
||||||
--foreground: #1a0000;
|
--foreground: #1a0000;
|
||||||
--primary-cta: #e63946;
|
--primary-cta: #e63946;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
|
|||||||
Reference in New Issue
Block a user