diff --git a/components/features/ContentsPartnersSection.jsx b/components/features/ContentsPartnersSection.jsx new file mode 100644 index 0000000..6946273 --- /dev/null +++ b/components/features/ContentsPartnersSection.jsx @@ -0,0 +1,58 @@ +'use client' +import Image from "next/image"; +import React from "react"; + +const FeatureContent = [ + { + icon: "20", + meta: "SEO", + subTitle: `Mastering search engines to boost your visibility.`, + dataDelay: "0", + }, + { + icon: "21", + meta: "Public Relations", + subTitle: `Connecting you with the media that can elevate your voice.`, + dataDelay: "100", + }, + { + icon: "22", + meta: "Design & Events", + subTitle: `Crafting memorable experiences that leave a mark.`, + dataDelay: "300", + }, + { + icon: "23", + meta: "Special Projects", + subTitle: `Whether it’s an app or a website, we bring your vision to life with flair.`, + dataDelay: "300", + }, +]; + +const ContentsPartnersSection = () => { + return ( +
{val.subTitle}
+