This commit is contained in:
CHIEFSOFT\ameye
2025-02-22 14:06:58 -05:00
parent 051418b545
commit 7eda644aae
3 changed files with 7 additions and 7 deletions
+7 -7
View File
@@ -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 its 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: Well 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 = () => {
>
<div className="block-style-fourteen">
<div className="illustration">
<Image width={240} height={230} style={{objectFit:'contain'}} src={`/images/assets/${val.icon}.svg`} alt="icon" />
<Image width={240} height={230} style={{objectFit:'contain'}} src={`/images/assets/${val.icon}`} alt="icon" />
</div>
<div className="title">{val.meta}</div>
<p className="font-rubik">{val.subTitle}</p>
Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB