Merge version_2 into main #1
@@ -14,6 +14,10 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Crown, Shield, Sparkles, Star, Zap } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleLoginClick = () => {
|
||||
window.location.href = '#';
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
@@ -36,7 +40,7 @@ export default function LandingPage() {
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Security", id: "security" }
|
||||
]}
|
||||
button={{ text: "Pre-Order", href: "#cta" }}
|
||||
button={{ text: "Login", href: "#", onClick: handleLoginClick }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -268,4 +272,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user