2 Commits

Author SHA1 Message Date
20304845ed Update src/app/page.tsx 2026-03-07 21:25:39 +00:00
2e575dc78d Merge version_9 into main
Merge version_9 into main
2026-03-07 21:19:19 +00:00

View File

@@ -88,6 +88,10 @@ export default function LandingPage() {
{ text: "Book A Call", href: "https://calendly.com" },
]}
buttonAnimation="slide-up"
containerClassName="w-full flex flex-col lg:flex-row lg:items-center lg:justify-center gap-6 lg:gap-8"
textBoxClassName="w-full lg:w-1/2 flex flex-col gap-6"
carouselWrapperClassName="w-full lg:w-1/2 flex flex-col gap-4"
carouselColumnClassName="w-full flex flex-col gap-4"
/>
</div>
@@ -283,4 +287,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}