@@ -37,13 +37,13 @@ export default function Home() {
3737 { /* Headline */ }
3838 < h1 className = "font-display text-5xl sm:text-6xl lg:text-7xl text-foreground leading-[1.1] mb-6" >
3939 Your competitors just changed pricing. < br />
40- < span className = "text-emerald-400 italic" > You found out first .</ span >
40+ < span className = "text-emerald-400 italic" > You knew 6 hours ago .</ span >
4141 </ h1 >
4242
4343 { /* Subheadline */ }
4444 < p className = "text-lg sm:text-xl text-muted-foreground max-w-2xl mx-auto mb-10 leading-relaxed" >
45- RivalEye monitors competitor pricing pages from 8 global regions.
46- When they move, you get an < span className = "text-foreground font-medium" > AI-powered tactical brief</ span > — not just an alert .
45+ RivalEye monitors competitor pricing pages across 4 global regions.
46+ When they move, you get an < span className = "text-foreground font-medium" > AI tactical brief</ span > — not just a notification .
4747 </ p >
4848
4949 { /* CTAs */ }
@@ -63,7 +63,7 @@ export default function Home() {
6363
6464 { /* Trust Signal */ }
6565 < p className = "text-sm text-muted-foreground mt-8" >
66- Free forever for 1 competitor • Setup in 30 seconds
66+ Free forever for 1 competitor • Setup in 30 seconds • No credit card
6767 </ p >
6868 </ div >
6969 </ section >
@@ -73,15 +73,19 @@ export default function Home() {
7373 < div className = "max-w-4xl mx-auto flex flex-wrap items-center justify-center gap-12 text-muted-foreground text-sm font-medium" >
7474 < div className = "flex items-center gap-2" >
7575 < Check className = "w-4 h-4 text-emerald-400" />
76- < span > Detects changes in <24 hours </ span >
76+ < span > Daily automated scans </ span >
7777 </ div >
7878 < div className = "flex items-center gap-2" >
7979 < Globe2 className = "w-4 h-4 text-emerald-400" />
80- < span > 4 key global regions</ span >
80+ < span > 4 global pricing regions</ span >
8181 </ div >
8282 < div className = "flex items-center gap-2" >
8383 < Sparkles className = "w-4 h-4 text-emerald-400" />
84- < span > AI explains the "Why"</ span >
84+ < span > AI explains the strategy shift</ span >
85+ </ div >
86+ < div className = "flex items-center gap-2" >
87+ < Bell className = "w-4 h-4 text-emerald-400" />
88+ < span > Slack + Email alerts</ span >
8589 </ div >
8690 </ div >
8791 </ section >
@@ -272,12 +276,12 @@ export default function Home() {
272276
273277 < p className = "text-muted-foreground mb-8 leading-relaxed relative z-10" >
274278 Competitors use IP-based pricing to hide localized strategies.
275- RivalEye deployments monitor from 8 global regions simultaneously,
279+ RivalEye monitors from 4 key regions simultaneously,
276280 uncovering hidden discounts and regional test-pricing.
277281 </ p >
278282
279- < div className = "grid grid-cols-4 sm:grid-cols-8 gap-3 relative z-10" >
280- { [ "🇺🇸 US" , "🇬🇧 UK" , "🇩🇪 DE " , "🇫🇷 FR" , " 🇮🇳 IN ", "🇦🇺 AU" , "🇧🇷 BR" , "🇯🇵 JP "] . map (
283+ < div className = "grid grid-cols-4 gap-3 relative z-10" >
284+ { [ "🇺🇸 United States" , "🇪🇺 Europe " , "🇮🇳 India " , "🌍 Global " ] . map (
281285 ( region ) => (
282286 < div
283287 key = { region }
@@ -314,11 +318,11 @@ export default function Home() {
314318
315319 < ul className = "space-y-4 text-sm text-muted-foreground mb-10" >
316320 { [
317- "1 competitor sensor " ,
318- "Daily trajectory scans" ,
319- "Standard email alerts" ,
320- "Basic diff detection" ,
321- "7-day history storage " ,
321+ "1 competitor tracking " ,
322+ "Daily automated scans" ,
323+ "Email alerts" ,
324+ "Basic change detection" ,
325+ "7-day history" ,
322326 ] . map ( ( item , i ) => (
323327 < li key = { i } className = "flex items-center gap-3" >
324328 < Check className = "w-4 h-4 text-emerald-500/50" />
@@ -348,13 +352,14 @@ export default function Home() {
348352
349353 < ul className = "space-y-4 text-sm mb-10" >
350354 { [
351- { text : "5 competitor sensors" , highlight : false } ,
352- { text : "Unlimited page depth" , highlight : false } ,
353- { text : "Frequent monitoring scans" , highlight : false } ,
354- { text : "4 Regional sensors (US, EU, IN)" , highlight : true } ,
355- { text : "AI Tactical Briefs" , highlight : true } ,
356- { text : "Visual verification (SVG/Images)" , highlight : true } ,
357- { text : "Unlimited delta history" , highlight : false } ,
355+ { text : "5 competitors" , highlight : false } ,
356+ { text : "Unlimited pages per competitor" , highlight : false } ,
357+ { text : "Daily + on-demand scans" , highlight : false } ,
358+ { text : "4 regional pricing sensors (US, EU, IN, Global)" , highlight : true } ,
359+ { text : "AI tactical briefs" , highlight : true } ,
360+ { text : "Visual snapshots for verification" , highlight : true } ,
361+ { text : "Slack + Email alerts" , highlight : true } ,
362+ { text : "Unlimited history" , highlight : false } ,
358363 ] . map ( ( item , i ) => (
359364 < li
360365 key = { i }
@@ -394,8 +399,8 @@ export default function Home() {
394399 < span className = "text-emerald-400" > Do you have a response?</ span >
395400 </ h2 >
396401 < p className = "text-lg text-muted-foreground mb-10 leading-relaxed max-w-xl mx-auto" >
397- Every day you're not monitoring, you're flying blind.
398- Start free — it takes 30 seconds.
402+ Every day you're not monitoring, your sales team is flying blind.
403+ Start free — takes 30 seconds.
399404 </ p >
400405 < Link href = "/login" >
401406 < Button size = "lg" className = "glow-emerald text-base px-10 py-8 gap-3" >
0 commit comments