Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user