diff --git a/src/app/page.tsx b/src/app/page.tsx
index 583b3da..423c6ae 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,10 +1,12 @@
"use client";
-import DesktopPage from "./desktop-page";
+import MobilePage from "./-/mobile-page";
+import DesktopPage from "./-/desktop-page";
export default function Page() {
return (
<>
+
>
);
}
diff --git a/src/components/3d/moka-pot.jsx b/src/components/3d/moka-pot.jsx
index 852ef01..1641f15 100644
--- a/src/components/3d/moka-pot.jsx
+++ b/src/components/3d/moka-pot.jsx
@@ -33,6 +33,7 @@ export default function MokaPot() {
diff --git a/src/components/contact-form.tsx b/src/components/contact-form.tsx
index 964b535..b797d4a 100644
--- a/src/components/contact-form.tsx
+++ b/src/components/contact-form.tsx
@@ -8,7 +8,7 @@ import { useMutation } from "@tanstack/react-query";
import axios, { AxiosError } from "axios";
import Form from "next/form";
import { useMemo, useState } from "react";
-import { Button } from "./ui/button";
+import { Button } from "@components/ui/button";
export default function ContactForm() {
const [formData, setFormData] = useState({
@@ -72,7 +72,12 @@ export default function ContactForm() {
const headerAnimation = useMemo(
() => (
-
+
Let's work together!
),
@@ -80,7 +85,7 @@ export default function ContactForm() {
);
return (
-
+
{headerAnimation}
@@ -158,7 +163,7 @@ export default function ContactForm() {
/>
-
+