Update src/app/contact/page.tsx
This commit is contained in:
@@ -17,8 +17,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{ label: "TG Entertainment", href: "/" },
|
||||
{ label: "Social Spot", href: "/" },
|
||||
{ label: "Cosmic Monkey", href: "/" },
|
||||
@@ -26,8 +25,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Our Process", href: "/" },
|
||||
{ label: "Team", href: "/" },
|
||||
@@ -35,8 +33,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Dribbble", href: "https://dribbble.com" },
|
||||
@@ -52,7 +49,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -77,7 +74,7 @@ export default function ContactPage() {
|
||||
<ContactText
|
||||
text="Ready to create something extraordinary? Let's discuss your vision and bring it to life with human creativity powered by intelligent automation."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "/contact" },
|
||||
{ text: "Schedule a Consultation", href: "/contact" },
|
||||
|
||||
Reference in New Issue
Block a user