diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1ef7769..45c84b6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -47,26 +47,21 @@ export default function LandingPage() {
@@ -75,13 +70,13 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text", content: "Meet PrimeScan AI, the future of automated market scanning."},
+ type: "text", content: "PrimeScan AI: The definitive AI scanning tool using ICT and SMC methodologies."},
{
type: "image", src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg", alt: "Katlego founder"},
]}
buttons={[
{
- text: "Learn More", href: "#features"},
+ text: "View Scanning Tech", href: "#features"},
]}
/>
@@ -94,16 +89,16 @@ export default function LandingPage() {
features={[
{
icon: Zap,
- title: "24/5 Live Scanning", description: "Continuous monitoring of Nasdaq, US30, and major forex pairs."},
+ title: "Automated AI Scanner", description: "Continuous AI-driven scanning of indices and forex based on ICT & SMC logic."},
{
icon: ShieldCheck,
- title: "ICT Strategy Integration", description: "Built on core ICT concepts for reliable market structure interpretation."},
+ title: "ICT & SMC Framework", description: "Precision-built signal generation following proven market structure and institutional liquidity models."},
{
icon: Upload,
- title: "Screenshot Analysis", description: "Upload any 15-minute chart screenshot for instant signal generation and analysis."},
+ title: "Chart Screenshot Analysis", description: "Upload any 15-minute timeframe screenshot to receive instant AI interpretation and signal validation."},
]}
- title="Why PrimeScan AI?"
- description="Utilizing institutional ICT concepts on the 15-minute timeframe to filter high-probability trade signals."
+ title="Engineered for Precision"
+ description="PrimeScan AI uses institutional algorithms to filter low-probability noise and identify valid entry conditions."
/>
@@ -114,20 +109,17 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1", value: "94%", title: "Accuracy", items: [
- "On 15m timeframe"],
+ id: "m1", value: "94%", title: "Signal Accuracy", items: [ "On 15m timeframe"],
},
{
- id: "m2", value: "24/5", title: "Active", items: [
- "Continuous market watch"],
+ id: "m2", value: "24/5", title: "AI Monitoring", items: [ "ICT-SMC hybrid scanning"],
},
{
- id: "m3", value: "50+", title: "Pairs", items: [
- "Forex & Indices"],
+ id: "m3", value: "50+", title: "Instrument Support", items: [ "Forex & Indices"],
},
]}
- title="Performance Indicators"
- description="Optimized for the 15-minute timeframe."
+ title="Scanning Capabilities"
+ description="Optimized for high-probability ICT-SMC analysis."
/>
@@ -138,47 +130,30 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1", brand: "Tech", 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", 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"},
+ { 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: "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"},
+ { 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"},
+ { 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"},
+ { 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"},
+ { 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"},
]}
- title="Our Features"
- description="Powerful scanning engine at your service."
+ title="Our AI Scanning Suite"
+ description="Professional tools for modern algorithmic trading."
/>
@@ -221,10 +192,8 @@ export default function LandingPage() {