Update src/app/about/page.tsx
This commit is contained in:
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Portfolio", href: "#portfolio" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
@@ -47,8 +44,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -64,7 +60,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -88,40 +84,27 @@ export default function AboutPage() {
|
||||
tag="About Our Agency"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/teamwork-meeting-with-business-people_23-2148825939.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/teamwork-meeting-with-business-people_23-2148825939.jpg"
|
||||
imageAlt="Our founding team"
|
||||
mediaPosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Founded in 2020",
|
||||
content:
|
||||
"We started with a passion for web design and a commitment to local businesses. What began as a small team has grown into a full-service digital agency serving hundreds of clients across Colorado.",
|
||||
},
|
||||
id: "1", title: "Founded in 2020", content:
|
||||
"We started with a passion for web design and a commitment to local businesses. What began as a small team has grown into a full-service digital agency serving hundreds of clients across Colorado."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Local Roots, Global Standards",
|
||||
content:
|
||||
"We're based right here in Colorado, serving our community with world-class web design and development services. We understand the unique challenges of local businesses.",
|
||||
},
|
||||
id: "2", title: "Local Roots, Global Standards", content:
|
||||
"We're based right here in Colorado, serving our community with world-class web design and development services. We understand the unique challenges of local businesses."},
|
||||
{
|
||||
id: "3",
|
||||
title: "150+ Happy Clients",
|
||||
content:
|
||||
"From startups to established companies, we've helped businesses of all sizes grow their online presence and achieve their digital goals.",
|
||||
},
|
||||
id: "3", title: "150+ Happy Clients", content:
|
||||
"From startups to established companies, we've helped businesses of all sizes grow their online presence and achieve their digital goals."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Continuous Innovation",
|
||||
content:
|
||||
"We stay at the forefront of web design trends and technologies to ensure our clients always get cutting-edge solutions.",
|
||||
},
|
||||
id: "4", title: "Continuous Innovation", content:
|
||||
"We stay at the forefront of web design trends and technologies to ensure our clients always get cutting-edge solutions."},
|
||||
]}
|
||||
buttons={[{ text: "See Our Portfolio", href: "/#portfolio" }]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textBoxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,35 +119,14 @@ export default function AboutPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Creative Director",
|
||||
name: "Emily Torres",
|
||||
price: "10+ years",
|
||||
rating: 5,
|
||||
reviewCount: "Experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg?_wi=3",
|
||||
imageAlt: "Emily Torres - Creative Director",
|
||||
},
|
||||
id: "1", brand: "Creative Director", name: "Emily Torres", price: "10+ years", rating: 5,
|
||||
reviewCount: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg", imageAlt: "Emily Torres - Creative Director"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Lead Developer",
|
||||
name: "James Chen",
|
||||
price: "8+ years",
|
||||
rating: 5,
|
||||
reviewCount: "Experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg?_wi=3",
|
||||
imageAlt: "James Chen - Lead Developer",
|
||||
},
|
||||
id: "2", brand: "Lead Developer", name: "James Chen", price: "8+ years", rating: 5,
|
||||
reviewCount: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg", imageAlt: "James Chen - Lead Developer"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "SEO Specialist",
|
||||
name: "Marcus Williams",
|
||||
price: "7+ years",
|
||||
rating: 5,
|
||||
reviewCount: "Experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg?_wi=2",
|
||||
imageAlt: "Marcus Williams - SEO Specialist",
|
||||
},
|
||||
id: "3", brand: "SEO Specialist", name: "Marcus Williams", price: "7+ years", rating: 5,
|
||||
reviewCount: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg", imageAlt: "Marcus Williams - SEO Specialist"},
|
||||
]}
|
||||
buttons={[{ text: "Work With Us", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -178,9 +140,9 @@ export default function AboutPage() {
|
||||
description="Get in touch with our team to discuss your web design needs. We'd love to help your Colorado business succeed online."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-men-browsing-laptops-office_23-2147807983.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-men-browsing-laptops-office_23-2147807983.jpg"
|
||||
imageAlt="Contact our team"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user