Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-12 07:31:58 +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>
);
}
}