diff --git a/src/app/page.tsx b/src/app/page.tsx index fda1d55..a271903 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,6 +60,8 @@ export default function LandingPage() { { title: "Expert Design", description: "Crafted by Lorenzo Mainza." } ]} imageSrc="http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379217.jpg" + useInvertedBackground={false} + mediaAnimation="slide-up" /> @@ -82,6 +84,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} title="Our Collection" description="Browse our range of high-quality posters and custom bag solutions." products={[ @@ -99,6 +102,7 @@ export default function LandingPage() { ratingAnimation="slide-up" avatarsAnimation="slide-up" avatars={[]} + useInvertedBackground={false} /> @@ -107,6 +111,7 @@ export default function LandingPage() { sideTitle="FAQ" faqsAnimation="slide-up" faqs={[{ id: "q1", title: "Who leads the design?", content: "Lorenzo Mainza leads our creative direction." }]} + useInvertedBackground={false} /> @@ -116,6 +121,8 @@ export default function LandingPage() { title="Work with TEEjay MEDIA" description="Contact us to discuss your next poster or bag printing project." buttons={[{ text: "Get in touch" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} />