diff --git a/package.json b/package.json index 4b22e33..724c918 100644 --- a/package.json +++ b/package.json @@ -9,19 +9,20 @@ "lint": "next lint" }, "dependencies": { + "@vercel/analytics": "^1.4.1", + "next": "15.1.6", "react": "^19.0.0", - "react-dom": "^19.0.0", - "next": "15.1.6" + "react-dom": "^19.0.0" }, "devDependencies": { - "typescript": "^5", + "@eslint/eslintrc": "^3", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", - "postcss": "^8", - "tailwindcss": "^3.4.1", "eslint": "^9", "eslint-config-next": "15.1.6", - "@eslint/eslintrc": "^3" + "postcss": "^8", + "tailwindcss": "^3.4.1", + "typescript": "^5" } } diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7fa87e..7528920 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,6 +1,7 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; +import { Analytics } from '@vercel/analytics/next'; const geistSans = Geist({ variable: "--font-geist-sans", @@ -28,6 +29,9 @@ export default function RootLayout({ className={`${geistSans.variable} ${geistMono.variable} antialiased`} > {children} + Apple's to Apple's + + ); diff --git a/src/app/page.tsx b/src/app/page.tsx index 3eee014..f6d23bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,6 +23,8 @@ export default function Home() {
  • Save and see your changes instantly.
  • + +