Update src/app/contact/page.tsx

This commit is contained in:
2026-03-08 10:41:22 +00:00
parent 634f4d5351
commit abf4e78502

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/features" },
{ label: "Services", href: "/services" },
{ label: "Pricing", href: "/pricing" },
@@ -28,8 +27,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -38,8 +36,7 @@ export default function ContactPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "Help Center", href: "#" },
{ label: "FAQ", href: "/faq" },
@@ -56,7 +53,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSmall"
background="floatingGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
@@ -77,17 +74,12 @@ export default function ContactPage() {
animationType="entrance-slide"
buttons={[
{
text: "Send Message",
href: "mailto:support@sponsordesk.com",
},
text: "Send Message", href: "mailto:support@sponsordesk.com"},
{
text: "Schedule Call",
href: "#",
},
text: "Schedule Call", href: "#"},
]}
background={{
variant: "floatingGradient",
}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>
@@ -96,28 +88,17 @@ export default function ContactPage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content: "Contact",
},
type: "text", content: "Contact"},
{
type: "image",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-flat-design-icon-representing-a-d-1772966293950-8666e013.png",
alt: "Contact Icon",
},
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-flat-design-icon-representing-a-d-1772966293950-8666e013.png", alt: "Contact Icon"},
{
type: "text",
content: "Information",
},
type: "text", content: "Information"},
]}
buttons={[
{
text: "Email Us",
href: "mailto:support@sponsordesk.com",
},
text: "Email Us", href: "mailto:support@sponsordesk.com"},
{
text: "Back to Home",
href: "/",
},
text: "Back to Home", href: "/"},
]}
buttonAnimation="slide-up"
useInvertedBackground={true}
@@ -126,7 +107,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-professional-footer-background-im-1772966297548-b6b1fe45.png?_wi=6"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-professional-footer-background-im-1772966297548-b6b1fe45.png"
imageAlt="Footer background"
columns={footerColumns}
logoText="SponsorDesk"