Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-07 09:39:07 +00:00

View File

@@ -64,8 +64,8 @@ export default function Page() {
autoPlay={true}
autoPlayInterval={4000}
tag="Next-Gen Automation"
tagAnimation="reveal-blur"
buttonAnimation="reveal-blur"
tagAnimation="expand-hover"
buttonAnimation="expand-hover"
useInvertedBackground={false}
/>
</div>
@@ -76,11 +76,11 @@ export default function Page() {
description="We specialize in developing custom AI automation solutions that drive real results. From optimizing intricate processes to deploying intelligent systems, our expertise ensures your business operates at peak efficiency. Partner with us to navigate the future of automation and achieve your most ambitious goals."
useInvertedBackground={false}
tag="About Us"
tagAnimation="reveal-blur"
tagAnimation="expand-hover"
buttons={[
{ text: "Learn More About Our Approach", href: "#" }
]}
buttonAnimation="reveal-blur"
buttonAnimation="expand-hover"
/>
</div>
@@ -97,8 +97,8 @@ export default function Page() {
textboxLayout="default"
useInvertedBackground={false}
tag="What We Offer"
tagAnimation="reveal-blur"
buttonAnimation="reveal-blur"
tagAnimation="expand-hover"
buttonAnimation="expand-hover"
/>
</div>
@@ -111,9 +111,9 @@ export default function Page() {
{ id: "2", value: "200%", description: "Increase in Workflow Efficiency" },
{ id: "3", value: "99.9%", description: "Accuracy in Data Processing" }
]}
metricsAnimation="reveal-blur"
metricsAnimation="expand-hover"
useInvertedBackground={false}
tagAnimation="reveal-blur"
tagAnimation="expand-hover"
/>
</div>
@@ -129,8 +129,8 @@ export default function Page() {
showCard={false}
speed={30}
tag="Our Partners"
tagAnimation="reveal-blur"
buttonAnimation="reveal-blur"
tagAnimation="expand-hover"
buttonAnimation="expand-hover"
/>
</div>
@@ -146,12 +146,12 @@ export default function Page() {
{ id: "5", name: "Jessica L.", role: "Operations Manager, FutureCorp", testimonial: "The level of accuracy and speed in our processes has dramatically improved. Their team is simply outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg", imageAlt: "Jessica L. Avatar" }
]}
textboxLayout="default"
animationType="reveal-blur"
animationType="depth-3d"
carouselMode="auto"
useInvertedBackground={false}
tag="Client Success"
tagAnimation="reveal-blur"
buttonAnimation="reveal-blur"
tagAnimation="expand-hover"
buttonAnimation="expand-hover"
/>
</div>
@@ -165,11 +165,11 @@ export default function Page() {
{ id: "enterprise", name: "Enterprise Elite", price: "$2500/month", badge: "Premium", badgeIcon: Shield, features: ["Unlimited complex AI automations", "Bespoke AI model development", "24/7 Priority support", "On-site consultation & training", "Strategic AI roadmap planning", "Full data security & compliance"], buttons: [{ text: "Contact for Quote", href: "#contact" }] }
]}
textboxLayout="default"
animationType="reveal-blur"
animationType="scale-rotate"
useInvertedBackground={false}
tag="Pricing"
tagAnimation="reveal-blur"
buttonAnimation="reveal-blur"
tagAnimation="expand-hover"
buttonAnimation="expand-hover"
/>
</div>
@@ -186,11 +186,11 @@ export default function Page() {
{ id: "6", title: "Can you integrate with our existing software?", content: "Absolutely. Our expertise includes integrating AI solutions with a wide range of existing software, CRM systems, ERPs, and other platforms to ensure seamless data flow and operational harmony." }
]}
textboxLayout="default"
faqsAnimation="reveal-blur"
faqsAnimation="expand-hover"
useInvertedBackground={false}
tag="FAQs"
tagAnimation="reveal-blur"
buttonAnimation="reveal-blur"
tagAnimation="expand-hover"
buttonAnimation="expand-hover"
animationType="smooth"
/>
</div>
@@ -217,7 +217,6 @@ export default function Page() {
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
copyrightText="© 2024 AI Automation Agency. All rights reserved."
useInvertedBackground={false}
/>
</div>
</ThemeProvider>