diff --git a/app/(marketing)/page.tsx b/app/(marketing)/page.tsx index 9b321bd..030d2dc 100644 --- a/app/(marketing)/page.tsx +++ b/app/(marketing)/page.tsx @@ -47,7 +47,7 @@ export default async function IndexPage() { Follow along on Twitter
I'm building a web app with Next.js 13 and open sourcing @@ -182,7 +182,7 @@ export default async function IndexPage() { Proudly Open Source
- Taxonomy is open source and powered by open source software.
{" "}
+ Xpop is open source and powered by open source software.
{" "}
The code is available on{" "}
(
+
+);
+
export const Icons = {
- logo: Command,
+ logo: XpopLogo,
close: X,
spinner: Loader2,
chevronLeft: ChevronLeft,
@@ -70,3 +91,5 @@ export const Icons = {
twitter: Twitter,
check: Check,
}
+
+
diff --git a/components/site-footer.tsx b/components/site-footer.tsx
index fc6a5b8..1ed227b 100644
--- a/components/site-footer.tsx
+++ b/components/site-footer.tsx
@@ -19,25 +19,16 @@ export function SiteFooter({ className }: React.HTMLAttributes