Update src/app/contact/page.tsx
This commit is contained in:
@@ -25,33 +25,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "3D Explorer",
|
||||
id: "/explorer",
|
||||
},
|
||||
name: "3D Explorer", id: "/explorer"},
|
||||
{
|
||||
name: "Body Systems",
|
||||
id: "/systems",
|
||||
},
|
||||
name: "Body Systems", id: "/systems"},
|
||||
{
|
||||
name: "Disease Library",
|
||||
id: "/diseases",
|
||||
},
|
||||
name: "Disease Library", id: "/diseases"},
|
||||
{
|
||||
name: "Histology",
|
||||
id: "/histology",
|
||||
},
|
||||
name: "Histology", id: "/histology"},
|
||||
{
|
||||
name: "Quizzes",
|
||||
id: "/quizzes",
|
||||
},
|
||||
name: "Quizzes", id: "/quizzes"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/3d-render-male-figure-push-up-position_1048-5695.jpg"
|
||||
logoAlt="ANATOMICA Logo"
|
||||
@@ -65,20 +51,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Contact ANATOMICA Support & Partnerships"
|
||||
description="Whether you have a question about our platform, need technical support, or are interested in academic partnerships, our team is here to assist you. Reach out today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Send an Email",
|
||||
href: "mailto:support@anatomica.com",
|
||||
},
|
||||
{
|
||||
text: "Schedule a Demo",
|
||||
href: "#",
|
||||
},
|
||||
text: "Send an Email", href: "mailto:support@anatomica.com"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -87,58 +66,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "3D Explorer",
|
||||
href: "/explorer",
|
||||
},
|
||||
label: "3D Explorer", href: "/explorer"},
|
||||
{
|
||||
label: "Body Systems",
|
||||
href: "/systems",
|
||||
},
|
||||
label: "Body Systems", href: "/systems"},
|
||||
{
|
||||
label: "Disease Library",
|
||||
href: "/diseases",
|
||||
},
|
||||
label: "Disease Library", href: "/diseases"},
|
||||
{
|
||||
label: "Histology Viewer",
|
||||
href: "/histology",
|
||||
},
|
||||
label: "Histology Viewer", href: "/histology"},
|
||||
{
|
||||
label: "Quizzes",
|
||||
href: "/quizzes",
|
||||
},
|
||||
label: "Quizzes", href: "/quizzes"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -149,4 +105,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user