diff --git a/web/src/components/LandingPage.tsx b/web/src/components/LandingPage.tsx index 9f197521..12b65a67 100644 --- a/web/src/components/LandingPage.tsx +++ b/web/src/components/LandingPage.tsx @@ -7,7 +7,6 @@ import { GitBranch, Shield, ArrowRight, - ChevronDown, Sparkles, Target, Rocket, @@ -61,52 +60,13 @@ export function LandingPage() { color: 'var(--brand-light-gray)', }} > - {/* Animated Background */} -
- - -
{/* Navbar */} - + {/* Hero Section */} -
+
{/* Left Content */} @@ -269,27 +220,14 @@ export function LandingPage() { - Read the Market.
- - Write the Trade. - -
+ Write the Trade. + - +
- +
@@ -385,17 +319,7 @@ export function LandingPage() {
- {/* Scroll Indicator */} - - - + {/* Scroll Indicator removed for cleaner Binance-like style */}
{/* About Section */} @@ -481,21 +405,12 @@ export function LandingPage() { - - +
- - +
+ @@ -713,7 +628,7 @@ export function LandingPage() { {/* CTA Section */} - +
@@ -1011,10 +922,7 @@ function TestimonialCard({ quote, author, delay }: any) {