diff --git a/src/app/page.tsx b/src/app/page.tsx
index 44ca9b1..cfcde02 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -15,7 +15,7 @@ export default function LandingPage() {
return (
@@ -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"
/>
);
-}
+}
\ No newline at end of file