diff --git a/components/features/FeatureNine.jsx b/components/features/FeatureNine.jsx index cec7397..38ded5f 100644 --- a/components/features/FeatureNine.jsx +++ b/components/features/FeatureNine.jsx @@ -14,7 +14,7 @@ const FeatureContent = [ subTitle: ` Mastering both AI and traditional search engines.`, }, { - icon: "ils_16.svg", + icon: "home-pr.png", meta: "PR", subTitle: `Connecting with reporters who can amplify your voice,`, }, @@ -29,7 +29,7 @@ const FeatureContent = [ subTitle: ` Whether it’s an app or a website, we bring your vision to life.`, }, { - icon: "ils_16.svg", + icon: "home-brand.png", meta: "Branding & Voice Guidelines", subTitle: `Branding & Voice Guidelines: We’ll help you find your voice and present a unique and consistent point of view (POV),`, }, diff --git a/public/images/assets/home-brand.png b/public/images/assets/home-brand.png new file mode 100644 index 0000000..e874190 Binary files /dev/null and b/public/images/assets/home-brand.png differ diff --git a/public/images/assets/home-pr.png b/public/images/assets/home-pr.png new file mode 100644 index 0000000..f5a94e0 Binary files /dev/null and b/public/images/assets/home-pr.png differ