Skip to content

Commit

Permalink
Renamed Paige Template to Paige App
Browse files Browse the repository at this point in the history
- Renamed project from "Paige Template" to "Paige App"
- Updated page titles and card titles to reflect new name
  • Loading branch information
raghavpillai committed Dec 24, 2024
1 parent 389376b commit 0e6034e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Paige Template
# Paige App

A minimal landing page template built with Next.js and shadcn/ui.
A minimal landing page with Next.js and shadcn/ui.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const geistMono = localFont({
});

export const metadata: Metadata = {
title: "Paige Template",
title: "Paige App",
description:
"If you're seeing this, Paige is currently setting up your project. The changes will be reflected here shortly.",
};
Expand Down
4 changes: 3 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ export default function Home() {
<div className="flex min-h-screen items-center justify-center p-4">
<Card className="w-full max-w-lg">
<CardHeader>
<CardTitle className="text-2xl font-bold">Paige Template</CardTitle>
<CardTitle className="text-2xl font-bold">
Setting up your project...
</CardTitle>
<CardDescription>
Paige is currently setting up your project. The changes will be
reflected here shortly.
Expand Down

0 comments on commit 0e6034e

Please sign in to comment.