diff --git a/src/app/page.tsx b/src/app/page.tsx index c1e0b8e..6c5bb6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,6 +56,7 @@ export default function LandingPage() { description="Cutting-edge infrastructure designed for reliability and speed." textboxLayout="split" animationType="slide-up" + useInvertedBackground={false} features={[ { id: "f1", title: "Quantum Execution", tags: ["Low Latency"] }, { id: "f2", title: "AI Market Scanner", tags: ["Predictive"] }, @@ -68,11 +69,13 @@ export default function LandingPage() { @@ -83,6 +86,7 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" animationType="blur-reveal" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "p1", brand: "Core", name: "Algorithmic Engine", price: "$499", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/mock-up-animation-financial-stock-market-data-software-with-different-diagrams-graphs_482257-26904.jpg" } ]} @@ -95,6 +99,7 @@ export default function LandingPage() { description="Providing tech solutions for over a decade." textboxLayout="split" animationType="scale-rotate" + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Dr. Aris Thorne", role: "CTO, FinTech Alpha", testimonial: "The infrastructure reliability is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-using-smartphone-lobby_1262-5625.jpg" } ]} @@ -105,6 +110,8 @@ export default function LandingPage() {