Update src/app/page.tsx

This commit is contained in:
2026-05-27 17:34:06 +00:00
parent c22d823fb5
commit c034e33c77

View File

@@ -66,6 +66,10 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Our Passion for Disney Artistry" }]}
useInvertedBackground={false}
buttons={[
{ text: "Learn More About Us", href: "#team" },
{ text: "View Our Work", href: "#portfolio" }
]}
/>
</div>