Update src/app/contact/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{ label: "Courses", href: "/courses" },
|
||||
{ label: "Features", href: "/" },
|
||||
{ label: "Pricing", href: "/" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Careers", href: "/" },
|
||||
{ label: "Press", href: "/" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "/" },
|
||||
{ label: "Community", href: "/" },
|
||||
{ label: "FAQ", href: "/" },
|
||||
@@ -46,8 +43,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
@@ -63,7 +59,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -74,9 +70,7 @@ export default function ContactPage() {
|
||||
brandName="EduPulse"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Learning",
|
||||
href: "/courses",
|
||||
}}
|
||||
text: "Start Learning", href: "/courses"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,7 +78,7 @@ export default function ContactPage() {
|
||||
<HeroSplitKpi
|
||||
title="Get in Touch with EduPulse"
|
||||
description="Have questions about our courses, platform features, or enterprise solutions? Our support team is here to help. Reach out via email, contact form, or connect with us on social media. We typically respond within 24 hours."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "24h", label: "Response Time" },
|
||||
{ value: "7/5", label: "Support Team" },
|
||||
@@ -99,7 +93,7 @@ export default function ContactPage() {
|
||||
{ text: "View FAQ", href: "/" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-photograph-of-a-woman-worki-1772516018482-1f33f712.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-photograph-of-a-woman-worki-1772516018482-1f33f712.png"
|
||||
imageAlt="EduPulse customer support team"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -113,9 +107,9 @@ export default function ContactPage() {
|
||||
description="Subscribe to our announcements for new course releases, product updates, webinars, and exclusive learning resources. Be the first to know about special opportunities and community events."
|
||||
tagIcon={Bell}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/beautiful-illustration-depicting-learnin-1772516017971-8de17832.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/beautiful-illustration-depicting-learnin-1772516017971-8de17832.png"
|
||||
imageAlt="EduPulse updates and notifications"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user