Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-11 09:47:52 +00:00

View File

@@ -119,6 +119,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
buttons={[
{
text: "View Detailed Plans", href: "#contact"}
]}
plans={[
{
id: "p1", badge: "Atelier", price: "$49", subtitle: "For independent creators", features: [
@@ -182,4 +186,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}