From 91f89a3adfe56653318eb8ec39aca188fb31785a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 10:00:23 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 372 ++++++++--------------------------------------- 1 file changed, 62 insertions(+), 310 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0424bd..b866730 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,103 +22,34 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="mediumLargeSizeLargeTitles" - background="grid" - cardStyle="glass-depth" - primaryButtonStyle="diagonal-gradient" - secondaryButtonStyle="radial-glow" - headingFontWeight="bold" + background="none" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" + headingFontWeight="semibold" >
@@ -126,57 +57,28 @@ export default function LandingPage() {
@@ -185,131 +87,40 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Speed to Market", - description: "30-day cycles versus months of planning.", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-asking-question-meeting_482257-115048.jpg", - }, - { - title: "Real Market Data", - description: "Decisions based on actual consumer response.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-into-crypto-currency-stock-market_482257-2365.jpg", - }, - { - title: "Systematic Growth", - description: "Repeatable, scalable engine, not random hacks.", - imageSrc: "http://img.b2bpic.net/free-photo/global-business-graph-growth-world-map-concept_53876-21165.jpg", - }, + { title: "Rapid Market Testing", description: "Validate ideas in weeks, not months.", imageSrc: "http://img.b2bpic.net/free-photo/data-analysis-concept_23-2148785124.jpg" }, + { title: "Deep Signal Mining", description: "Uncover latent demand hidden in market data.", imageSrc: "http://img.b2bpic.net/free-photo/digital-marketing-strategy-concept_23-2148784387.jpg" }, + { title: "Scalable Growth Engine", description: "Repeatable architecture for long-term revenue.", imageSrc: "http://img.b2bpic.net/free-photo/global-business-connectivity_23-2148816568.jpg" }, ]} - title="Why PROVA?" - description="We don't just give advice. We build engines for decision-driven growth." + title="Advanced Capabilities" + description="Tools designed to eliminate the uncertainty of growth." />
@@ -318,101 +129,42 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "How does the experiment cycle work?", - content: "We identify demand, create a landing page, run targeted ads for $50-$150, and analyze the response data.", - }, - { - id: "q2", - title: "What kind of companies is PROVA for?", - content: "Any business looking to scale revenue through data-backed decisions rather than marketing guesswork.", - }, - { - id: "q3", - title: "Why do experiments take 30 days?", - content: "It allows us enough time for signal identification, build, launch, and analysis to ensure accurate data.", - }, + { id: "q1", title: "How do we begin?", content: "Fill out the contact form and we will schedule an initial alignment call to audit your current growth state." }, + { id: "q2", title: "Do I need a large team?", content: "No. PROVA functions as your external growth team during the validation cycle." }, + { id: "q3", title: "What if a test fails?", content: "Failures are data points. We analyze the result and pivot to the next opportunity immediately." }, ]} - title="Common Questions" - description="Everything you need to know about PROVA." + title="Frequently Asked" + description="Common inquiries about the PROVA system." faqsAnimation="slide-up" />
); -} +} \ No newline at end of file -- 2.49.1 From e49f9097b7ee9aa1a14235e0e557caff5c4ac489 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 10:00:23 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 018e8e2..a295cf9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #0c0c0c; - --foreground: #ffffff; - --primary-cta: #106EFB; + --background: #0a0a0a; + --card: #121212; + --foreground: #f0f0f0; + --primary-cta: #3b82f6; --primary-cta-text: #ffffff; - --secondary-cta: #000000; + --secondary-cta: #1f1f1f; --secondary-cta-text: #ffffff; - --accent: #535353; - --background-accent: #106EFB; + --accent: #6366f1; + --background-accent: #1a1a1a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1