From 4a6bee684c9c5d7c26ca5ede05d844d31826736b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:00:53 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 38 ++++++++++---------------------------- 1 file changed, 10 insertions(+), 28 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e59b90f..f8fa2ba 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,49 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], + variable: "--font-mulish", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "UXOverflow - AI UX Feedback Platform for Designers & Founders", - description: "Get instant AI-powered UX feedback, community insights, and expert reviews. Analyze your product's health score (0-100) across usability, accessibility, design, content, and performance in under 30 seconds.", - keywords: "UX feedback, AI analysis, product review, designer tools, usability testing, UX audit, Nielsen heuristics", - metadataBase: new URL("https://uxoverflow.com"), + title: "UXOverflow - AI UX Feedback Platform for Designers & Founders", description: "Get instant AI-powered UX feedback, community insights, and expert reviews. Analyze your product's health score (0-100) across usability, accessibility, design, content, and performance in under 30 seconds.", keywords: "UX feedback, AI analysis, product review, designer tools, usability testing, UX audit, Nielsen heuristics", metadataBase: new URL("https://uxoverflow.com"), alternates: { - canonical: "https://uxoverflow.com", - }, + canonical: "https://uxoverflow.com"}, openGraph: { - title: "UXOverflow - Instant UX Feedback Before Your Users Leave", - description: "AI diagnosis, community forum, and expert marketplace for designers and founders", - url: "https://uxoverflow.com", - siteName: "UXOverflow", - type: "website", - images: [ + title: "UXOverflow - Instant UX Feedback Before Your Users Leave", description: "AI diagnosis, community forum, and expert marketplace for designers and founders", url: "https://uxoverflow.com", siteName: "UXOverflow", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-modern-saas-dashboard-interface-for-ux-1772966134602-f4d3f54b.png", - alt: "UXOverflow dashboard with health score and analytics", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-modern-saas-dashboard-interface-for-ux-1772966134602-f4d3f54b.png", alt: "UXOverflow dashboard with health score and analytics"}, ], }, twitter: { - card: "summary_large_image", - title: "UXOverflow - Instant UX Feedback Platform", - description: "Get AI health scores, community feedback, and expert reviews for your digital products", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-modern-saas-dashboard-interface-for-ux-1772966134602-f4d3f54b.png", - ], + card: "summary_large_image", title: "UXOverflow - Instant UX Feedback Platform", description: "Get AI health scores, community feedback, and expert reviews for your digital products", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AevrFe9fJXtoJGh0h2l33m6tVh/a-modern-saas-dashboard-interface-for-ux-1772966134602-f4d3f54b.png"], }, robots: { index: true, @@ -2808,4 +2790,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1