Merge version_2 into main #5
@@ -8,7 +8,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
||||
|
||||
export default function BlogPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
@@ -17,12 +17,14 @@ export default function BlogPage() {
|
||||
{ name: "Blog", id: "/blog" },
|
||||
]}
|
||||
brandName="MediaCore"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
<BlogCardThree
|
||||
title="Latest Insights"
|
||||
description="Explore the latest trends and strategies in digital marketing."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
blogs={[
|
||||
{ id: "1", category: "Marketing", title: "Future of Digital Advertising", excerpt: "How AI is changing the landscape.", imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-waves-background-with-flowing-particles_1048-18665.jpg?_wi=1", authorName: "Alex Rivers", authorAvatar: "", date: "2024-05-20" }
|
||||
]}
|
||||
|
||||
@@ -8,7 +8,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
||||
|
||||
export default function TeamPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
@@ -17,6 +17,7 @@ export default function TeamPage() {
|
||||
{ name: "Blog", id: "/blog" },
|
||||
]}
|
||||
brandName="MediaCore"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
<TeamCardOne
|
||||
title="Our Expert Team"
|
||||
@@ -24,6 +25,7 @@ export default function TeamPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "1", name: "Alex Rivers", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/confident-outline-business-side-face-male_1194-3839.jpg" },
|
||||
{ id: "2", name: "Sarah Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user