diff --git a/src/App.tsx b/src/App.tsx index 6f43a8f..6641e9e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,4 @@ -import { HashRouter, Routes, Route, useLocation } from 'react-router-dom'; +import { BrowserRouter, Routes, Route, useLocation } from 'react-router-dom'; import { Layout } from './components/Layout'; import { lazy, Suspense, useEffect } from 'react'; @@ -35,7 +35,7 @@ function ScrollToTop() { function App() { return ( - + Loading...}> @@ -54,7 +54,7 @@ function App() { - + ) } diff --git a/src/components/Header.tsx b/src/components/Header.tsx index c651c1e..92e0297 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -94,7 +94,7 @@ export function Header() {
- + setMobileMenuOpen(false)}> Mycelium
- + setMobileMenuOpen(false)}> Mycelium -
diff --git a/src/pages/gpu/GpuOverview.tsx b/src/pages/gpu/GpuOverview.tsx index f0ada9d..d4be4a9 100644 --- a/src/pages/gpu/GpuOverview.tsx +++ b/src/pages/gpu/GpuOverview.tsx @@ -32,7 +32,7 @@ const coreFeatures = [ export function GpuOverview() { return ( -
+
{/* ✅ Top spacer */}
diff --git a/src/pages/pods/CallToAction.tsx b/src/pages/pods/CallToAction.tsx index 84488a4..403a2bf 100644 --- a/src/pages/pods/CallToAction.tsx +++ b/src/pages/pods/CallToAction.tsx @@ -14,6 +14,14 @@ const benefits = [ export function CallToAction() { + const handleJoinWaitlist = () => { + if (typeof window !== 'undefined' && typeof (window as any).ml_account === 'function') { + ;(window as any).ml_account('webforms', '6108375', 'l9m8g1', 'show') + } else { + console.log('MailerLite script (ml_account) not fully loaded or not in browser.') + } + } + return (
{/* ✅ Top horizontal line with spacing */} @@ -83,13 +91,13 @@ export function CallToAction() { {/* ✅ Two cards, stacked center with spacing */}
-
-
diff --git a/src/pages/pods/Homepod.tsx b/src/pages/pods/Homepod.tsx index 050037a..e44764d 100644 --- a/src/pages/pods/Homepod.tsx +++ b/src/pages/pods/Homepod.tsx @@ -45,7 +45,7 @@ export default function Homepod() { > Join the Waitlist -
diff --git a/src/pages/pods/PodsFeatures.tsx b/src/pages/pods/PodsFeatures.tsx index b5a5321..63a6846 100644 --- a/src/pages/pods/PodsFeatures.tsx +++ b/src/pages/pods/PodsFeatures.tsx @@ -222,7 +222,7 @@ const icons = [ export function PodsFeatures() { return ( -
+
{/* Top horizontal spacing */}
diff --git a/src/pages/storage/CallToAction.tsx b/src/pages/storage/CallToAction.tsx index 8a0977f..bedfc65 100644 --- a/src/pages/storage/CallToAction.tsx +++ b/src/pages/storage/CallToAction.tsx @@ -64,8 +64,7 @@ export function CallToAction() {