Update src/app/page.tsx

This commit is contained in:
2026-03-06 11:52:12 +00:00
parent c1ed72c7c8
commit 9fdad2175a

View File

@@ -86,6 +86,10 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="uniform-all-items-equal"
mode="buttons"
buttons={[
{ text: "Book Your Service", href: "contact" },
]}
buttonAnimation="slide-up"
>
<div className="w-full p-6 rounded-lg border border-gray-200 dark:border-gray-800 bg-white dark:bg-gray-900 flex flex-col gap-4">
<div className="flex items-start gap-3">
@@ -250,4 +254,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}