feat: add high-converting 404 page with bestsellers, testimonials, and urgency messages

- Create conversion-optimized 404 page with multiple sections
- Add NotFound translations for en, sr, de, fr locales
- Implement rotating urgency messages component
- Display first 4 products as bestsellers with product cards
- Show 6 rotating testimonials from ProductReviews
- Include TrustBadges for social proof
- Add OpenPanel tracking for 404 page views
- Final CTA section with link to all products

SEO: Returns proper 404 status while converting lost traffic into customers
This commit is contained in:
Unchained
2026-03-28 22:27:10 +02:00
parent 6f9081cb52
commit bae43c8c78
6 changed files with 382 additions and 0 deletions

View File

@@ -430,5 +430,20 @@
"orderNumber": "Broj narudžbine",
"confirmationEmail": "Uскoro ćete primiti email potvrde. Kontaktiraćemo vas da dogovorimo pouzećem plaćanje.",
"continueShoppingBtn": "Nastavi kupovinu"
},
"NotFound": {
"title": "Nismo mogli da pronađemo tu stranicu...",
"subtitle": "...ali smo pronašli nešto bolje za vas",
"shopBestsellers": "Kupi Najprodavanije",
"bestsellersTitle": "Kupi Naše Najprodavanije Proizvode",
"testimonialsTitle": "Pridruži se 50,000+ Zadovoljnih Kupaca",
"finalCTATitle": "Spremni da Zapocnete Svoje Putovanje?",
"finalCTASubtitle": "Otkrijte prirodnu razliku",
"viewAllProducts": "Pogledaj Sve Proizvode",
"urgency1": "🔥 500+ ljudi kupuje naše najprodavanije proizvode upravo sada",
"urgency2": "⚡ Preostalo samo 50 bočica našeg najpopularnijeg seruma",
"urgency3": "📦 Besplatna dostava za porudžbine preko {amount} RSD",
"urgency4": "⭐ Ocena 4.9/5 od 50,000+ zadovoljnih kupaca",
"urgency5": "🚀 Porudžbine se šalju u roku od 24 sata"
}
}