, bgColor: 'bg-orange-50' },
{ key: 'ocr', path: '/tools/ocr', icon:
, bgColor: 'bg-amber-50' },
{ key: 'removeBg', path: '/tools/remove-background', icon:
, bgColor: 'bg-fuchsia-50' },
+ { key: 'imageToSvg', path: '/tools/image-to-svg', icon:
, bgColor: 'bg-indigo-50' },
{ key: 'videoToGif', path: '/tools/video-to-gif', icon:
, bgColor: 'bg-emerald-50' },
{ key: 'qrCode', path: '/tools/qr-code', icon:
, bgColor: 'bg-indigo-50' },
{ key: 'htmlToPdf', path: '/tools/html-to-pdf', icon:
, bgColor: 'bg-sky-50' },
@@ -156,7 +157,7 @@ export default function HomePage() {
-
+
@@ -190,7 +191,7 @@ export default function HomePage() {
-
+
@@ -221,7 +222,7 @@ export default function HomePage() {
{/* Tools Grid */}
-
+
{t('home.pdfTools')}
diff --git a/frontend/src/pages/PricingPage.tsx b/frontend/src/pages/PricingPage.tsx
index d1161dd..e6addff 100644
--- a/frontend/src/pages/PricingPage.tsx
+++ b/frontend/src/pages/PricingPage.tsx
@@ -90,7 +90,9 @@ export default function PricingPage() {
-
+
+
+
{/* Plan Cards */}
@@ -191,7 +193,7 @@ export default function PricingPage() {
-
+
{t('pages.pricing.trustTitle')}
diff --git a/frontend/src/pages/SeoCollectionPage.tsx b/frontend/src/pages/SeoCollectionPage.tsx
index 262a7cb..3d183b5 100644
--- a/frontend/src/pages/SeoCollectionPage.tsx
+++ b/frontend/src/pages/SeoCollectionPage.tsx
@@ -122,7 +122,7 @@ export default function SeoCollectionPage({ slug }: SeoCollectionPageProps) {
-
+
{copy.toolsHeading}
@@ -158,7 +158,7 @@ export default function SeoCollectionPage({ slug }: SeoCollectionPageProps) {
-
+
{copy.selectionHeading}
@@ -172,7 +172,7 @@ export default function SeoCollectionPage({ slug }: SeoCollectionPageProps) {
{contentSections.length > 0 ? (
-
+
{contentSections.map((section) => (
@@ -186,7 +186,7 @@ export default function SeoCollectionPage({ slug }: SeoCollectionPageProps) {
) : null}
-
+
{copy.relatedHeading}
diff --git a/frontend/src/pages/SeoPage.tsx b/frontend/src/pages/SeoPage.tsx
index a0096c3..c175d76 100644
--- a/frontend/src/pages/SeoPage.tsx
+++ b/frontend/src/pages/SeoPage.tsx
@@ -197,7 +197,7 @@ export default function SeoPage({ slug }: SeoPageProps) {
-
+
{copy.introHeading}
@@ -222,7 +222,7 @@ export default function SeoPage({ slug }: SeoPageProps) {
-
+
{copy.useCasesHeading}
@@ -236,7 +236,7 @@ export default function SeoPage({ slug }: SeoPageProps) {
{contentSections.length > 0 ? (
-
+
{contentSections.map((section) => (
@@ -250,7 +250,7 @@ export default function SeoPage({ slug }: SeoPageProps) {
) : null}
-
+
{copy.relatedHeading}
@@ -284,7 +284,7 @@ export default function SeoPage({ slug }: SeoPageProps) {