6 Commits

Author SHA1 Message Date
44a5219856 Update theme fonts 2026-04-15 17:10:56 +00:00
d29772b052 Update theme fonts 2026-04-15 17:10:55 +00:00
5f39421b30 Update src/app/page.tsx 2026-04-15 17:08:50 +00:00
30be73be59 Merge version_1 into main
Merge version_1 into main
2026-04-15 17:08:03 +00:00
2aa696508c Merge version_1 into main
Merge version_1 into main
2026-04-15 17:07:34 +00:00
a74c71886f Merge version_1 into main
Merge version_1 into main
2026-04-15 17:06:56 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ export const metadata: Metadata = {
},
};
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],

View File

@@ -200,7 +200,7 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardOne
animationType="slide-up"
textboxLayout="split-description"
textboxLayout="split-actions"
useInvertedBackground={true}
plans={[
{
@@ -297,4 +297,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}