Update src/app/about/page.tsx
This commit is contained in:
@@ -17,7 +17,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -41,7 +41,7 @@ export default function AboutPage() {
|
||||
<HeroSplit
|
||||
title="About Internet Services Group"
|
||||
description="10+ years of digital marketing excellence serving Long Island businesses. We're a team of strategists, creators, and data analysts dedicated to delivering measurable results for our clients."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Local Expertise • Proven Results"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
@@ -50,7 +50,7 @@ export default function AboutPage() {
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professionals-present-financial-charts-meeting_482257-121150.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professionals-present-financial-charts-meeting_482257-121150.jpg"
|
||||
imageAlt="digital marketing team office laptop charts"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -78,44 +78,20 @@ export default function AboutPage() {
|
||||
<MetricCardSeven
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10+",
|
||||
title: "Years of Digital Marketing Excellence",
|
||||
items: [
|
||||
"Industry expertise and knowledge",
|
||||
"Proven track record",
|
||||
"Continuous innovation and learning",
|
||||
],
|
||||
id: "1", value: "10+", title: "Years of Digital Marketing Excellence", items: [
|
||||
"Industry expertise and knowledge", "Proven track record", "Continuous innovation and learning"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500+",
|
||||
title: "Successful Projects Completed",
|
||||
items: [
|
||||
"Diverse client portfolio",
|
||||
"Multiple industries served",
|
||||
"Consistent quality and results",
|
||||
],
|
||||
id: "2", value: "500+", title: "Successful Projects Completed", items: [
|
||||
"Diverse client portfolio", "Multiple industries served", "Consistent quality and results"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "5.0★",
|
||||
title: "Client Satisfaction Rating",
|
||||
items: [
|
||||
"Testimonials and case studies",
|
||||
"Long-term client relationships",
|
||||
"Transparent reporting and communication",
|
||||
],
|
||||
id: "3", value: "5.0★", title: "Client Satisfaction Rating", items: [
|
||||
"Testimonials and case studies", "Long-term client relationships", "Transparent reporting and communication"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "100%",
|
||||
title: "Dedicated to Local Growth",
|
||||
items: [
|
||||
"Based in East Quogue, NY",
|
||||
"Understand Long Island market",
|
||||
"Serve businesses across the region",
|
||||
],
|
||||
id: "4", value: "100%", title: "Dedicated to Local Growth", items: [
|
||||
"Based in East Quogue, NY", "Understand Long Island market", "Serve businesses across the region"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -131,25 +107,19 @@ export default function AboutPage() {
|
||||
logoText="Internet Services Group"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Local SEO", href: "/services/local-seo" },
|
||||
{ label: "Google Ads (PPC)", href: "/services/ppc" },
|
||||
{ label: "Email Marketing", href: "/services/email-marketing" },
|
||||
{ label: "Social Media", href: "/services/social-media" },
|
||||
{
|
||||
label: "Website Optimization",
|
||||
href: "/services/website-optimization",
|
||||
},
|
||||
label: "Website Optimization", href: "/services/website-optimization"},
|
||||
{
|
||||
label: "Reputation Management",
|
||||
href: "/services/reputation-management",
|
||||
},
|
||||
label: "Reputation Management", href: "/services/reputation-management"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -157,22 +127,16 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "(631) 258-1913", href: "tel:+16312581913" },
|
||||
{
|
||||
label: "472 Montauk Hwy, East Quogue, NY 11942",
|
||||
href: "#",
|
||||
},
|
||||
label: "472 Montauk Hwy, East Quogue, NY 11942", href: "#"},
|
||||
{
|
||||
label: "hello@internetservicesgroup.com",
|
||||
href: "mailto:hello@internetservicesgroup.com",
|
||||
},
|
||||
label: "hello@internetservicesgroup.com", href: "mailto:hello@internetservicesgroup.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user