Merge version_3 into main #2
@@ -38,7 +38,7 @@ export default function WebAgency2Page() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Architecting Your Digital Success"
|
||||
@@ -48,7 +48,7 @@ export default function WebAgency2Page() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "Start Project", href: "#contact" },
|
||||
{ text: "Start Project", href: "/contact" },
|
||||
{ text: "View Portfolio", href: "#work" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -152,7 +152,7 @@ export default function WebAgency2Page() {
|
||||
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" },
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -162,7 +162,7 @@ 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 (817-937-0324)", href: "#contact" }] },
|
||||
{ title: "Resources", items: [{ label: "Blog", href: "#" }, { label: "Help Center", href: "#" }, { label: "Contact (817-937-0324)", href: "/contact" }] },
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user