Update src/app/about/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
@@ -39,28 +39,19 @@ export default function AboutPage() {
|
||||
title="Our Mission & Values"
|
||||
description="We believe in empowering brands through authentic storytelling and data-driven strategy. Our mission is to transform social media from a channel into a powerful growth engine for businesses that dare to stand out."
|
||||
tag="About Creative Minds"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg"
|
||||
imageAlt="Creative Minds team collaboration"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Our Mission",
|
||||
content: "To transform brands into industry leaders through strategic social media excellence, creative innovation, and measurable business results that exceed expectations.",
|
||||
},
|
||||
id: "1", title: "Our Mission", content: "To transform brands into industry leaders through strategic social media excellence, creative innovation, and measurable business results that exceed expectations."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Core Values",
|
||||
content: "Creativity First: We push boundaries and challenge conventions. Integrity: Transparent communication and ethical practices. Excellence: Committed to delivering outstanding results. Partnership: Your success is our success.",
|
||||
},
|
||||
id: "2", title: "Core Values", content: "Creativity First: We push boundaries and challenge conventions. Integrity: Transparent communication and ethical practices. Excellence: Committed to delivering outstanding results. Partnership: Your success is our success."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Our Approach",
|
||||
content: "We combine strategic thinking with creative excellence. Every campaign is backed by data, informed by insights, and designed to create meaningful connections between brands and their audiences.",
|
||||
},
|
||||
id: "3", title: "Our Approach", content: "We combine strategic thinking with creative excellence. Every campaign is backed by data, informed by insights, and designed to create meaningful connections between brands and their audiences."},
|
||||
]}
|
||||
mediaPosition="right"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[{ text: "Get Started", href: "/contact" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,33 +67,13 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alexandra Rose",
|
||||
role: "Creative Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg",
|
||||
imageAlt: "Alexandra Rose - Creative Director",
|
||||
},
|
||||
id: "1", name: "Alexandra Rose", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg", imageAlt: "Alexandra Rose - Creative Director"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Daniel Morrison",
|
||||
role: "Social Media Strategist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-writing-down-his-plans_1098-17086.jpg",
|
||||
imageAlt: "Daniel Morrison - Social Media Strategist",
|
||||
},
|
||||
id: "2", name: "Daniel Morrison", role: "Social Media Strategist", imageSrc: "http://img.b2bpic.net/free-photo/young-man-writing-down-his-plans_1098-17086.jpg", imageAlt: "Daniel Morrison - Social Media Strategist"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Zoe Chen",
|
||||
role: "Content Creator & Videographer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographer-explaining-about-shot-his-team-studio-looking-laptop-talking-his-assistants-holding-camera-photo-shoot-teamwork-brainstorm_627829-7058.jpg",
|
||||
imageAlt: "Zoe Chen - Content Creator",
|
||||
},
|
||||
id: "3", name: "Zoe Chen", role: "Content Creator & Videographer", imageSrc: "http://img.b2bpic.net/free-photo/photographer-explaining-about-shot-his-team-studio-looking-laptop-talking-his-assistants-holding-camera-photo-shoot-teamwork-brainstorm_627829-7058.jpg", imageAlt: "Zoe Chen - Content Creator"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kevin Andrews",
|
||||
role: "Analytics & Insights Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-businessman-examining-sales-data-while-working-home_662251-890.jpg",
|
||||
imageAlt: "Kevin Andrews - Analytics Lead",
|
||||
},
|
||||
id: "4", name: "Kevin Andrews", role: "Analytics & Insights Lead", imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-businessman-examining-sales-data-while-working-home_662251-890.jpg", imageAlt: "Kevin Andrews - Analytics Lead"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,8 +82,7 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Social Strategy", href: "/services" },
|
||||
{ label: "Content Creation", href: "/services" },
|
||||
{ label: "Community Management", href: "/services" },
|
||||
@@ -120,8 +90,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -129,8 +98,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
|
||||
Reference in New Issue
Block a user