Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7d4b9c88d |
@@ -153,7 +153,7 @@ export default function LandingPage() {
|
||||
description="Join the AI Originals community and discover apparel designed by the future. Connect with us for exclusive releases, early access, and special offers."
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "mailto:hello@aioriginals.com" },
|
||||
{ text: "Join Waitlist", href: "#" }
|
||||
{ text: "Join Waitlist", href: "mailto:hello@aioriginals.com?subject=Waitlist" }
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -193,4 +193,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user