diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4f2fee3..2f97de8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -78,7 +78,6 @@ export default function LandingPage() {
{ text: "View Our Portfolio", href: "#portfolio" }
]}
carouselPosition="right"
- useInvertedBackground={false}
/>
@@ -166,8 +165,8 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/portrait-young-man-denim_23-2148316210.jpg", alt: "InnovateTech Product Manager" },
{ src: "http://img.b2bpic.net/free-photo/mature-woman-writing-down-tasks_1398-4144.jpg", alt: "InnovateTech Finance Director" }
]}
- ratingAnimation="reveal-blur"
- avatarsAnimation="reveal-blur"
+ ratingAnimation="blur-reveal"
+ avatarsAnimation="blur-reveal"
useInvertedBackground={false}
/>
@@ -180,7 +179,7 @@ export default function LandingPage() {
{ id: "faq-3", title: "What is the cost of a website?", content: "Website costs depend on features, design complexity, and ongoing needs. We offer tailored packages starting from $2,500, with custom quotes for larger projects." },
{ id: "faq-4", title: "Do you provide ongoing support and maintenance?", content: "Yes, we offer various support and maintenance packages to ensure your website remains secure, updated, and performs optimally after launch." }
]}
- faqsAnimation="reveal-blur"
+ faqsAnimation="blur-reveal"
textPosition="left"
useInvertedBackground={false}
/>