2 Commits

Author SHA1 Message Date
a52e3491d4 Update src/app/page.tsx 2026-03-12 07:31:53 +00:00
839b128911 Merge version_2 into main
Merge version_2 into main
2026-03-12 07:29:24 +00:00

View File

@@ -163,11 +163,11 @@ export default function HomePage() {
<div id="philosophy" data-section="philosophy">
<ContactText
text="More Than a Supplier — A Strategic Partner. Companies that care about their reputation need partners who understand the importance of operational excellence."
text="24/7 Support That Protects Your Brand Reputation. Companies that care about their reputation need partners who understand the importance of operational excellence and round-the-clock support."
animationType="entrance-slide"
buttons={[
{
text: "Schedule Consultation", href: "/contact"
text: "Get Your Free Consultation", href: "/contact"
},
{
text: "View Case Studies", href: "/about"
@@ -315,4 +315,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}