From fb5f412fd8395b587318245891eba558e7c24bc5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 17:18:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40d98d5..cc718af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,8 +59,8 @@ export default function WebAgency2Page() { { imageSrc: "http://img.b2bpic.net/free-photo/steamed-dumpling-chinese-bun_1339-3683.jpg", imageAlt: "Freshly baked buns" }, { imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-spreading-cream-cake_23-2147758308.jpg", imageAlt: "Artisan cream layers" }, ]} - carouselItemClassName="!aspect-[4/5]" - containerClassName="px-4 md:px-8" + carouselItemClassName="!aspect-[4/5] rounded-3xl" + containerClassName="px-4 md:px-8 py-16" /> @@ -113,7 +113,7 @@ export default function WebAgency2Page() { title="Hidden in Chinatown. Found by the Curious." description="We bake in small batches daily. Our most loved items often sell out." background={{ variant: "rotated-rays-animated" }} - containerClassName="px-4 md:px-8" + containerClassName="px-4 md:px-8 py-20" buttons={[ { text: "Find Us in Chinatown", href: "#visit" }, { text: "See Opening Hours", href: "#visit" }, @@ -124,7 +124,7 @@ export default function WebAgency2Page() {