diff --git a/src/app/page.tsx b/src/app/page.tsx
index a0b89ff..81812ec 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -42,6 +42,7 @@ export default function Page() {
gridVariant="bento-grid"
animationType="slide-up"
textboxLayout="default"
+ useInvertedBackground={false}
features={[
{ title: "Custom Tailoring", description: "Perfect fits for every occasion.", imageSrc: "/placeholder.jpg", titleIconSrc: "/icon.png", buttonText: "Learn More" },
{ title: "Fabric Sales", description: "High-quality textiles sourced globally.", imageSrc: "/placeholder.jpg", titleIconSrc: "/icon.png", buttonText: "Learn More" }
@@ -53,6 +54,7 @@ export default function Page() {
title="Client Stories"
description="What our valued clients say about us."
textboxLayout="default"
+ useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Jane Doe", date: "2025-01-01", title: "Elegant Design", quote: "Amazing work!", tag: "VIP", avatarSrc: "/avatar.jpg" },
{ id: "2", name: "John Smith", date: "2025-01-02", title: "Quality Service", quote: "Professional experience.", tag: "Client", avatarSrc: "/avatar.jpg" }
@@ -65,6 +67,7 @@ export default function Page() {
description="Explore our latest creations."
animationType="slide-up"
textboxLayout="default"
+ useInvertedBackground={false}
blogs={[
{ id: "1", category: "Couture", title: "Autumn Collection", excerpt: "New styles.", imageSrc: "/blog.jpg", authorName: "Funmich", authorAvatar: "/avatar.jpg", date: "2025-01-01" },
{ id: "2", category: "School", title: "Fashion Academy", excerpt: "Join our course.", imageSrc: "/blog.jpg", authorName: "Funmich", authorAvatar: "/avatar.jpg", date: "2025-01-02" }
@@ -77,6 +80,7 @@ export default function Page() {
description="Find answers to common queries."
faqsAnimation="slide-up"
textboxLayout="default"
+ useInvertedBackground={false}
faqs={[
{ id: "1", title: "How to book?", content: "Visit our studio." },
{ id: "2", title: "Do you sell fabric?", content: "Yes, we do." }
@@ -87,6 +91,7 @@ export default function Page() {