Skip to content

Commit

Permalink
Actualizar layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gnovl committed Jun 21, 2024
1 parent 132097b commit d800ce2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const metadata: Metadata = {
siteName: "AVERIAS HOGAR",
images: [
{
url: "/path-to-your-image.jpg", // Replace with the actual path to your image
url: "", // Replace with the actual path to your image
width: 1200,
height: 630,
alt: "AVERIAS HOGAR - Fontanero Madrid - Servicios de reparación y averías",
Expand All @@ -30,7 +30,6 @@ export const metadata: Metadata = {
title: "AVERIAS HOGAR - Fontanero en Madrid",
description:
"Expertos en averías y reparaciones del hogar. Fontanería, calefacción y pintura interior en la Comunidad de Madrid. Llame al 123456789.",
images: ["/path-to-your-image.jpg"], // Replace with the actual path to your image
},
};

Expand Down

0 comments on commit d800ce2

Please sign in to comment.