diff --git a/app/about/page.tsx b/app/about/page.tsx index 09b2451..9ce1fc7 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -1,3 +1,10 @@ +import { NewsletterForm } from '@/components/newsletter-form' + export default function Page() { - return
About Page
+ return ( +
+ About Page + +
+ ) } diff --git a/app/blogs/[slug]/page.tsx b/app/blogs/[slug]/page.tsx index a220690..11ca605 100644 --- a/app/blogs/[slug]/page.tsx +++ b/app/blogs/[slug]/page.tsx @@ -61,7 +61,7 @@ export default function Page({ params: { slug } }: Params) {
SA diff --git a/app/blogs/page.tsx b/app/blogs/page.tsx index d4222cb..88e437a 100644 --- a/app/blogs/page.tsx +++ b/app/blogs/page.tsx @@ -1,4 +1,6 @@ import BlogsWithSearch from '@/components/blogs-with-search' +import { AlertIcon } from '@/components/icons' +import { Alert, AlertDescription, AlertTitle } from '@/components/ui/alert' import { getBlogPostsWithContent } from '@/lib/blogs' export default function Page() { @@ -7,6 +9,33 @@ export default function Page() { return (

Blogs

+ + + + Heads up! + + + Check out these posts on{' '} + + DEV + {' '} + and{' '} + + Hashnode + {' '} + for full engagement. + +
) diff --git a/app/contact-me/page.tsx b/app/contact-me/page.tsx index e49ae54..c1a041b 100644 --- a/app/contact-me/page.tsx +++ b/app/contact-me/page.tsx @@ -1,11 +1,22 @@ import { ContactMe } from '@/components/contact-me' +import { NewsletterForm } from '@/components/newsletter-form' export default function Contact() { return (

Get in touch

+

+ Lorem ipsum dolor, sit amet consectetur adipisicing elit. Deserunt + maxime neque numquam quia quis facere atque incidunt dolorem sed! +

+
+

+ Lorem ipsum dolor, sit amet consectetur adipisicing elit. Deserunt + maxime neque numquam quia quis facere atque incidunt dolorem sed! +

+
) } diff --git a/app/page.tsx b/app/page.tsx index 4f5a094..9808f5d 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,4 +1,5 @@ import { HeroIntro } from '@/components/hero-intro' +import { NewsletterForm } from '@/components/newsletter-form' import RecentPosts from '@/components/recent-blogs' import { Socials } from '@/components/socials' import { getBlogPostsWithContent } from '@/lib/blogs' @@ -13,6 +14,8 @@ export default function Home() { + + ) } diff --git a/components/contact-me.tsx b/components/contact-me.tsx index 2792e74..27973b7 100644 --- a/components/contact-me.tsx +++ b/components/contact-me.tsx @@ -55,100 +55,102 @@ export const ContactMe = () => { } return ( -
-
-
- -
-
- ( - - - Name - - - - - - - )} - /> -
- -
- ( - - - Email - - - - - - - )} - /> -
+
+ + +
+
+ ( + + + Name + + + + + + + )} + /> +
-
- ( - - - Message - - -