diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 5616de8..b1823f3 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -59,9 +59,7 @@ export default async function NotFoundPage() { {/* Hero Section */}
-
+

{t("title")}

@@ -90,8 +88,7 @@ export default async function NotFoundPage() {
Popular @@ -111,9 +108,8 @@ export default async function NotFoundPage() { return (
@@ -175,8 +171,7 @@ export default async function NotFoundPage() {
Testimonials @@ -190,8 +185,7 @@ export default async function NotFoundPage() { {productReviews.slice(0, 6).map((review, index) => (
{[...Array(5)].map((_, i) => ( @@ -227,8 +221,7 @@ export default async function NotFoundPage() {

{t("finalCTATitle")} @@ -261,19 +254,6 @@ export default async function NotFoundPage() { `, }} /> - -

); }