diff --git a/Websites/jefes-nextjs/app/components/Reviews/page.tsx b/Websites/jefes-nextjs/app/components/Reviews/page.tsx index 85ba6f3..749c109 100644 --- a/Websites/jefes-nextjs/app/components/Reviews/page.tsx +++ b/Websites/jefes-nextjs/app/components/Reviews/page.tsx @@ -2,7 +2,7 @@ import React from 'react'; import GoogleReviews from './google_reviews'; const App = () => { - const apiKey = 'AIzaSyDO7qlVQWRJGsW7dX1D9DFEMlTO4YsKBLI'; // Replace with your Google API key + const apiKey = 'AIzaSyClfOGrkQNRjDFzvnTk-W7Oeh-yyDNCXN0'; // Replace with your Google API key const placeId = 'ChIJQ-7Uc0BitocRQZASTWUyN04'; // Replace with the Google Place ID of the location return ( diff --git a/Websites/jefes-nextjs/app/page.tsx b/Websites/jefes-nextjs/app/page.tsx index dddea14..85c6345 100644 --- a/Websites/jefes-nextjs/app/page.tsx +++ b/Websites/jefes-nextjs/app/page.tsx @@ -182,7 +182,6 @@ export default function Home() { priority fill style={{ - width: "100%", objectPosition: "center", objectFit: "contain", }} @@ -239,7 +238,6 @@ export default function Home() { priority fill style={{ - width: "100%", objectPosition: "center", objectFit: "contain", }} @@ -277,7 +275,6 @@ export default function Home() { priority fill style={{ - width: "100%", objectPosition: "center", objectFit: "contain", }} @@ -288,7 +285,7 @@ export default function Home() {