diff --git a/src/App.jsx b/src/App.jsx index 195cfd6..af16402 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -25,7 +25,7 @@ function App() { return ( -
+
} /> } /> diff --git a/src/components/BecomeMember.jsx b/src/components/BecomeMember.jsx index 3054b5d..b7f35ea 100644 --- a/src/components/BecomeMember.jsx +++ b/src/components/BecomeMember.jsx @@ -8,7 +8,6 @@ import { Checkbox } from '@/components/ui/checkbox.jsx' import { Badge } from '@/components/ui/badge.jsx' import { Globe, Mail, User, MessageSquare, CheckCircle, AlertCircle, DollarSign } from 'lucide-react' import { Link } from 'react-router-dom' -import Navigation from './Navigation.jsx' import { loadStripe } from '@stripe/stripe-js' // Make sure to call `loadStripe` outside of a component’s render to avoid @@ -438,11 +437,10 @@ function DirectBuy() { return (
- {/* Navigation */} - + {/* The `Navigation` component is now rendered in `App.jsx` remove it from here */} {/* Hero Section */} -
+
Direct Purchase

diff --git a/src/components/Home.jsx b/src/components/Home.jsx index 07d6d6a..2e9478d 100644 --- a/src/components/Home.jsx +++ b/src/components/Home.jsx @@ -4,8 +4,6 @@ import { Button } from './ui/button' import { Card, CardContent, CardDescription, CardHeader, CardTitle } from './ui/card' import { Badge } from './ui/badge' import { Globe, Zap, Shield, Users, DollarSign, Cpu, Database, Network, CheckCircle, Home, TrendingUp, Brain } from 'lucide-react' -import Navigation from './Navigation' - // Import images import heroBanner from '../assets/images/hero_banner.png' // This image might need to be replaced with a relevant one for ThreeFold @@ -22,11 +20,10 @@ function Homepage() { return (
- {/* Navigation */} - + {/* The `Navigation` component is now rendered in `App.jsx` remove it from here */} {/* Hero Section */} -
+
diff --git a/src/components/Navigation.jsx b/src/components/Navigation.jsx index a1fb9af..e72ce36 100644 --- a/src/components/Navigation.jsx +++ b/src/components/Navigation.jsx @@ -15,12 +15,12 @@ function Navigation() { } return ( -