diff --git a/app/layout.tsx b/app/layout.tsx index 9396eae..58bd501 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -37,7 +37,7 @@ export default async function RootLayout({ diff --git a/components/Header.tsx b/components/Header.tsx index c780674..676ebab 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -22,7 +22,7 @@ export const Header = () => {
{ transition={{ duration: 0.6, delay: 0.8 }} className="mt-10" > -
+
{firstRow.map((feature) => ( diff --git a/components/sections/landing/Hero.tsx b/components/sections/landing/Hero.tsx index b6bb0af..5f445db 100644 --- a/components/sections/landing/Hero.tsx +++ b/components/sections/landing/Hero.tsx @@ -4,7 +4,6 @@ import { IconArrowRight } from "@tabler/icons-react"; import { Button } from "@/components/ui/button"; import Link from "next/link"; import { motion } from "motion/react"; -import Head from "next/head"; import { links } from "@/constants/links"; import { useTranslations } from "next-intl"; import useOS from "@/hooks/useOS"; @@ -14,96 +13,85 @@ export const Hero = () => { const os = useOS(); return ( - <> - - - -
-
-
-
- +
+
+
+ + + + {t("description")} + + +
+ - - + + + - {t("description")} - - -
- - - - - - -
+ +
+
- + -
+ + Your browser does not support the video tag. + +
-
- + + ); }; diff --git a/components/sections/landing/ProductShowcase.tsx b/components/sections/landing/ProductShowcase.tsx index f3bca3f..6e303d1 100644 --- a/components/sections/landing/ProductShowcase.tsx +++ b/components/sections/landing/ProductShowcase.tsx @@ -28,7 +28,7 @@ export const ProductShowcase = () => { initial={{ opacity: 0, scale: 0.95 }} animate={inView ? { opacity: 1, scale: 1 } : {}} transition={{ duration: 0.6, delay: 0.8 }} - className="relative mx-5 mt-10 aspect-video h-full lg:mx-24" + className="relative mx-5 mt-10 aspect-video h-full select-none lg:mx-24" >