diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6cc6510..f4a57c1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,7 +17,8 @@ export const metadata: Metadata = { openGraph: { title: "Creative Madrid - Agencia Marketing Digital", description: "Transformamos marcas a través de estrategia creativa e innovación digital", type: "website", siteName: "Creative Madrid", images: [ { - url: "https://img.b2bpic.net/free-photo/young-coworkers-sharing-concepts-together_329181-19755.jpg", alt: "Creative Madrid Marketing Agency"}, + url: "https://img.b2bpic.net/free-photo/young-coworkers-sharing-concepts-together_329181-19755.jpg", alt: "Creative Madrid Marketing Agency" + }, ], }, twitter: { diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 59d877a..ac5fb04 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -130,7 +130,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "Aviso Legal", href: "/legal" } ] } - ] + ]} copyrightText="© 2025 Creative Madrid. Agencia de Marketing Digital. Madrid, España." /> @@ -211,7 +211,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "Aviso Legal", href: "/legal" } ] } - ] + ]} copyrightText="© 2025 Creative Madrid. Agencia de Marketing Digital. Madrid, España." /> @@ -316,7 +316,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "Aviso Legal", href: "/legal" } ] } - ] + ]} copyrightText="© 2025 Creative Madrid. Agencia de Marketing Digital. Madrid, España." /> diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 51b2d14..3ab5d7e 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -80,7 +80,7 @@ export default function ShopPage() { { label: "Aviso Legal", href: "/legal" } ] } - ] + ]} copyrightText="© 2025 Creative Madrid. Agencia de Marketing Digital. Madrid, España." /> @@ -160,7 +160,7 @@ export default function ShopPage() { { label: "Aviso Legal", href: "/legal" } ] } - ] + ]} copyrightText="© 2025 Creative Madrid. Agencia de Marketing Digital. Madrid, España." />