diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 770605c..b513639 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -163,4 +163,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 88bba70..76a37b7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1264,4 +1264,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index cdc84a6..ce2d719 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,6 +63,7 @@ export default function BrazilianLumberPage() { imageSrc="https://img.b2bpic.net/free-photo/photorealistic-perspective-wood-logs_23-2151239305.jpg" imageAlt="Premium Brazilian lumber showcase" imagePosition="right" + imageClassName="w-full h-full object-cover scale-110" /> @@ -227,4 +228,4 @@ export default function BrazilianLumberPage() { ); -} \ No newline at end of file +}