Update src/app/page.tsx

This commit is contained in:
2026-04-23 16:37:56 +00:00
parent 663fe1b71b
commit d021bdb256

View File

@@ -57,6 +57,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
tag="About Us"
title="Built on Trust & Integrity"
buttons={[
{ text: "Learn More", href: "#about" },
@@ -157,6 +158,8 @@ export default function LandingPage() {
buttons={[
{ text: "Contact Support", href: "#contact" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>