Update src/app/team/page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import ReactLenis from "lenis/react";
|
||||
|
||||
export default function TeamPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="shift-hover" defaultTextAnimation="entrance-slide" borderRadius="soft" contentWidth="medium" sizing="medium" background="grid" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
@@ -25,6 +25,7 @@ export default function TeamPage() {
|
||||
textboxLayout="default"
|
||||
title="Our Experts"
|
||||
description="Meet the creative minds behind our success."
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "leadership", groupTitle: "Management", members: [
|
||||
@@ -42,6 +43,7 @@ export default function TeamPage() {
|
||||
/>
|
||||
<FooterMedia
|
||||
logoText="Vantage Media"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797653.jpg"
|
||||
columns={[
|
||||
{ title: "Agency", items: [{ label: "About Us", href: "/#about" }, { label: "Our Work", href: "/#features" }, { label: "Pricing", href: "/pricing" }, { label: "Team", href: "/team" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
|
||||
Reference in New Issue
Block a user