fix page
This commit is contained in:
@@ -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 = () => {
|
||||
>
|
||||
<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 |
Reference in New Issue
Block a user