diff --git a/app/layout.tsx b/app/layout.tsx index f099bf6..e8e531f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -2,6 +2,8 @@ import type React from "react" import "@/app/globals.css" import type { Metadata } from "next" import { Inter } from "next/font/google" +import { SpeedInsights } from "@vercel/speed-insights/next" +import { Analytics } from "@vercel/analytics/react" import { ThemeProvider } from "@/components/theme-provider" import { ThemeScript } from "./theme-script" @@ -25,6 +27,8 @@ export default function RootLayout({ children }: { children: React.ReactNode }) {children} + + diff --git a/package-lock.json b/package-lock.json index f98c9d0..09cc8a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,6 +24,8 @@ "@types/dexie": "^1.3.32", "@types/natural": "^5.1.5", "@upstash/redis": "^1.34.8", + "@vercel/analytics": "^1.5.0", + "@vercel/speed-insights": "^1.2.0", "autoprefixer": "^10.4.20", "chart.js": "^4.4.9", "class-variance-authority": "^0.7.1", @@ -3339,6 +3341,79 @@ "crypto-js": "^4.2.0" } }, + "node_modules/@vercel/analytics": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@vercel/analytics/-/analytics-1.5.0.tgz", + "integrity": "sha512-MYsBzfPki4gthY5HnYN7jgInhAZ7Ac1cYDoRWFomwGHWEX7odTEzbtg9kf/QSo7XEsEAqlQugA6gJ2WS2DEa3g==", + "license": "MPL-2.0", + "peerDependencies": { + "@remix-run/react": "^2", + "@sveltejs/kit": "^1 || ^2", + "next": ">= 13", + "react": "^18 || ^19 || ^19.0.0-rc", + "svelte": ">= 4", + "vue": "^3", + "vue-router": "^4" + }, + "peerDependenciesMeta": { + "@remix-run/react": { + "optional": true + }, + "@sveltejs/kit": { + "optional": true + }, + "next": { + "optional": true + }, + "react": { + "optional": true + }, + "svelte": { + "optional": true + }, + "vue": { + "optional": true + }, + "vue-router": { + "optional": true + } + } + }, + "node_modules/@vercel/speed-insights": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@vercel/speed-insights/-/speed-insights-1.2.0.tgz", + "integrity": "sha512-y9GVzrUJ2xmgtQlzFP2KhVRoCglwfRQgjyfY607aU0hh0Un6d0OUyrJkjuAlsV18qR4zfoFPs/BiIj9YDS6Wzw==", + "hasInstallScript": true, + "license": "Apache-2.0", + "peerDependencies": { + "@sveltejs/kit": "^1 || ^2", + "next": ">= 13", + "react": "^18 || ^19 || ^19.0.0-rc", + "svelte": ">= 4", + "vue": "^3", + "vue-router": "^4" + }, + "peerDependenciesMeta": { + "@sveltejs/kit": { + "optional": true + }, + "next": { + "optional": true + }, + "react": { + "optional": true + }, + "svelte": { + "optional": true + }, + "vue": { + "optional": true + }, + "vue-router": { + "optional": true + } + } + }, "node_modules/abort-controller": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", diff --git a/package.json b/package.json index 213db7b..8ad5e9c 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,8 @@ "@types/dexie": "^1.3.32", "@types/natural": "^5.1.5", "@upstash/redis": "^1.34.8", + "@vercel/analytics": "^1.5.0", + "@vercel/speed-insights": "^1.2.0", "autoprefixer": "^10.4.20", "chart.js": "^4.4.9", "class-variance-authority": "^0.7.1", diff --git a/public/images/testimonial-1.png b/public/images/testimonial-1.png index fb26918..914f92b 100644 Binary files a/public/images/testimonial-1.png and b/public/images/testimonial-1.png differ diff --git a/public/images/testimonial-2.png b/public/images/testimonial-2.png index b8743bb..e7b9d8d 100644 Binary files a/public/images/testimonial-2.png and b/public/images/testimonial-2.png differ diff --git a/public/images/testimonial-3.png b/public/images/testimonial-3.png index b99def3..f8118b5 100644 Binary files a/public/images/testimonial-3.png and b/public/images/testimonial-3.png differ