Merge version_6 into main #14

Merged
bender merged 1 commits from version_6 into main 2026-03-03 11:39:57 +00:00

View File

@@ -98,7 +98,7 @@ export default function ProductDetailPage() {
<div className="min-h-screen flex items-center justify-center">
<div className="text-center">
<h1 className="text-4xl font-bold mb-4">Product Not Found</h1>
<p className="text-lg mb-8">Sorry, we couldn't find the product you're looking for.</p>
<p className="text-lg mb-8">Sorry, we could not find the product you are looking for.</p>
<Link href="/" className="text-primary-cta underline">
Return to Home
</Link>