Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-22 06:52:39 +00:00

View File

@@ -153,7 +153,7 @@ export default function LandingPage() {
description="Whether you need advice on your next fit or have questions about order logistics, our premium support team is available 24/7 to provide personalized assistance."
buttons={[
{
text: "Get in Touch", href: "mailto:hello@mbrot.com"},
text: "Start a Conversation", href: "mailto:hello@mbrot.com"},
]}
/>
</div>
@@ -175,4 +175,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}