Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-23 16:38:03 +00:00

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>