2 Commits

Author SHA1 Message Date
630c638476 Merge version_1 into main
Merge version_1 into main
2026-03-08 11:00:57 +00:00
4a6bee684c Update src/app/layout.tsx 2026-03-08 11:00:53 +00:00

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}