3 Commits

Author SHA1 Message Date
4afbced798 Update src/app/page.tsx 2026-03-06 14:09:42 +00:00
df2e564d49 Update src/app/layout.tsx 2026-03-06 14:09:42 +00:00
1fe80a657f Merge version_2 into main
Merge version_2 into main
2026-03-06 14:02:05 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1426,4 +1426,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -75,6 +75,7 @@ export default function LandingPage() {
{ text: "Talk to an Expert", href: "#contact" }
]}
buttonAnimation="slide-up"
buttonClassName="!py-3 !px-6 font-bold shadow-lg hover:shadow-xl transition-all duration-300 text-sm md:text-base"
/>
</div>
@@ -270,4 +271,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}