Update src/app/page.tsx
This commit is contained in:
@@ -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]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user