diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index a19c470..14d7977 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -36,9 +36,7 @@ export default function AboutPage() {
brandName="Icebreaker Digital"
navItems={navItems}
button={{
- text: "Get Started",
- href: "/contact",
- }}
+ text: "Get Started", href: "/contact"}}
/>
@@ -51,17 +49,14 @@ export default function AboutPage() {
description="We're a team of passionate digital strategists, designers, and developers dedicated to breaking through market barriers and creating breakthrough results for our clients. With over a decade of combined experience, we've helped hundreds of brands establish powerful digital presences and drive meaningful growth."
metrics={[
{
- value: "500+",
- title: "Projects Delivered",
- },
+ value: "500+", title: "Projects Delivered"},
{
- value: "98%",
- title: "Client Satisfaction",
- },
+ value: "98%", title: "Client Satisfaction"},
]}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaWKqFKzwH0ctF7AeQEnFWqjjW/a-diverse-team-of-digital-professionals--1772832209126-2ef9cb91.png?_wi=2"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaWKqFKzwH0ctF7AeQEnFWqjjW/a-diverse-team-of-digital-professionals--1772832209126-2ef9cb91.png"
imageAlt="Icebreaker Digital team collaboration"
mediaAnimation="slide-up"
+ metricsAnimation="slide-up"
useInvertedBackground={false}
/>
@@ -70,32 +65,14 @@ export default function AboutPage() {
@@ -140,19 +112,13 @@ export default function AboutPage() {
socialLinks={[
{
icon: Twitter,
- href: "https://twitter.com",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com", ariaLabel: "Twitter"},
{
icon: Linkedin,
- href: "https://linkedin.com",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com", ariaLabel: "LinkedIn"},
{
icon: Instagram,
- href: "https://instagram.com",
- ariaLabel: "Instagram",
- },
+ href: "https://instagram.com", ariaLabel: "Instagram"},
]}
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0fcad74..011a53c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -45,9 +45,7 @@ export default function HomePage() {
{ name: "Blog", id: "#blog" },
]}
button={{
- text: "Get Started",
- href: "/contact",
- }}
+ text: "Get Started", href: "/contact"}}
/>
@@ -59,17 +57,12 @@ export default function HomePage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{
- variant: "animated-grid",
- }}
+ variant: "animated-grid"}}
buttons={[
{
- text: "Start Your Project",
- href: "/contact",
- },
+ text: "Start Your Project", href: "/contact"},
{
- text: "View Our Work",
- href: "#work",
- },
+ text: "View Our Work", href: "#work"},
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaWKqFKzwH0ctF7AeQEnFWqjjW/a-modern-digital-agency-dashboard-interf-1772832210182-2993c070.png"
@@ -86,17 +79,14 @@ export default function HomePage() {
description="We're a team of passionate digital strategists, designers, and developers dedicated to breaking through market barriers and creating breakthrough results for our clients. With over a decade of combined experience, we've helped hundreds of brands establish powerful digital presences and drive meaningful growth."
metrics={[
{
- value: "500+",
- title: "Projects Delivered",
- },
+ value: "500+", title: "Projects Delivered"},
{
- value: "98%",
- title: "Client Satisfaction",
- },
+ value: "98%", title: "Client Satisfaction"},
]}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaWKqFKzwH0ctF7AeQEnFWqjjW/a-diverse-team-of-digital-professionals--1772832209126-2ef9cb91.png?_wi=1"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaWKqFKzwH0ctF7AeQEnFWqjjW/a-diverse-team-of-digital-professionals--1772832209126-2ef9cb91.png"
imageAlt="Icebreaker Digital team collaboration"
mediaAnimation="slide-up"
+ metricsAnimation="slide-up"
useInvertedBackground={false}
/>
@@ -105,32 +95,14 @@ export default function HomePage() {
@@ -293,19 +197,13 @@ export default function HomePage() {
socialLinks={[
{
icon: Twitter,
- href: "https://twitter.com",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com", ariaLabel: "Twitter"},
{
icon: Linkedin,
- href: "https://linkedin.com",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com", ariaLabel: "LinkedIn"},
{
icon: Instagram,
- href: "https://instagram.com",
- ariaLabel: "Instagram",
- },
+ href: "https://instagram.com", ariaLabel: "Instagram"},
]}
/>