diff --git a/app/about-us/page.tsx b/app/about-us/page.tsx index a7303db..cfb937d 100644 --- a/app/about-us/page.tsx +++ b/app/about-us/page.tsx @@ -1,5 +1,10 @@ + +import PicWithText from "@/components/pic-with-text"; +import heda_bang from "../../assets/u_mey4kjj5ww-angry-2498.gif" + + export default function Page() { return ( -

about us page

+ ) } \ No newline at end of file diff --git a/app/contact/page.tsx b/app/contact/page.tsx index a132a3e..22788bf 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -1,11 +1,23 @@ -import ContactForm from '@/components/contact-form' +import ContactForm from '@/components/contact-form'; +import TypingWords from '@/components/typing-words'; export default function ContactPage() { return ( -
-
+
+
+

+ Tell us about your +

+

+ +

+

+ Share a few details and we'll get back to you as soon as we can. +

+
+
-
+
- ) + ); } diff --git a/app/layout.tsx b/app/layout.tsx index dbbf99d..ad7e334 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -36,7 +36,11 @@ export default function RootLayout({ > - {children} +
+
+ {children} +
+