From 68f4c05399458d8822372e57337ebeea5a7501aa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 11:58:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index d88cb83..1c74cff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,6 +158,10 @@ export default function LandingPage() { carouselMode="buttons" uniformGridCustomHeightClasses="min-h-80" cardClassName="backdrop-blur-md bg-card/40 border border-accent/20" + containerClassName="relative" + containerStyle={{ + backgroundImage: "url('http://img.b2bpic.net/free-photo/variety-tasty-natural-fruits-vegetables-italian-market-horizontal-selective-focus_1220-1257.jpg')", backgroundSize: "cover", backgroundPosition: "center", backgroundAttachment: "fixed" + }} /> -- 2.49.1