Update src/app/contact/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Team", href: "/team" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Insights", href: "#" },
|
||||
{ label: "Reports", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -54,7 +51,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -76,30 +73,22 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/thriving-startup-ecosystem-visualization-1772525531598-c1fdd4f1.png?_wi=6"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/thriving-startup-ecosystem-visualization-1772525531598-c1fdd4f1.png"
|
||||
imageAlt="Global collaboration and connection"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Email",
|
||||
description: "hello@mbatech.ventures - We respond within 24 hours",
|
||||
icon: Mail,
|
||||
title: "Email", description: "hello@mbatech.ventures - We respond within 24 hours", icon: Mail,
|
||||
},
|
||||
{
|
||||
title: "Phone",
|
||||
description: "+1 (555) 123-4567 - Available Monday to Friday",
|
||||
icon: Phone,
|
||||
title: "Phone", description: "+1 (555) 123-4567 - Available Monday to Friday", icon: Phone,
|
||||
},
|
||||
{
|
||||
title: "Headquarters",
|
||||
description: "123 Innovation Drive, San Francisco, CA 94105",
|
||||
icon: MapPin,
|
||||
title: "Headquarters", description: "123 Innovation Drive, San Francisco, CA 94105", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Office Hours",
|
||||
description: "9:00 AM - 6:00 PM PT - Schedule a meeting anytime",
|
||||
icon: Clock,
|
||||
title: "Office Hours", description: "9:00 AM - 6:00 PM PT - Schedule a meeting anytime", icon: Clock,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Call", href: "#" }]}
|
||||
@@ -114,7 +103,7 @@ export default function ContactPage() {
|
||||
title="Ready to Transform Your Vision?"
|
||||
description="Join the next generation of tech leaders backed by Mbatech Ventures. Contact our team to discuss your innovative idea."
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Start Conversation"
|
||||
|
||||
Reference in New Issue
Block a user