Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df06a57274 | |||
| 7535d934bb |
@@ -15,7 +15,7 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
@@ -46,6 +46,7 @@ export default function LandingPage() {
|
||||
{ text: "Get Started for Free", href: "#start-free" },
|
||||
{ text: "Book a 1-on-1 Demo", href: "#book-demo" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", alt: "Student at home taking notes while watching presentation closeup" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/diverse-people-using-their-phones_53876-95104.jpg", alt: "Diverse people using their phones" },
|
||||
@@ -85,7 +86,7 @@ export default function LandingPage() {
|
||||
{ id: "6", brand: "Marvixa Core", name: "Granular Access & Permissions", price: "N/A", rating: 5, reviewCount: "Ensures data security", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-biometric-authentication_23-2151997038.jpg", imageAlt: "Granular Permissions Settings" }
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -99,7 +100,7 @@ export default function LandingPage() {
|
||||
{ id: "step2", value: "Step 2", title: "Configure AI Automation", description: "Tailor Marvixa's powerful AI engine to your unique project rules. Define custom workflows, set triggers, and let AI handle repetitive tasks, freeing your team for innovation.", imageSrc: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg", imageAlt: "Configuring AI rules in a holographic interface" },
|
||||
{ id: "step3", value: "Step 3", title: "Scale Operations Effortlessly", description: "Watch your productivity skyrocket. Marvixa proactively identifies bottlenecks, optimizes resource allocation, and provides predictive insights, enabling consistent, on-time delivery at any scale.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendered-abstract-design-elements-arrangement_23-2148996795.jpg", imageAlt: "Illustrating exponential growth and scalability" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -113,7 +114,7 @@ export default function LandingPage() {
|
||||
{ id: "pro", title: "Pro (Popular)", price: "$29", period: "/month", features: ["Unlimited Project Boards", "Advanced AI Automation", "Predictive Analytics", "Priority Email Support", "Up to 25 Users", "Real-time Collaboration"], button: { text: "Get Pro", href: "#" } },
|
||||
{ id: "enterprise", title: "Enterprise", price: "Custom", period: "/month", features: ["Everything in Pro", "Dedicated Account Manager", "Custom SLAs", "On-premise Deployment Options", "Unlimited Users", "Advanced Security & Compliance"], button: { text: "Contact Sales", href: "#" } }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -130,9 +131,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/security-privacy-protection-idea-software-access-data-abstract-cyber-data-security-online-global-data-security-personal-data-security-internet-flat-illustration-isolated_1150-39295.jpg"
|
||||
imageAlt="Digital security and data encryption graphic"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -147,6 +148,7 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Enter your work email"
|
||||
buttonText="Join the Future"
|
||||
termsText="By joining, you agree to our Terms of Service and Privacy Policy."
|
||||
tagAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user