Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e2fe36a0e | |||
| 633073e60d | |||
| f805da06cf | |||
| 18862e4817 | |||
| 8ddc82e7b9 | |||
| 07067b9789 |
@@ -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>
|
||||
|
||||
@@ -56,7 +60,7 @@ export default function LandingPage() {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIb8BtHbqSFec8Wb72dWuQLf0a/a-sleek-universal-card-photographed-from-1774179453765-0f6d384b.png", imageAlt: "Universal Card Back View"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIb8BtHbqSFec8Wb72dWuQLf0a/a-modern-mobile-app-interface-for-univer-1774179452403-71509334.png", imageAlt: "Mobile App Interface"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIb8BtHbqSFec8Wb72dWuQLf0a/uploaded-1774416108095-hbaxtir6.png", imageAlt: "Mobile App Interface"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
@@ -268,4 +272,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,11 +10,11 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #030128;
|
||||
--background: #0c0126;
|
||||
--card: #241f48;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #030128;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #131136;
|
||||
--secondary-cta-text: #d5d4f6;
|
||||
--accent: #44358a;
|
||||
|
||||
Reference in New Issue
Block a user