From 37ad040a0e5b3bc4121bcd90d352a5e886da47fe Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 14:16:18 +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 cb3fc48..e47875e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,6 +62,7 @@ export default function LandingPage() { @@ -90,6 +92,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} title="Modern Hospitality Standards" + titleClassName="text-[#0a7039]" description="Every detail of our rental fleet is meticulously maintained to ensure your event leaves a lasting impression." features={[ { title: "Advanced Climate Control", description: "Fully adjustable heating and cooling systems to keep guests comfortable regardless of the season.", imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-modern-hotel-interior_23-2148777121.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-modern-hotel-interior_23-2148777121.jpg", buttonText: "Learn More" }, @@ -104,6 +107,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain" }} text="Ready to elevate your event experience? Get in touch with our team today to secure your dates and discover our premium rental options." + textClassName="text-[#0a7039]" buttons={[ { text: "Request My Free Quote", href: "/contact" }, ]}