From 87449ebd0cd0e80fefb8e1c0a5c67f4853e6c24e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 22:58:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e2c0ac..ecce56f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,11 +62,13 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: "1", title: "Document prep support", description: "Professional assistance with your paperwork needs.", tag: "Support", imageSrc: "https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?q=80&w=1200&auto=format&fit=crop&_wi=2", buttons: [{text: "Call 754-254-4054", href: "tel:754-254-4054"}] }, - { id: "2", title: "Clear next steps", description: "Helping you navigate complex processes easily.", tag: "Clarity", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?q=80&w=1200&auto=format&fit=crop", buttons: [{text: "Call 754-254-4054", href: "tel:754-254-4054"}] }, + { id: "1", title: "Visual Aid One", description: "Displaying your first requested image.", tag: "Preview", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY6OUkkDWDB9f8RXWuG5JkBXgc/uploaded-1779231516010-yap4c32j.jpg" }, + { id: "2", title: "Visual Aid Two", description: "Displaying your second requested image.", tag: "Preview", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY6OUkkDWDB9f8RXWuG5JkBXgc/uploaded-1779231516010-ln4kfwyc.png" }, ]} - title="What we help with" - description="Practical assistance tailored to your needs." + title="Media Showcase" + description="A side-by-side display of your provided visual assets." + uniformGridCustomHeightClasses="min-h-[400px]" + mediaClassName="object-cover aspect-[3/4]" />