4 Commits

Author SHA1 Message Date
8baff37c09 Update src/app/page.tsx 2026-05-13 18:45:50 +00:00
2bf0d55022 Merge version_2 into main
Merge version_2 into main
2026-05-13 18:44:23 +00:00
2340b05869 Update src/app/styles/variables.css 2026-05-13 18:44:20 +00:00
4e865c06c0 Update src/app/page.tsx 2026-05-13 18:44:19 +00:00
2 changed files with 51 additions and 155 deletions

View File

@@ -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"
/> />
@@ -59,32 +51,20 @@ export default function LandingPage() {
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="Created by Katlego, our advanced trade scanner monitors Nasdaq, US30, and major forex pairs 24/5 using ICT concepts for the 15-minute timeframe."
buttons={[ buttons={[
{ {
text: "Get Started", text: "Get Started", 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", src: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3541.jpg", alt: "Happy trader one"},
alt: "Happy trader one",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-businessman-surfing-internet-smartphone_1262-3020.jpg", src: "http://img.b2bpic.net/free-photo/happy-businessman-surfing-internet-smartphone_1262-3020.jpg", alt: "Happy trader two"},
alt: "Happy trader two",
},
{ {
src: "http://img.b2bpic.net/free-photo/senior-businessman-laughing-internet-video_1262-3069.jpg", src: "http://img.b2bpic.net/free-photo/senior-businessman-laughing-internet-video_1262-3069.jpg", alt: "Happy trader three"},
alt: "Happy trader three",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-handsome-man-holding-credit-card_141793-23005.jpg", src: "http://img.b2bpic.net/free-photo/young-handsome-man-holding-credit-card_141793-23005.jpg", alt: "Happy trader four"},
alt: "Happy trader four",
},
{ {
src: "http://img.b2bpic.net/free-photo/enterprise-manager-analyzes-annual-reports-statistics-pc_482257-94061.jpg", src: "http://img.b2bpic.net/free-photo/enterprise-manager-analyzes-annual-reports-statistics-pc_482257-94061.jpg", alt: "Happy trader five"},
alt: "Happy trader five",
},
]} ]}
avatarText="Trusted by 100+ active traders" avatarText="Trusted by 100+ active traders"
/> />
@@ -95,20 +75,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Meet PrimeScan AI, the future of automated market scanning."},
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: "Learn More", href: "#features"},
href: "#features",
},
]} ]}
/> />
</div> </div>
@@ -121,19 +94,13 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Zap, icon: Zap,
title: "24/5 Live Scanning", title: "24/5 Live Scanning", description: "Continuous monitoring of Nasdaq, US30, and major forex pairs."},
description: "Continuous monitoring of Nasdaq, US30, and major forex pairs.",
},
{ {
icon: ShieldCheck, icon: ShieldCheck,
title: "ICT Strategy Integration", title: "ICT Strategy Integration", description: "Built on core ICT concepts for reliable market structure interpretation."},
description: "Built on core ICT concepts for reliable market structure interpretation.",
},
{ {
icon: Upload, icon: Upload,
title: "Screenshot Analysis", title: "Screenshot Analysis", description: "Upload any 15-minute chart screenshot for instant signal generation and analysis."},
description: "Upload any 15-minute chart screenshot for instant signal generation and analysis.",
},
]} ]}
title="Why PrimeScan AI?" title="Why PrimeScan AI?"
description="Utilizing institutional ICT concepts on the 15-minute timeframe to filter high-probability trade signals." description="Utilizing institutional ICT concepts on the 15-minute timeframe to filter high-probability trade signals."
@@ -147,28 +114,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "94%", title: "Accuracy", items: [
value: "94%", "On 15m timeframe"],
title: "Accuracy",
items: [
"On 15m timeframe",
],
}, },
{ {
id: "m2", id: "m2", value: "24/5", title: "Active", items: [
value: "24/5", "Continuous market watch"],
title: "Active",
items: [
"Continuous market watch",
],
}, },
{ {
id: "m3", id: "m3", value: "50+", title: "Pairs", items: [
value: "50+", "Forex & Indices"],
title: "Pairs",
items: [
"Forex & Indices",
],
}, },
]} ]}
title="Performance Indicators" title="Performance Indicators"
@@ -184,59 +139,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "Tech", name: "AI Scanner", price: "Active", rating: 5,
brand: "Tech", reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/firewall-breached-cyber-security-alert_23-2152001125.jpg"},
name: "AI Scanner",
price: "Active",
rating: 5,
reviewCount: "100+",
imageSrc: "http://img.b2bpic.net/free-photo/firewall-breached-cyber-security-alert_23-2152001125.jpg",
},
{ {
id: "p2", id: "p2", brand: "Analysis", name: "ICT Logic", price: "Applied", rating: 5,
brand: "Analysis", reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-level-concept_23-2148761006.jpg"},
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", id: "p3", brand: "Speed", name: "15m Signal", price: "Real-time", rating: 5,
brand: "Speed", reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-front-side_187299-39618.jpg"},
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", id: "p4", brand: "Cloud", name: "Smart Logic", price: "Optimized", rating: 5,
brand: "Cloud", reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-vector/data-analysis-icons_1284-3863.jpg"},
name: "Smart Logic",
price: "Optimized",
rating: 5,
reviewCount: "100+",
imageSrc: "http://img.b2bpic.net/free-vector/data-analysis-icons_1284-3863.jpg",
},
{ {
id: "p5", id: "p5", brand: "Model", name: "Forex Pro", price: "Steady", rating: 5,
brand: "Model", reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-vector/set-business-strategy-teamwork-information_24640-45216.jpg"},
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", id: "p6", brand: "System", name: "Global Access", price: "Universal", rating: 5,
brand: "System", reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg"},
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 Features"
description="Powerful scanning engine at your service." description="Powerful scanning engine at your service."
@@ -251,25 +170,15 @@ export default function LandingPage() {
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", 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"},
alt: "Trader 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/traveler-studio-portrait-handsome-bearded-man-wearing-ca_613910-12296.jpg", src: "http://img.b2bpic.net/free-photo/traveler-studio-portrait-handsome-bearded-man-wearing-ca_613910-12296.jpg", alt: "Trader 2"},
alt: "Trader 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg", src: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg", alt: "Trader 3"},
alt: "Trader 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-businessman-work_1098-13068.jpg", src: "http://img.b2bpic.net/free-photo/young-businessman-work_1098-13068.jpg", alt: "Trader 4"},
alt: "Trader 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/research-experts-studies-economic-activity_482257-82295.jpg", src: "http://img.b2bpic.net/free-photo/research-experts-studies-economic-activity_482257-82295.jpg", alt: "Trader 5"},
alt: "Trader 5",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -278,24 +187,15 @@ 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", id: "f1", title: "Does it support XAUUSD?", content: "Yes, we support XAUUSD along with major forex pairs."},
title: "Does it support XAUUSD?",
content: "Yes, we support XAUUSD along with major forex pairs.",
},
{ {
id: "f2", id: "f2", title: "Can I upload screenshots?", content: "Absolutely, our AI analysis tool works with 15-minute timeframe screenshots."},
title: "Can I upload screenshots?",
content: "Absolutely, our AI analysis tool works with 15-minute timeframe screenshots.",
},
{ {
id: "f3", id: "f3", title: "Who created PrimeScan?", content: "PrimeScan AI was created by Katlego."},
title: "Who created PrimeScan?",
content: "PrimeScan AI was created by Katlego.",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
title="Common Questions" title="Common Questions"
@@ -308,10 +208,9 @@ 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="Get Started" tag="Get Started"
title="Join PrimeScan AI Today" title="Join PrimeScan AI Today"
description="Ready to enhance your trading with ICT-backed signals?" description="Ready to enhance your trading with ICT-backed signals?"
@@ -320,15 +219,12 @@ export default function LandingPage() {
<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", text: "Terms", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Privacy", text: "Privacy", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -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;