1 Commits

Author SHA1 Message Date
d381b9e9cb Update src/app/page.tsx 2026-04-12 23:05:35 +00:00

View File

@@ -149,7 +149,7 @@ export default function WebAgency2Page() {
<ContactCTA
tag="Let's Connect"
title="Ready to Build Your Next Project?"
description="Contact C.A.C WEB BUILDER for a professional assessment of your digital infrastructure needs."
description="Contact C.A.C WEB BUILDER for a professional assessment of your digital infrastructure needs. Reach us directly at 817-937-0324."
background={{ variant: "rotated-rays-animated" }}
buttons={[
{ text: "Schedule Consultation", href: "#contact" },
@@ -162,10 +162,10 @@ export default function WebAgency2Page() {
columns={[
{ title: "Solutions", items: [{ label: "Engineering", href: "#" }, { label: "Design", href: "#" }, { label: "Security", href: "#" }] },
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Work", href: "#" }, { label: "Careers", href: "#" }] },
{ title: "Resources", items: [{ label: "Blog", href: "#" }, { label: "Help Center", href: "#" }, { label: "Contact", href: "#contact" }] },
{ title: "Resources", items: [{ label: "Blog", href: "#" }, { label: "Help Center", href: "#" }, { label: "Contact (817-937-0324)", href: "#contact" }] },
]}
/>
</ReactLenis>
</ThemeProvider>
);
}
}