diff --git a/components/features/FeatureNine.jsx b/components/features/FeatureNine.jsx index c34da77..cec7397 100644 --- a/components/features/FeatureNine.jsx +++ b/components/features/FeatureNine.jsx @@ -9,32 +9,32 @@ import Image from "next/image"; const FeatureContent = [ { - icon: "ils_15", + icon: "home-seo.png", meta: "SEO", subTitle: ` Mastering both AI and traditional search engines.`, }, { - icon: "ils_16", + icon: "ils_16.svg", meta: "PR", subTitle: `Connecting with reporters who can amplify your voice,`, }, { - icon: "ils_17", + icon: "home-design.png", meta: "Design & Events", subTitle: `Creating memorable experiences that resonate`, }, { - icon: "ils_15", + icon: "ils_15.svg", meta: "Special Projects", subTitle: ` Whether it’s an app or a website, we bring your vision to life.`, }, { - icon: "ils_16", + icon: "ils_16.svg", 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),`, }, { - icon: "ils_17", + icon: "ils_17.svg", meta: "Learn More", subTitle: `Special to another page will be good here`, }, @@ -52,7 +52,7 @@ const FeatureNine = () => { >
{val.subTitle}
diff --git a/public/images/assets/home-design.png b/public/images/assets/home-design.png new file mode 100644 index 0000000..a842cd7 Binary files /dev/null and b/public/images/assets/home-design.png differ diff --git a/public/images/assets/home-seo.png b/public/images/assets/home-seo.png new file mode 100644 index 0000000..59c639a Binary files /dev/null and b/public/images/assets/home-seo.png differ