From 404ccad9828dac1eaf73cccb098eed26549f9f4c Mon Sep 17 00:00:00 2001 From: Ali Farooq Date: Tue, 14 May 2024 23:05:11 +0500 Subject: [PATCH] refactor(www): Improving Folder structure, and updated site urls config --- .../src/app/(app)/{ => (marketing)}/page.tsx | 7 ++--- .../src/app/(app)/_components/mobile-nav.tsx | 5 +++- .../_components/saas-startkit-highlight.tsx | 4 +-- .../src/app/(app)/_components/side-header.tsx | 9 ++++--- .../src/app/(app)/_components/site-footer.tsx | 4 +-- apps/www/src/config/urls.ts | 27 +++++++++++++------ 6 files changed, 37 insertions(+), 19 deletions(-) rename apps/www/src/app/(app)/{ => (marketing)}/page.tsx (95%) diff --git a/apps/www/src/app/(app)/page.tsx b/apps/www/src/app/(app)/(marketing)/page.tsx similarity index 95% rename from apps/www/src/app/(app)/page.tsx rename to apps/www/src/app/(app)/(marketing)/page.tsx index 3c54b78..9056706 100644 --- a/apps/www/src/app/(app)/page.tsx +++ b/apps/www/src/app/(app)/(marketing)/page.tsx @@ -10,13 +10,14 @@ import Balancer from "react-wrap-balancer"; import { Background } from "@/components/background"; export default async function HomePage() { + 8; const repoStars = await getRepoStars(); return ( <>
🎉 @@ -43,7 +44,7 @@ export default async function HomePage() {
- + For more information, Visit the{" "} - + Built by{" "} . The source code is available on{" "}