Update src/app/page.tsx

This commit is contained in:
2026-03-06 11:06:37 +00:00
parent 185f08c7f1
commit 130eaa8239

View File

@@ -155,7 +155,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
tag="Ready to Transform Your Wardrobe?"
title="Join Healthcare Professionals Who Demand Excellence"
title="Get Your Perfect Fit in 48 Hours"
description="Discover why thousands of doctors, nurses, and clinical staff trust Webild for their professional medical apparel needs. Experience the perfect blend of ready-to-wear convenience and custom precision tailoring."
buttons={[
{ text: "Shop Collection", href: "products" },
@@ -200,4 +200,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}