Revert programmatic SEO changes from wrong branch

These changes belong in their own feature/programmatic-seo branch
This commit is contained in:
Unchained
2026-04-05 05:28:55 +02:00
parent f6609f07d7
commit ccf7972627
22 changed files with 8 additions and 3263 deletions

View File

@@ -21,12 +21,6 @@ export default function Footer({ locale = "sr" }: FooterProps) {
{ label: t("skinCare"), href: `${localePath}/products` },
{ label: t("giftSets"), href: `${localePath}/products` },
],
solutions: [
{ label: t("allSolutions"), href: `${localePath}/solutions` },
{ label: t("byConcern"), href: `${localePath}/solutions/by-concern` },
{ label: t("byOil"), href: `${localePath}/solutions/by-oil` },
{ label: t("skincareGuide"), href: `${localePath}/solutions` },
],
about: [
{ label: t("ourStory"), href: `${localePath}/about` },
{ label: t("process"), href: `${localePath}/about` },
@@ -80,7 +74,7 @@ export default function Footer({ locale = "sr" }: FooterProps) {
</div>
<div className="lg:col-span-8">
<div className="grid grid-cols-2 md:grid-cols-4 gap-8">
<div className="grid grid-cols-2 md:grid-cols-3 gap-8">
<div className="flex flex-col">
<h4 className="text-xs uppercase tracking-[0.15em] font-medium mb-5 text-[#1a1a1a]">
{t("shop")}
@@ -99,24 +93,6 @@ export default function Footer({ locale = "sr" }: FooterProps) {
</ul>
</div>
<div className="flex flex-col">
<h4 className="text-xs uppercase tracking-[0.15em] font-medium mb-5 text-[#1a1a1a]">
{t("solutions")}
</h4>
<ul className="space-y-3">
{footerLinks.solutions.map((link) => (
<li key={link.label}>
<Link
href={link.href}
className="text-sm text-[#666666] hover:text-black transition-colors"
>
{link.label}
</Link>
</li>
))}
</ul>
</div>
<div className="flex flex-col">
<h4 className="text-xs uppercase tracking-[0.15em] font-medium mb-5 text-[#1a1a1a]">
{t("about")}