diff --git a/src/app/page.tsx b/src/app/page.tsx index 9698a1a..257070f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,6 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-huge-african-elephant_181624-9900.jpg", imageAlt: "Artisan Crafting Nettipattam" } ]} mediaAnimation="blur-reveal" - useInvertedBackground={false} /> @@ -79,6 +78,7 @@ export default function HomePage() { gridVariant="bento-grid" animationType="slide-up" useInvertedBackground={true} + textboxLayout="default" /> @@ -157,6 +157,7 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" useInvertedBackground={true} + textboxLayout="default" /> @@ -182,7 +183,6 @@ export default function HomePage() { { icon: Instagram, href: "#", ariaLabel: "Instagram" }, { icon: Twitter, href: "#", ariaLabel: "Twitter" } ]} - navLinks={navLinksForFooter} useInvertedBackground={true} />