diff --git a/apps/website/app/sitemap.ts b/apps/website/app/sitemap.ts index 52a2ad7..05893c0 100644 --- a/apps/website/app/sitemap.ts +++ b/apps/website/app/sitemap.ts @@ -5,7 +5,7 @@ export default function sitemap(): MetadataRoute.Sitemap { { url: "https://dokploy.com", lastModified: new Date(), - changeFrequency: "yearly", + changeFrequency: "monthly", priority: 1, }, ]; diff --git a/apps/website/components/hero/Hi.tsx b/apps/website/components/hero/Hi.tsx deleted file mode 100644 index cd70b0c..0000000 --- a/apps/website/components/hero/Hi.tsx +++ /dev/null @@ -1,197 +0,0 @@ -import { ExternalLink } from "lucide-react"; - -import { Badge } from "@/components/ui/badge"; -import { cn } from "@/lib/utils"; -import { Button, buttonVariants } from "../ui/button"; - -const Hero12 = () => { - return ( -
-
-
- - - - - - - - - - - - - - - - - - - - - - -
-
-
-

- Welcome to Our Website -

-

- Elig doloremque mollitia fugiat omnis! Porro facilis quo animi - consequatur. -

-
-
- {/*
- -

- No credit card required -

-
- */} -
-
-
- - - - - - - - - - - - - - - - - - 4.8 starts -
-
207 Reviews
-
-
-
-
-
- placeholder hero -
-
-
- ); -}; - -export default Hero12; diff --git a/apps/website/tailwind.config.ts b/apps/website/tailwind.config.ts index c0fa2da..8d47885 100644 --- a/apps/website/tailwind.config.ts +++ b/apps/website/tailwind.config.ts @@ -26,7 +26,7 @@ const config = { "9xl": ["8rem", { lineHeight: "1" }], }, container: { - center: "true", + center: true, padding: "2rem", screens: { "2xl": "1400px",