Merge version_1 into main #2
@@ -17,8 +17,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{ label: "Digital Strategy", href: "/services" },
|
||||
{ label: "Software Development", href: "/services" },
|
||||
{ label: "Cloud Infrastructure", href: "/services" },
|
||||
@@ -26,8 +25,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Case Studies", href: "/" },
|
||||
@@ -35,8 +33,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "LinkedIn", href: "/" },
|
||||
{ label: "Twitter", href: "/" },
|
||||
@@ -53,7 +50,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -67,9 +64,7 @@ export default function ContactPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Started", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -78,7 +73,7 @@ export default function ContactPage() {
|
||||
<ContactText
|
||||
text="Ready to transform your business through digital innovation? Connect with our team to explore how Cornerstone Digital can accelerate your digital transformation journey and unlock new growth opportunities."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Schedule Free Consultation", href: "#contact-form" },
|
||||
{ text: "Send Inquiry", href: "#" },
|
||||
@@ -96,35 +91,17 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I get started with Cornerstone Digital?",
|
||||
content: "Simply reach out to our team with your project details and business objectives. We'll schedule an initial consultation to understand your needs, discuss our approach, and provide a customized proposal and engagement timeline.",
|
||||
},
|
||||
id: "1", title: "How do I get started with Cornerstone Digital?", content: "Simply reach out to our team with your project details and business objectives. We'll schedule an initial consultation to understand your needs, discuss our approach, and provide a customized proposal and engagement timeline."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is your typical project timeline?",
|
||||
content: "Project timelines vary based on scope and complexity. Strategic consulting engagements typically run 3-6 months, while custom development projects can range from 6-18 months. We provide detailed timelines during the planning phase.",
|
||||
},
|
||||
id: "2", title: "What is your typical project timeline?", content: "Project timelines vary based on scope and complexity. Strategic consulting engagements typically run 3-6 months, while custom development projects can range from 6-18 months. We provide detailed timelines during the planning phase."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you provide ongoing support after project completion?",
|
||||
content: "Yes, we offer comprehensive post-launch support including monitoring, optimization, troubleshooting, and continuous improvements. Many clients transition to ongoing support agreements for long-term partnership and evolution of their systems.",
|
||||
},
|
||||
id: "3", title: "Do you provide ongoing support after project completion?", content: "Yes, we offer comprehensive post-launch support including monitoring, optimization, troubleshooting, and continuous improvements. Many clients transition to ongoing support agreements for long-term partnership and evolution of their systems."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What industries do you serve?",
|
||||
content: "We serve diverse industries including financial services, healthcare, retail, manufacturing, telecommunications, and government. Our cross-industry experience enables us to bring best practices and innovative solutions to your specific domain.",
|
||||
},
|
||||
id: "4", title: "What industries do you serve?", content: "We serve diverse industries including financial services, healthcare, retail, manufacturing, telecommunications, and government. Our cross-industry experience enables us to bring best practices and innovative solutions to your specific domain."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How do you ensure confidentiality and data security?",
|
||||
content: "We maintain strict confidentiality agreements and implement enterprise-grade security practices. All team members sign NDAs, and we follow industry best practices for data protection and compliance across all engagements.",
|
||||
},
|
||||
id: "5", title: "How do you ensure confidentiality and data security?", content: "We maintain strict confidentiality agreements and implement enterprise-grade security practices. All team members sign NDAs, and we follow industry best practices for data protection and compliance across all engagements."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What makes Cornerstone Digital different?",
|
||||
content: "We combine strategic expertise with technical excellence, deep industry knowledge, and genuine partnership approach. Our team has 14+ years of experience delivering transformative solutions for Fortune 500 companies and mid-market leaders.",
|
||||
},
|
||||
id: "6", title: "What makes Cornerstone Digital different?", content: "We combine strategic expertise with technical excellence, deep industry knowledge, and genuine partnership approach. Our team has 14+ years of experience delivering transformative solutions for Fortune 500 companies and mid-market leaders."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/a-professional-customer-support-and-tech-1772574799185-5b42e6b8.png"
|
||||
imageAlt="Customer support and assistance"
|
||||
|
||||
153
src/app/page.tsx
153
src/app/page.tsx
@@ -21,8 +21,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{ label: "Digital Strategy", href: "/services" },
|
||||
{ label: "Software Development", href: "/services" },
|
||||
{ label: "Cloud Infrastructure", href: "/services" },
|
||||
@@ -30,8 +29,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Case Studies", href: "/" },
|
||||
@@ -39,8 +37,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "LinkedIn", href: "/" },
|
||||
{ label: "Twitter", href: "/" },
|
||||
@@ -57,7 +54,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -71,9 +68,7 @@ export default function HomePage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Started", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,7 +80,7 @@ export default function HomePage() {
|
||||
tag="Digital Innovation Leaders"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Explore Our Services", href: "/services" },
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
@@ -103,7 +98,7 @@ export default function HomePage() {
|
||||
tag="About Us"
|
||||
tagIcon={Building2}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/a-professional-team-of-digital-strategis-1772574799357-22010848.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/a-professional-team-of-digital-strategis-1772574799357-22010848.png"
|
||||
imageAlt="Cornerstone Digital team collaborating on digital solutions"
|
||||
buttons={[
|
||||
{ text: "Meet Our Team", href: "/about" },
|
||||
@@ -123,37 +118,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Digital Strategy & Consulting",
|
||||
description: "Strategic roadmaps and digital transformation frameworks tailored to your business objectives and market dynamics.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/a-strategic-planning-session-visualizati-1772574798945-3f24e812.png?_wi=1",
|
||||
imageAlt: "Digital strategy and consulting",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Digital Strategy & Consulting", description: "Strategic roadmaps and digital transformation frameworks tailored to your business objectives and market dynamics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/a-strategic-planning-session-visualizati-1772574798945-3f24e812.png", imageAlt: "Digital strategy and consulting", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Custom Software Development",
|
||||
description: "Enterprise-grade applications, web platforms, and mobile solutions built with cutting-edge technologies and best practices.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/a-software-development-workspace-featuri-1772574799257-7321e612.png?_wi=1",
|
||||
imageAlt: "Custom software development",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Custom Software Development", description: "Enterprise-grade applications, web platforms, and mobile solutions built with cutting-edge technologies and best practices.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/a-software-development-workspace-featuri-1772574799257-7321e612.png", imageAlt: "Custom software development", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "AI & Innovation Solutions",
|
||||
description: "Leverage artificial intelligence, machine learning, and emerging technologies to unlock new opportunities and competitive advantages.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/an-innovation-lab-environment-showcasing-1772574798649-a3260d7f.png?_wi=1",
|
||||
imageAlt: "AI and innovation solutions",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "AI & Innovation Solutions", description: "Leverage artificial intelligence, machine learning, and emerging technologies to unlock new opportunities and competitive advantages.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/an-innovation-lab-environment-showcasing-1772574798649-a3260d7f.png", imageAlt: "AI and innovation solutions", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Cloud Infrastructure",
|
||||
description: "Scalable, secure cloud solutions designed for performance, reliability, and cost optimization across your organization.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/a-strategic-planning-session-visualizati-1772574798945-3f24e812.png?_wi=2",
|
||||
imageAlt: "Cloud infrastructure solutions",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Cloud Infrastructure", description: "Scalable, secure cloud solutions designed for performance, reliability, and cost optimization across your organization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/a-strategic-planning-session-visualizati-1772574798945-3f24e812.png", imageAlt: "Cloud infrastructure solutions", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -171,59 +146,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Complete Digital Transformation in 18 Months",
|
||||
quote: "Cornerstone Digital transformed our legacy systems into a modern, cloud-native architecture. Their strategic approach and technical excellence exceeded our expectations, delivering measurable ROI from day one.",
|
||||
name: "Sarah Mitchell",
|
||||
role: "CEO, Enterprise Solutions Inc.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/professional-headshot-of-a-successful-ce-1772574798595-1c5a075a.png?_wi=1",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
id: "1", title: "Complete Digital Transformation in 18 Months", quote: "Cornerstone Digital transformed our legacy systems into a modern, cloud-native architecture. Their strategic approach and technical excellence exceeded our expectations, delivering measurable ROI from day one.", name: "Sarah Mitchell", role: "CEO, Enterprise Solutions Inc.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/professional-headshot-of-a-successful-ce-1772574798595-1c5a075a.png", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Accelerated Growth Through Technology Innovation",
|
||||
quote: "The team at Cornerstone Digital didn't just build our platform—they became strategic partners in our growth. Their insights on emerging technologies helped us capture new market opportunities.",
|
||||
name: "James Richardson",
|
||||
role: "Founder & CTO, TechVentures",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/professional-headshot-of-a-female-tech-l-1772574797898-4b4f8c95.png?_wi=1",
|
||||
imageAlt: "James Richardson",
|
||||
},
|
||||
id: "2", title: "Accelerated Growth Through Technology Innovation", quote: "The team at Cornerstone Digital didn't just build our platform—they became strategic partners in our growth. Their insights on emerging technologies helped us capture new market opportunities.", name: "James Richardson", role: "Founder & CTO, TechVentures", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/professional-headshot-of-a-female-tech-l-1772574797898-4b4f8c95.png", imageAlt: "James Richardson"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Enterprise-Grade Solutions, Startup Agility",
|
||||
quote: "What impressed us most was Cornerstone's ability to balance enterprise requirements with agile delivery. They delivered a complex system in record time without compromising quality.",
|
||||
name: "Maria Garcia",
|
||||
role: "Chief Digital Officer, Global Finance Corp",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/professional-headshot-of-a-male-entrepre-1772574798296-883e2b44.png?_wi=1",
|
||||
imageAlt: "Maria Garcia",
|
||||
},
|
||||
id: "3", title: "Enterprise-Grade Solutions, Startup Agility", quote: "What impressed us most was Cornerstone's ability to balance enterprise requirements with agile delivery. They delivered a complex system in record time without compromising quality.", name: "Maria Garcia", role: "Chief Digital Officer, Global Finance Corp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/professional-headshot-of-a-male-entrepre-1772574798296-883e2b44.png", imageAlt: "Maria Garcia"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Exceptional Technical Leadership",
|
||||
quote: "From day one, Cornerstone Digital demonstrated exceptional technical expertise and genuine commitment to our success. They're partners we trust completely.",
|
||||
name: "David Chen",
|
||||
role: "VP Engineering, InnovateLabs",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/professional-headshot-of-a-business-lead-1772574798618-9ce35388.png",
|
||||
imageAlt: "David Chen",
|
||||
},
|
||||
id: "4", title: "Exceptional Technical Leadership", quote: "From day one, Cornerstone Digital demonstrated exceptional technical expertise and genuine commitment to our success. They're partners we trust completely.", name: "David Chen", role: "VP Engineering, InnovateLabs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/professional-headshot-of-a-business-lead-1772574798618-9ce35388.png", imageAlt: "David Chen"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Transformative Digital Strategy",
|
||||
quote: "Their digital strategy framework completely changed how we approach technology investment. The ROI was clear within the first quarter of implementation.",
|
||||
name: "Alexandra Brooks",
|
||||
role: "President, Advanced Logistics",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/professional-headshot-of-a-female-techno-1772574798672-ef2b7eca.png",
|
||||
imageAlt: "Alexandra Brooks",
|
||||
},
|
||||
id: "5", title: "Transformative Digital Strategy", quote: "Their digital strategy framework completely changed how we approach technology investment. The ROI was clear within the first quarter of implementation.", name: "Alexandra Brooks", role: "President, Advanced Logistics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/professional-headshot-of-a-female-techno-1772574798672-ef2b7eca.png", imageAlt: "Alexandra Brooks"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Seamless Integration & Support",
|
||||
quote: "The entire engagement was smooth from planning through deployment. Their continued support ensures our systems run optimally. Highly recommended.",
|
||||
name: "Michael Torres",
|
||||
role: "COO, Digital Transformation Partners",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/professional-headshot-of-a-male-business-1772574798094-f8ad9da9.png",
|
||||
imageAlt: "Michael Torres",
|
||||
},
|
||||
id: "6", title: "Seamless Integration & Support", quote: "The entire engagement was smooth from planning through deployment. Their continued support ensures our systems run optimally. Highly recommended.", name: "Michael Torres", role: "COO, Digital Transformation Partners", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS8iSCR0XizqIkb5uUFm0FMJnK/professional-headshot-of-a-male-business-1772574798094-f8ad9da9.png", imageAlt: "Michael Torres"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -239,47 +172,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Enterprise Clients Served",
|
||||
subtitle: "Fortune 500 and mid-market leaders",
|
||||
category: "Client Base",
|
||||
value: "150+",
|
||||
},
|
||||
id: "1", title: "Enterprise Clients Served", subtitle: "Fortune 500 and mid-market leaders", category: "Client Base", value: "150+"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Digital Transformations Completed",
|
||||
subtitle: "Across financial services, healthcare, and technology",
|
||||
category: "Projects",
|
||||
value: "280+",
|
||||
},
|
||||
id: "2", title: "Digital Transformations Completed", subtitle: "Across financial services, healthcare, and technology", category: "Projects", value: "280+"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Average ROI Delivered",
|
||||
subtitle: "Year-over-year business impact",
|
||||
category: "Results",
|
||||
value: "340%",
|
||||
},
|
||||
id: "3", title: "Average ROI Delivered", subtitle: "Year-over-year business impact", category: "Results", value: "340%"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Technology Experts",
|
||||
subtitle: "Strategists, architects, engineers, and specialists",
|
||||
category: "Team",
|
||||
value: "85+",
|
||||
},
|
||||
id: "4", title: "Technology Experts", subtitle: "Strategists, architects, engineers, and specialists", category: "Team", value: "85+"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Industry Certifications",
|
||||
subtitle: "AWS, Azure, Google Cloud, Kubernetes, and more",
|
||||
category: "Credentials",
|
||||
value: "120+",
|
||||
},
|
||||
id: "5", title: "Industry Certifications", subtitle: "AWS, Azure, Google Cloud, Kubernetes, and more", category: "Credentials", value: "120+"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Years of Excellence",
|
||||
subtitle: "Trusted partnership since 2010",
|
||||
category: "Experience",
|
||||
value: "14",
|
||||
},
|
||||
id: "6", title: "Years of Excellence", subtitle: "Trusted partnership since 2010", category: "Experience", value: "14"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -291,7 +194,7 @@ export default function HomePage() {
|
||||
<ContactText
|
||||
text="Ready to transform your business through digital innovation? Connect with our team to explore how Cornerstone Digital can accelerate your digital transformation journey and unlock new growth opportunities."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Schedule Free Consultation", href: "/contact" },
|
||||
{ text: "View Case Studies", href: "/" },
|
||||
|
||||
Reference in New Issue
Block a user