From 232976c321aca0b96b79712060b80d2a3ddf7d30 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 26 Jan 2026 17:51:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}