3 Commits

Author SHA1 Message Date
633073e60d Update src/app/page.tsx 2026-03-25 05:23:26 +00:00
18862e4817 Update theme colors 2026-03-25 04:55:13 +00:00
07067b9789 Update src/app/page.tsx 2026-03-22 14:02:25 +00:00
2 changed files with 9 additions and 5 deletions

View File

@@ -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>
);
}
}

View File

@@ -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;