Update src/app/contact/page.tsx
This commit is contained in:
@@ -17,24 +17,21 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Web Design", href: "/" },
|
||||
{ label: "Branding", href: "/" },
|
||||
{ label: "Digital Marketing", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/" },
|
||||
{ label: "Work", href: "/" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "https://twitter.com/twardo" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com/company/twardo" },
|
||||
{ label: "Instagram", href: "https://instagram.com/twardo" },
|
||||
@@ -63,14 +60,14 @@ export default function ContactPage() {
|
||||
<ContactCTA
|
||||
tag="Get Started"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
title="Ready to Transform Your Digital Presence?"
|
||||
description="Let's discuss your project goals and create a strategic plan for success. Contact our team today."
|
||||
buttons={[
|
||||
{ text: "Schedule a Consultation", href: "/contact" },
|
||||
{ text: "Send an Email", href: "mailto:hello@twardo.digital" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="none"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -78,7 +75,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaSjClus2HxiezgmKchutdCApv/a-sophisticated-dark-abstract-background-1772829404186-107e68e4.png?_wi=5"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaSjClus2HxiezgmKchutdCApv/a-sophisticated-dark-abstract-background-1772829404186-107e68e4.png"
|
||||
imageAlt="Twardo Digital innovation background"
|
||||
logoText="Twardo Digital"
|
||||
copyrightText="© 2025 Twardo Digital Agency. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user