diff --git a/src/app/(blog)/blog/[...slug]/page.tsx b/src/app/(blog)/blog/[...slug]/page.tsx
index d6da5c5..3765f13 100644
--- a/src/app/(blog)/blog/[...slug]/page.tsx
+++ b/src/app/(blog)/blog/[...slug]/page.tsx
@@ -10,7 +10,7 @@ import { env } from "~/env.mjs";
import { buttonVariants } from "~/components/ui/button";
import { absoluteUrl, cn, formatDate } from "~/lib/utils";
import { ChevronLeft } from "lucide-react";
-import { Mdx } from "~/components/patterns/mdx";
+
import MdxContent from "./mdx-content";
import Newsletter from "./newsletter";
diff --git a/src/app/(landing)/page.tsx b/src/app/(landing)/page.tsx
index 6e847bd..d8eff54 100644
--- a/src/app/(landing)/page.tsx
+++ b/src/app/(landing)/page.tsx
@@ -203,6 +203,9 @@ export default function Home() {
What is covered in template
+
+ Technical
+
-
Basic T3 stack setup with Next.js, Prisma, PostgreSQL, TailwindCSS.
@@ -222,18 +225,10 @@ export default function Home() {
Background jobs with Trigger.dev |{" "}
Slack notifications on new Users, background job processing
- -
- Email user flows with Loops |{" "}
- Welcome emails for newly signed up
-
-
Error handling with Sentry |{" "}
Monitoring, Alerts, Issue tracking
- -
- Analytics with Posthog |{" "}
- Event tracking, User behavior analysis
-
-
Storybook | Component library, Documentation
@@ -244,6 +239,29 @@ export default function Home() {
Lost Pixel | Visual regression testing
+
+ Business
+
+
+ - Simple markdown blog with Contentlayer
+ -
+ SEO with Next.js |{" "}
+ Dynamic Sitemap,Dynamic Open Graph, Twitter Cards
+
+ -
+ Email user flows with Loops |{" "}
+
+ Welcome emails for newly signed up users, newsletter subscription
+
+
+ -
+ Analytics with Posthog |{" "}
+ Event tracking, User behavior analysis
+
+ -
+ Analytics with Plausible | Page analytics
+
+
);